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.158" 16authors = [ 17 "Erick Tryzelaar <erick.tryzelaar@gmail.com>", 18 "David Tolnay <dtolnay@gmail.com>", 19] 20include = [ 21 "build.rs", 22 "src/**/*.rs", 23 "crates-io.md", 24 "README.md", 25 "LICENSE-APACHE", 26 "LICENSE-MIT", 27] 28description = "Macros 1.1 implementation of #[derive(Serialize, Deserialize)]" 29homepage = "https://serde.rs" 30documentation = "https://serde.rs/derive.html" 31readme = "crates-io.md" 32keywords = [ 33 "serde", 34 "serialization", 35 "no_std", 36 "derive", 37] 38categories = ["no-std"] 39license = "MIT OR Apache-2.0" 40repository = "https://github.com/serde-rs/serde" 41 42[package.metadata.docs.rs] 43targets = ["x86_64-unknown-linux-gnu"] 44 45[lib] 46name = "serde_derive" 47proc-macro = true 48 49[dependencies.proc-macro2] 50version = "1.0" 51 52[dependencies.quote] 53version = "1.0" 54 55[dependencies.syn] 56version = "2.0.3" 57 58[dev-dependencies.serde] 59version = "1.0" 60 61[features] 62default = [] 63deserialize_in_place = [] 64