1# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
2#
3# When uploading crates to the registry Cargo will automatically
4# "normalize" Cargo.toml files for maximal compatibility
5# with all versions of Cargo and also rewrite `path` dependencies
6# to registry (e.g., crates.io) dependencies.
7#
8# If you are reading this file be aware that the original Cargo.toml
9# will likely look very different (and much more reasonable).
10# See Cargo.toml.orig for the original contents.
11
12[package]
13edition = "2021"
14rust-version = "1.64"
15name = "serde_yaml"
16version = "0.9.31"
17authors = ["David Tolnay <[email protected]>"]
18description = "YAML data format for Serde"
19documentation = "https://docs.rs/serde_yaml/"
20readme = "README.md"
21keywords = [
22    "yaml",
23    "serde",
24    "serialization",
25]
26categories = [
27    "encoding",
28    "parser-implementations",
29]
30license = "MIT OR Apache-2.0"
31repository = "https://github.com/dtolnay/serde-yaml"
32
33[package.metadata.docs.rs]
34rustdoc-args = ["--generate-link-to-definition"]
35targets = ["x86_64-unknown-linux-gnu"]
36
37[lib]
38doc-scrape-examples = false
39
40[dependencies.indexmap]
41version = "2.2.1"
42
43[dependencies.itoa]
44version = "1.0"
45
46[dependencies.ryu]
47version = "1.0"
48
49[dependencies.serde]
50version = "1.0.195"
51
52[dependencies.unsafe-libyaml]
53version = "0.2.10"
54
55[dev-dependencies.anyhow]
56version = "1.0.79"
57
58[dev-dependencies.indoc]
59version = "2.0"
60
61[dev-dependencies.serde_derive]
62version = "1.0.195"
63