# 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 = "2021" rust-version = "1.56" name = "serde_test" version = "1.0.176" authors = [ "Erick Tryzelaar ", "David Tolnay ", ] description = "Token De/Serializer for testing De/Serialize implementations" documentation = "https://docs.rs/serde_test" readme = "README.md" keywords = [ "serde", "serialization", "testing", "dev-dependencies", ] categories = ["development-tools::testing"] license = "MIT OR Apache-2.0" repository = "https://github.com/serde-rs/test" [package.metadata.docs.rs] rustdoc-args = ["--generate-link-to-definition"] targets = ["x86_64-unknown-linux-gnu"] [lib] doc-scrape-examples = false [dependencies.serde] version = "1.0.69" [dev-dependencies.serde] version = "1" features = ["rc"] [dev-dependencies.serde_derive] version = "1"