• 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.176"
17authors = [
18    "Erick Tryzelaar <erick.tryzelaar@gmail.com>",
19    "David Tolnay <dtolnay@gmail.com>",
20]
21description = "Token De/Serializer for testing De/Serialize implementations"
22documentation = "https://docs.rs/serde_test"
23readme = "README.md"
24keywords = [
25    "serde",
26    "serialization",
27    "testing",
28    "dev-dependencies",
29]
30categories = ["development-tools::testing"]
31license = "MIT OR Apache-2.0"
32repository = "https://github.com/serde-rs/test"
33
34[package.metadata.docs.rs]
35rustdoc-args = ["--generate-link-to-definition"]
36targets = ["x86_64-unknown-linux-gnu"]
37
38[lib]
39doc-scrape-examples = false
40
41[dependencies.serde]
42version = "1.0.69"
43
44[dev-dependencies.serde]
45version = "1"
46features = ["rc"]
47
48[dev-dependencies.serde_derive]
49version = "1"
50