# 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 = "yaml-include" version = "0.7.0" authors = ["Merleur l'enchantin "] description = "A lib and a CLI for recursively parsing \"!include\" data in yaml files" readme = "README.md" keywords = [ "cli", "yaml", "include", "lib", ] license = "GPL-3.0" repository = "https://github.com/leNEKO/yaml-include" [dependencies.anyhow] version = "1.0.71" [dependencies.base64] version = "0.21.2" [dependencies.clap] version = "4.3.0" features = ["derive"] [dependencies.regex] version = "1.8.3" [dependencies.serde_yaml] version = "0.9.21" [dependencies.yaml-rust] version = "0.4.5"