• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
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]
13edition = "2021"
14rust-version = "1.56"
15name = "serde_test"
16version = "1.0.177"
17authors = [
18    "Erick Tryzelaar <erick.tryzelaar@gmail.com>",
19    "David Tolnay <dtolnay@gmail.com>",
20]
21build = false
22autobins = false
23autoexamples = false
24autotests = false
25autobenches = false
26description = "Token De/Serializer for testing De/Serialize implementations"
27documentation = "https://docs.rs/serde_test"
28readme = "README.md"
29keywords = [
30    "serde",
31    "serialization",
32    "testing",
33    "dev-dependencies",
34]
35categories = ["development-tools::testing"]
36license = "MIT OR Apache-2.0"
37repository = "https://github.com/serde-rs/test"
38
39[package.metadata.docs.rs]
40rustdoc-args = ["--generate-link-to-definition"]
41targets = ["x86_64-unknown-linux-gnu"]
42
43[lib]
44name = "serde_test"
45path = "src/lib.rs"
46doc-scrape-examples = false
47
48[dependencies.serde]
49version = "1.0.69"
50
51[dev-dependencies.serde]
52version = "1"
53features = ["rc"]
54
55[dev-dependencies.serde_derive]
56version = "1"
57