# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies # # If you believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "wither_derive" version = "0.9.0" authors = ["Anthony Dodd "] description = "An ODM for MongoDB built upon the mongo rust driver." homepage = "https://github.com/thedodd/wither" documentation = "https://docs.rs/wither" readme = "README.md" keywords = ["mongodb", "database", "bson", "nosql", "odm"] categories = ["database", "data-structures"] license = "Apache-2.0" repository = "https://github.com/thedodd/wither" [lib] proc-macro = true [dependencies.Inflector] version = "0.11" [dependencies.async-trait] version = "0.1" [dependencies.darling] version = "0.10" [dependencies.proc-macro-error] version = "1" [dependencies.proc-macro2] version = "1" [dependencies.quote] version = "1" [dependencies.serde] version = "1" features = ["derive"] [dependencies.syn] version = "1" features = ["extra-traits"] [dev-dependencies.trybuild] version = "1.0.27"