# 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 = "pbl" version = "0.2.1" authors = ["Shane Witbeck "] exclude = ["*.json", "*.mustache"] description = "A simple command line application for rendering templates from structured data and a template." homepage = "https://github.com/digitalsanctum/pbl" readme = "README.md" keywords = ["cli", "mustache", "publisher", "template"] categories = ["command-line-utilities", "command-line-interface", "rendering", "parsing", "template-engine"] license-file = "LICENSE" repository = "https://github.com/digitalsanctum/pbl" resolver = "2" [dependencies.clap] version = "3" features = ["derive", "env"] [dependencies.mustache] version = "0.9.0" [dependencies.serde] version = "1" [dependencies.serde_derive] version = "1" [dependencies.serde_json] version = "1" [badges.maintenance] status = "actively-developed"