1# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO 2# 3# When uploading crates to the registry Cargo will automatically 4# "normalize" Cargo.toml files for maximal compatibility 5# with all versions of Cargo and also rewrite `path` dependencies 6# to registry (e.g., crates.io) dependencies. 7# 8# If you are reading this file be aware that the original Cargo.toml 9# will likely look very different (and much more reasonable). 10# See Cargo.toml.orig for the original contents. 11 12[package] 13rust-version = "1.56" 14name = "serde_derive" 15version = "1.0.195" 16authors = [ 17 "Erick Tryzelaar <[email protected]>", 18 "David Tolnay <[email protected]>", 19] 20description = "Macros 1.1 implementation of #[derive(Serialize, Deserialize)]" 21homepage = "https://serde.rs" 22documentation = "https://serde.rs/derive.html" 23readme = "crates-io.md" 24keywords = [ 25 "serde", 26 "serialization", 27 "no_std", 28 "derive", 29] 30categories = [ 31 "no-std", 32 "no-std::no-alloc", 33] 34license = "MIT OR Apache-2.0" 35repository = "https://github.com/serde-rs/serde" 36 37[package.metadata.docs.rs] 38rustdoc-args = ["--generate-link-to-definition"] 39targets = ["x86_64-unknown-linux-gnu"] 40 41[lib] 42name = "serde_derive" 43proc-macro = true 44 45[dependencies.proc-macro2] 46version = "1.0.74" 47 48[dependencies.quote] 49version = "1.0.35" 50 51[dependencies.syn] 52version = "2.0.46" 53 54[dev-dependencies.serde] 55version = "1" 56 57[features] 58default = [] 59deserialize_in_place = [] 60