1# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
2#
3# When uploading crates to the registry Cargo will automatically
4# "normalize" Cargo.toml files for maximal compatibility
5# with all versions of Cargo and also rewrite `path` dependencies
6# to registry (e.g., crates.io) dependencies.
7#
8# If you are reading this file be aware that the original Cargo.toml
9# will likely look very different (and much more reasonable).
10# See Cargo.toml.orig for the original contents.
11
12[package]
13edition = "2021"
14name = "uniffi_checksum_derive"
15version = "0.27.1"
16authors = ["Firefox Sync Team <[email protected]>"]
17description = "a multi-language bindings generator for rust (checksum custom derive)"
18homepage = "https://mozilla.github.io/uniffi-rs"
19documentation = "https://mozilla.github.io/uniffi-rs"
20readme = "README.md"
21keywords = [
22    "ffi",
23    "bindgen",
24]
25license = "MPL-2.0"
26repository = "https://github.com/mozilla/uniffi-rs"
27
28[lib]
29proc-macro = true
30
31[dependencies.quote]
32version = "1.0"
33
34[dependencies.syn]
35version = "2.0"
36features = [
37    "derive",
38    "parsing",
39]
40
41[features]
42default = []
43nightly = []
44