# 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" name = "serializable-yaml" version = "0.6.1" description = "Serializable equivalent of yaml-rust" homepage = "https://crates.io/crates/serializable-yaml" documentation = "https://docs.rs/serializable-yaml" readme = "README.md" keywords = [ "yaml", "serde", "serialization", ] categories = ["encoding"] license = "GPL-3.0-or-later" repository = "https://gitlab.com/eguiraud/serializable-yaml" [dependencies.linked-hash-map] version = "0.5.6" features = ["serde_impl"] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.yaml-rust] version = "0.4.5" [dev-dependencies.serde_yaml] version = "0.9"