# 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 = "cltemplate" version = "1.1.0" authors = ["HyperCodec"] build = false exclude = [ "/example/", "/testing/", ] autobins = false autoexamples = false autotests = false autobenches = false default-run = "template" description = "A simple CLI tool for creating and using templates" homepage = "https://github.com/inflectrix/cltemplate" readme = "README.md" keywords = [ "cli", "template", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/inflectrix/cltemplate" [[bin]] name = "template" path = "src/main.rs" [dependencies.async-recursion] version = "1.0.5" [dependencies.clap] version = "4.4.10" features = ["derive"] [dependencies.dialoguer] version = "0.11.0" [dependencies.indicatif] version = "0.17.7" features = [ "tokio", "rayon", ] [dependencies.lazy_static] version = "1.4.0" [dependencies.regex] version = "1.10.2" [dependencies.thiserror] version = "1.0.50" [dependencies.tokio] version = "1.34.0" features = ["full"] [dependencies.tracing] version = "0.1.40" [dependencies.tracing-subscriber] version = "0.3.18" features = ["env-filter"]