# 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 = "yampl" version = "0.0.10" description = "cli utility for rendering templates with args described in yaml file" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/semichkin/yampl" [lib] name = "yampl" path = "src/lib.rs" [[bin]] name = "yampl" path = "src/cli.rs" [dependencies.clap] version = "4.1.11" features = ["derive"] [dependencies.enquote] version = "1.1.0" [dependencies.handbar] version = "0.0.3" [dependencies.serde] version = "1.0.158" features = ["derive"] [dependencies.serde_json] version = "1.0.94" [dependencies.serde_yaml] version = "0.9.19"