# 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 = "hbs-cli" version = "0.2.5" authors = ["Jakub A. Gramsz "] description = "Simple CLI for generating text from handlebars templates, by feeding them with data from file YAML/JSON." homepage = "https://github.com/olorin37/hbs-cli" documentation = "https://docs.rs/crate/hbs-cli" readme = "README.md" keywords = [ "handlebars", "templating", "cli", "YAML", "JSON", ] categories = [ "command-line-interface", "command-line-utilities", "value-formatting", ] license = "MIT" repository = "https://github.com/olorin37/hbs-cli" [dependencies.clap] version = "4.5.9" features = ["derive"] [dependencies.glob] version = "0.3.1" [dependencies.handlebars] version = "5.0" [dependencies.serde] version = "1.0" [dependencies.serde_yaml] version = "0.9"