serde_test2 2.0.0

Token De/Serializer for testing De/Serialize implementations
Documentation
# 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.61.0"
name = "serde_test2"
version = "2.0.0"
authors = [
    "Erick Tryzelaar <erick.tryzelaar@gmail.com>",
    "David Tolnay <dtolnay@gmail.com>",
    "Jacob Pratt <jacob@jhpratt.dev>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Token De/Serializer for testing De/Serialize implementations"
readme = "README.md"
keywords = [
    "serde",
    "serialization",
    "testing",
    "dev-dependencies",
]
categories = ["development-tools::testing"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/jhpratt/serde_test2"

[package.metadata.docs.rs]
targets = ["x86_64-unknown-linux-gnu"]
rustdoc-args = ["--generate-link-to-definition"]

[features]
default = ["std"]
std = ["serde_core/std"]

[lib]
name = "serde_test2"
path = "src/lib.rs"
doc-scrape-examples = false

[dependencies.serde_core]
version = "1.0.220"
features = ["alloc"]
default-features = false

[dev-dependencies.serde]
version = "1.0.220"
default-features = false

[dev-dependencies.serde_derive]
version = "1.0.220"