2019-10-02 01:30:04 +03:00
|
|
|
# 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
|
2021-12-10 07:48:02 +03:00
|
|
|
# to registry (e.g., crates.io) dependencies.
|
2019-10-02 01:30:04 +03:00
|
|
|
#
|
2021-12-10 07:48:02 +03:00
|
|
|
# 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.
|
2019-10-02 01:30:04 +03:00
|
|
|
|
|
|
|
[package]
|
2022-08-17 00:19:42 +03:00
|
|
|
edition = "2021"
|
|
|
|
rust-version = "1.56"
|
2019-10-02 01:30:04 +03:00
|
|
|
name = "serde_yaml"
|
2022-08-17 00:19:42 +03:00
|
|
|
version = "0.8.26"
|
2019-10-02 01:30:04 +03:00
|
|
|
authors = ["David Tolnay <dtolnay@gmail.com>"]
|
|
|
|
description = "YAML support for Serde"
|
|
|
|
documentation = "https://docs.rs/serde_yaml/"
|
|
|
|
readme = "README.md"
|
2022-05-19 02:59:49 +03:00
|
|
|
keywords = [
|
|
|
|
"yaml",
|
|
|
|
"serde",
|
|
|
|
]
|
2022-08-17 00:19:42 +03:00
|
|
|
categories = ["encoding"]
|
2021-06-15 12:25:13 +03:00
|
|
|
license = "MIT OR Apache-2.0"
|
2019-10-02 01:30:04 +03:00
|
|
|
repository = "https://github.com/dtolnay/serde-yaml"
|
2022-08-17 00:19:42 +03:00
|
|
|
resolver = "2"
|
2022-05-19 02:59:49 +03:00
|
|
|
|
2021-06-15 12:25:13 +03:00
|
|
|
[package.metadata.docs.rs]
|
|
|
|
targets = ["x86_64-unknown-linux-gnu"]
|
2022-05-19 02:59:49 +03:00
|
|
|
|
2021-12-10 07:48:02 +03:00
|
|
|
[dependencies.indexmap]
|
2022-05-19 02:59:49 +03:00
|
|
|
version = "1.5.2"
|
|
|
|
features = ["std"]
|
2019-10-02 01:30:04 +03:00
|
|
|
|
2022-01-18 12:10:42 +03:00
|
|
|
[dependencies.ryu]
|
|
|
|
version = "1.0"
|
|
|
|
|
2019-10-02 01:30:04 +03:00
|
|
|
[dependencies.serde]
|
2021-06-15 12:25:13 +03:00
|
|
|
version = "1.0.69"
|
2019-10-02 01:30:04 +03:00
|
|
|
|
|
|
|
[dependencies.yaml-rust]
|
2021-06-15 12:25:13 +03:00
|
|
|
version = "0.4.5"
|
2022-05-19 02:59:49 +03:00
|
|
|
|
2021-06-15 12:25:13 +03:00
|
|
|
[dev-dependencies.anyhow]
|
2019-10-02 01:30:04 +03:00
|
|
|
version = "1.0"
|
|
|
|
|
2021-06-15 12:25:13 +03:00
|
|
|
[dev-dependencies.indoc]
|
|
|
|
version = "1.0"
|
2019-10-02 01:30:04 +03:00
|
|
|
|
2021-06-15 12:25:13 +03:00
|
|
|
[dev-dependencies.serde_derive]
|
|
|
|
version = "1.0"
|