chromium/third_party/rust/chromium_crates_io/vendor/serde_derive-1.0.209/Cargo.toml

# 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.209"
authors = [
    "Erick Tryzelaar <[email protected]>",
    "David Tolnay <[email protected]>",
]
build = false
exclude = ["build.rs"]
autobins = false
autoexamples = false
autotests = false
autobenches = false
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"
repository = "https://github.com/serde-rs/serde"

[package.metadata.docs.rs]
rustdoc-args = ["--generate-link-to-definition"]
targets = ["x86_64-unknown-linux-gnu"]

[lib]
name = "serde_derive"
path = "src/lib.rs"
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 = []