Revision control

Copy as Markdown

Other Tools

# 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 = "2015"
rust-version = "1.56"
name = "serde_derive"
version = "1.0.198"
authors = [
"Erick Tryzelaar <erick.tryzelaar@gmail.com>",
"David Tolnay <dtolnay@gmail.com>",
]
description = "Macros 1.1 implementation of #[derive(Serialize, Deserialize)]"
homepage = "https://serde.rs"
documentation = "https://serde.rs/derive.html"
readme = "crates-io.md"
keywords = [
"serde",
"serialization",
"no_std",
"derive",
]
categories = [
"no-std",
"no-std::no-alloc",
]
license = "MIT OR Apache-2.0"
[package.metadata.docs.rs]
rustdoc-args = ["--generate-link-to-definition"]
targets = ["x86_64-unknown-linux-gnu"]
[lib]
name = "serde_derive"
proc-macro = true
[dependencies.proc-macro2]
version = "1.0.74"
features = ["proc-macro"]
default-features = false
[dependencies.quote]
version = "1.0.35"
features = ["proc-macro"]
default-features = false
[dependencies.syn]
version = "2.0.46"
features = [
"clone-impls",
"derive",
"parsing",
"printing",
"proc-macro",
]
default-features = false
[dev-dependencies.serde]
version = "1"
[features]
default = []
deserialize_in_place = []