# 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 = "handlematters" version = "0.2.1" authors = ["Keita Urashima "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Self-contained template system with Handlebars and inline shell scripts" homepage = "https://github.com/ursm/handlematters" readme = "README.md" license = "MIT" [profile.release] lto = true codegen-units = 1 strip = "symbols" [lib] name = "handlematters" path = "src/lib.rs" [[bin]] name = "handlematters" path = "src/main.rs" [[test]] name = "cli" path = "tests/cli.rs" [dependencies.anyhow] version = "1.0.86" [dependencies.clap] version = "4.1.11" features = ["derive"] [dependencies.handlebars] version = "6.0.0" [dependencies.indoc] version = "2.0.4" [dependencies.serde_yaml] version = "0.9.25" [dev-dependencies.assert_cmd] version = "2.0.8" [dev-dependencies.predicates] version = "3.0.4" [dev-dependencies.tempfile] version = "3.10.1"