# 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 = "merge-yaml-hash" version = "0.4.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "YAML Hash with merge/update capabilities" readme = "README.md" categories = [ "config", "encoding", "parsing", ] license = "MIT" repository = "https://github.com/qtfkwk/merge-yaml-hash" [lib] name = "merge_yaml_hash" path = "src/lib.rs" [[test]] name = "integration" path = "tests/integration.rs" [dependencies.linked-hash-map] version = "0.5.6" [dependencies.yaml-rust] version = "0.4.5"