# 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" name = "serde_avro_derive" version = "0.3.1" authors = ["Thomas BESSOU "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Derive avro schema for Rust structs for serde_avro_fast" readme = "README.md" license = "LGPL-3.0-only" repository = "https://github.com/Ten0/serde_avro_fast" [lib] name = "serde_avro_derive" path = "src/lib.rs" [[test]] name = "derive_schema" path = "tests/derive_schema.rs" [[test]] name = "direct_lookup_newtype" path = "tests/direct_lookup_newtype.rs" [dependencies.serde_avro_derive_macros] version = "0.3.1" [dependencies.serde_avro_fast] version = "2.0.0" [dev-dependencies.lazy_static] version = "1" [dev-dependencies.pretty_assertions] version = "1" [dev-dependencies.regex] version = "1" [dev-dependencies.serde] version = "1" [dev-dependencies.serde_json] version = "1" [lints.clippy] explicit_auto_deref = "allow" missing_safety_doc = "deny" needless_lifetimes = "allow" single_match = "allow" tabs_in_doc_comments = "allow" undocumented_unsafe_blocks = "deny" unwrap_or_default = "allow" [lints.rust] missing_docs = "warn"