# 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_macros" 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_macros" path = "src/lib.rs" proc-macro = true [dependencies.darling] version = "0.20" [dependencies.heck] version = "0.5" [dependencies.proc-macro2] version = "1" [dependencies.quote] version = "1" [dependencies.syn] version = "2" features = [ "visit", "visit-mut", "extra-traits", ] [dev-dependencies.serde] version = "1" [dev-dependencies.serde_derive] 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"