blob: 3e4ea317c92a70a8f71b62d00d230a78b654ea1c [file] [log] [blame]
Jeff Vander Stoep432c3d72020-12-17 22:25:33 +01001# 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
Joel Galenson61473012021-08-09 10:43:00 -07006# to registry (e.g., crates.io) dependencies.
Jeff Vander Stoep432c3d72020-12-17 22:25:33 +01007#
Joel Galenson61473012021-08-09 10:43:00 -07008# 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.
Jeff Vander Stoep432c3d72020-12-17 22:25:33 +010011
12[package]
David LeGare40250172022-03-02 16:21:17 +000013rust-version = "1.15"
Jeff Vander Stoep432c3d72020-12-17 22:25:33 +010014name = "serde_test"
David LeGare40250172022-03-02 16:21:17 +000015version = "1.0.136"
Jeff Vander Stoep432c3d72020-12-17 22:25:33 +010016authors = ["Erick Tryzelaar <erick.tryzelaar@gmail.com>", "David Tolnay <dtolnay@gmail.com>"]
David LeGare40250172022-03-02 16:21:17 +000017build = "build.rs"
18include = ["build.rs", "src/**/*.rs", "crates-io.md", "README.md", "LICENSE-APACHE", "LICENSE-MIT"]
Jeff Vander Stoep432c3d72020-12-17 22:25:33 +010019description = "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"