# This file is part of ICU4X. For terms of use, please see the file # called LICENSE at the top level of the ICU4X source tree # (online at: https://github.com/unicode-org/icu4x/blob/main/LICENSE ). [package] name = "crabbake-derive" description = "Custom derive for the crabbake crate" version = "0.4.0" authors = ["The ICU4X Project Developers"] edition = "2018" readme = "README.md" repository = "https://github.com/unicode-org/icu4x" license-file = "LICENSE" categories = ["internationalization"] # Keep this in sync with other crates unless there are exceptions include = [ "src/**/*", "examples/**/*", "benches/**/*", "tests/**/*", "Cargo.toml", "LICENSE", "README.md" ] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [lib] proc_macro = true path = "src/lib.rs" [dependencies] proc-macro2 = "1.0.27" quote = "1.0.9" syn = { version = "1.0.73", features = ["derive", "fold"] } synstructure = "0.12.4" [dev-dependencies] #crabbake = { version = "0.4.0", path = "..", features = ["derive"]}