# 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_internals" version = "0.29.1" authors = [ "Erick Tryzelaar ", "David Tolnay ", ] build = false exclude = ["build.rs"] autobins = false autoexamples = false autotests = false autobenches = false description = "AST representation used by Serde derive macros. Unstable." homepage = "https://serde.rs" documentation = "https://docs.rs/serde_derive_internals" readme = false keywords = [ "serde", "serialization", ] 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_internals" path = "lib.rs" [dependencies.proc-macro2] version = "1.0.74" default-features = false [dependencies.quote] version = "1.0.35" default-features = false [dependencies.syn] version = "2.0.46" features = [ "clone-impls", "derive", "parsing", "printing", ] default-features = false