# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" rust-version = "1.73.0" name = "apache-avro-derive" version = "0.17.0" authors = ["Apache Avro team "] description = "A library for deriving Avro schemata from Rust structs and enums" documentation = "https://docs.rs/apache-avro-derive" readme = "README.md" keywords = [ "avro", "data", "serialization", "derive", ] categories = ["encoding"] license = "Apache-2.0" repository = "https://github.com/apache/avro" [package.metadata.docs.rs] rustdoc-args = [ "--cfg", "docsrs", ] [lib] proc-macro = true [dependencies.darling] version = "0.20.10" default-features = false [dependencies.proc-macro2] version = "1.0.86" default-features = false [dependencies.quote] version = "1.0.36" default-features = false [dependencies.serde_json] version = "1.0.120" features = ["std"] default-features = false [dependencies.syn] version = "2.0.72" features = [ "full", "fold", ] default-features = false [dev-dependencies.proptest] version = "1.5.0" features = ["std"] default-features = false [dev-dependencies.serde] version = "1.0.204" features = ["derive"] default-features = false