# 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 = "2018" name = "yaml-merge-keys" version = "0.7.0" authors = ["Ben Boeckel "] description = """ Implementation of the YAML merge key extension. http://yaml.org/type/merge.html """ documentation = "https://docs.rs/yaml-merge-keys/~0.7" readme = "README.md" keywords = ["yaml"] license = "MIT/Apache-2.0" repository = "https://gitlab.kitware.com/utils/rust-yaml-merge-keys" [package.metadata.docs.rs] features = ["serde_yaml"] [dependencies.lazy_static] version = "^1.1" [dependencies.serde_yaml] version = "~0.9.28" optional = true [dependencies.thiserror] version = "^1.0" [dependencies.yaml-rust] version = "~0.8" package = "yaml-rust2"