1# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO 2# 3# When uploading crates to the registry Cargo will automatically 4# "normalize" Cargo.toml files for maximal compatibility 5# with all versions of Cargo and also rewrite `path` dependencies 6# to registry (e.g., crates.io) dependencies. 7# 8# If you are reading this file be aware that the original Cargo.toml 9# will likely look very different (and much more reasonable). 10# See Cargo.toml.orig for the original contents. 11 12[package] 13rust-version = "1.15" 14name = "serde_test" 15version = "1.0.136" 16authors = ["Erick Tryzelaar <erick.tryzelaar@gmail.com>", "David Tolnay <dtolnay@gmail.com>"] 17build = "build.rs" 18include = ["build.rs", "src/**/*.rs", "crates-io.md", "README.md", "LICENSE-APACHE", "LICENSE-MIT"] 19description = "Token De/Serializer for testing De/Serialize implementations" 20homepage = "https://serde.rs" 21documentation = "https://docs.serde.rs/serde_test/" 22readme = "crates-io.md" 23keywords = ["serde", "serialization"] 24license = "MIT OR Apache-2.0" 25repository = "https://github.com/serde-rs/serde" 26[package.metadata.docs.rs] 27targets = ["x86_64-unknown-linux-gnu"] 28[dependencies.serde] 29version = "1.0.60" 30[dev-dependencies.serde] 31version = "1.0" 32 33[dev-dependencies.serde_derive] 34version = "1.0" 35