cargo / serde_test / audit
cargo : serde_test @ 1.0.177
PE Patrick Elsen signed 2026-06-02 published 2026-06-02

Cargo.toml

57 lines · toml

# 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.177"authors = [    "Erick Tryzelaar <erick.tryzelaar@gmail.com>",    "David Tolnay <dtolnay@gmail.com>",]build = falseautobins = falseautoexamples = falseautotests = falseautobenches = falsedescription = "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]name = "serde_test"path = "src/lib.rs"doc-scrape-examples = false[dependencies.serde]version = "1.0.69"[dev-dependencies.serde]version = "1"features = ["rc"][dev-dependencies.serde_derive]version = "1"