[package] name = "foundationdb-macros" version = "0.3.1" authors = [ "Pierre Zemb " ] edition = "2021" rust-version = "1.71" description = """ Macro definitions used to maintain the FoundationDB's crate """ documentation = "https://docs.rs/foundationdb" repository = "https://github.com/foundationdb-rs/foundationdb-rs" license = "MIT/Apache-2.0" readme = "README.md" keywords = ["foundationdb", "proc-macro"] [lib] proc-macro = true [dependencies] syn = { version = "2.0.79", features = ["full"] } proc-macro2 = "1.0.86" try_map = "0.3.1" quote = "1.0.37"