serde_derive_internals 0.25.0

AST representation used by Serde derive macros. Unstable.
Documentation
# 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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "serde_derive_internals"
version = "0.25.0"
authors = ["Erick Tryzelaar <erick.tryzelaar@gmail.com>", "David Tolnay <dtolnay@gmail.com>"]
include = ["Cargo.toml", "lib.rs", "src/**/*.rs", "LICENSE-APACHE", "LICENSE-MIT"]
description = "AST representation used by Serde derive macros. Unstable."
homepage = "https://serde.rs"
documentation = "https://docs.rs/serde_derive_internals"
keywords = ["serde", "serialization"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/serde-rs/serde"

[lib]
path = "lib.rs"
[dependencies.proc-macro2]
version = "1.0"

[dependencies.quote]
version = "1.0"

[dependencies.syn]
version = "1.0"
features = ["derive", "parsing", "printing", "clone-impls"]
default-features = false
[badges.appveyor]
repository = "serde-rs/serde"

[badges.travis-ci]
repository = "serde-rs/serde"