# 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 = "tpp" version = "0.1.1" description = """ tpp (Tera Pre-Processor) is a command line utility for preprocessing files with the tera templating engine """ readme = "README.md" categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/mcmah309/tpp" [profile.release] opt-level = 3 lto = true codegen-units = 1 panic = "abort" [[bin]] name = "tpp" path = "src/main.rs" [dependencies.clap] version = "4.4.8" features = [ "derive", "env", "unicode", "cargo", ] [dependencies.color-eyre] version = "0.6" [dependencies.serde] version = "1.0" [dependencies.serde_json] version = "1.0" optional = false [dependencies.serde_yaml] version = "0.9" optional = false [dependencies.tera] version = "1.19.1" [dependencies.toml] version = "0.8" optional = false [dev-dependencies.assert_cmd] version = "2.0" [dev-dependencies.predicates] version = "3.0" [features] default = []