serde_derive_internals 0.18.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.18.0"
authors = ["Erick Tryzelaar <erick.tryzelaar@gmail.com>", "David Tolnay <dtolnay@gmail.com>"]
include = ["Cargo.toml", "src/**/*.rs", "README.md", "LICENSE-APACHE", "LICENSE-MIT"]
description = "AST representation used by Serde derive macros. Unstable."
homepage = "https://serde.rs"
documentation = "https://docs.serde.rs/serde_derive_internals/"
readme = "README.md"
keywords = ["serde", "serialization"]
license = "MIT/Apache-2.0"
repository = "https://github.com/serde-rs/serde"
[dependencies.syn]
version = "0.11.10"
features = ["parsing"]
default-features = false

[dependencies.synom]
version = "0.11"
[badges.travis-ci]
repository = "serde-rs/serde"