# 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.64" name = "serde_yaml" version = "0.9.34+deprecated" authors = ["David Tolnay "] description = "YAML data format for Serde" documentation = "https://docs.rs/serde_yaml/" readme = "README.md" keywords = [ "yaml", "serde", "serialization", ] categories = [ "encoding", "parser-implementations", ] license = "MIT OR Apache-2.0" repository = "https://github.com/dtolnay/serde-yaml" [package.metadata.docs.rs] rustdoc-args = ["--generate-link-to-definition"] targets = ["x86_64-unknown-linux-gnu"] [lib] doc-scrape-examples = false [dependencies.indexmap] version = "2.2.1" [dependencies.itoa] version = "1.0" [dependencies.ryu] version = "1.0" [dependencies.serde] version = "1.0.195" [dependencies.unsafe-libyaml] version = "0.2.11" [dev-dependencies.anyhow] version = "1.0.79" [dev-dependencies.indoc] version = "2.0" [dev-dependencies.serde_derive] version = "1.0.195"