cargo / serde / audit
cargo : serde @ 1.0.228
PE Patrick Elsen signed 2026-05-28 published 2026-05-28

Cargo.toml

85 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"version = "1.0.228"authors = [    "Erick Tryzelaar <erick.tryzelaar@gmail.com>",    "David Tolnay <dtolnay@gmail.com>",]build = "build.rs"autolib = falseautobins = falseautoexamples = falseautotests = falseautobenches = falsedescription = "A generic serialization/deserialization framework"homepage = "https://serde.rs"documentation = "https://docs.rs/serde"readme = "crates-io.md"keywords = [    "serde",    "serialization",    "no_std",]categories = [    "encoding",    "no-std",    "no-std::no-alloc",]license = "MIT OR Apache-2.0"repository = "https://github.com/serde-rs/serde"[package.metadata.playground]features = [    "derive",    "rc",][package.metadata.docs.rs]features = [    "derive",    "rc",    "unstable",]targets = ["x86_64-unknown-linux-gnu"]rustdoc-args = [    "--generate-link-to-definition",    "--generate-macro-expansion",    "--extern-html-root-url=core=https://doc.rust-lang.org",    "--extern-html-root-url=alloc=https://doc.rust-lang.org",    "--extern-html-root-url=std=https://doc.rust-lang.org",][features]alloc = ["serde_core/alloc"]default = ["std"]derive = ["serde_derive"]rc = ["serde_core/rc"]std = ["serde_core/std"]unstable = ["serde_core/unstable"][lib]name = "serde"path = "src/lib.rs"[dependencies.serde_core]version = "=1.0.228"features = ["result"]default-features = false[dependencies.serde_derive]version = "1"optional = true