# 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.71.1" name = "serde_norway" version = "0.9.41" authors = [ "Christina Sørensen ", "David Tolnay ", ] description = "YAML data format for Serde" readme = "README.md" keywords = [ "yaml", "serde", "serialization", ] categories = [ "encoding", "parser-implementations", ] license = "MIT OR Apache-2.0" repository = "https://github.com/cafkafk/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.203" [dependencies.unsafe-libyaml-norway] version = "0.2.13" [dev-dependencies.anyhow] version = "1.0.93" [dev-dependencies.indoc] version = "2.0" [dev-dependencies.serde_derive] version = "1.0.203"