# 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 = "complate" version = "0.13.0" authors = ["Alexander Weber "] autobins = false description = "A powerful text templating tool." homepage = "https://replicadse.github.io/complate" readme = "docs/README.md" keywords = [ "cli", "template", "replace", "standardizing", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/replicadse/complate" [[bin]] name = "complate" path = "./src/main.rs" [dependencies.anyhow] version = "1.0.72" [dependencies.async-trait] version = "0.1.72" [dependencies.bytes] version = "1.4.0" [dependencies.clap] version = "4.3.19" [dependencies.clap-markdown] version = "0.1.3" [dependencies.clap_complete] version = "4.3.2" [dependencies.clap_mangen] version = "0.2.12" [dependencies.dialoguer] version = "0.10.4" optional = true [dependencies.fancy-regex] version = "0.11.0" [dependencies.handlebars] version = "4.3.7" [dependencies.mime] version = "0.3.17" [dependencies.schemars] version = "0.8.12" [dependencies.serde] version = "1.0.181" features = ["derive"] [dependencies.serde_json] version = "1.0.104" [dependencies.serde_yaml] version = "0.9.25" [dependencies.thiserror] version = "1.0.44" [dependencies.tokio] version = "1.29.1" features = [ "rt", "rt-multi-thread", "macros", ] [dev-dependencies.rusty-hook] version = "0.11.2" [features] "backend+cli" = ["dialoguer"] default = ["backend+cli"]