# 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] name = "elastic_derive" version = "0.21.0-pre.5" authors = ["Ashley Mannix "] description = "Compile-time code generation for Elasticsearch type implementations." license = "MIT/Apache-2.0" repository = "https://github.com/elastic-rs/elastic" [lib] name = "elastic_derive" proc-macro = true [dependencies.chrono] version = "~0.4.0" features = ["serde"] [dependencies.nom] version = "~2" [dependencies.quick-error] version = "~1" [dependencies.quote] version = "~0.3.0" [dependencies.serde] version = "~1" [dependencies.serde_derive_internals] version = "~0.15.0" default-features = false [dependencies.serde_json] version = "~1" [dependencies.syn] version = "~0.11.0" features = ["aster", "visit", "parsing", "full"]