# 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 = "tgm" version = "0.10.0" authors = ["linux_china "] description = "CLI to manage template repositories" homepage = "https://github.com/linux-china/tgm" documentation = "https://github.com/linux-china/tgm" readme = "README.md" keywords = ["template", "generator"] categories = ["command-line-utilities"] license = "Apache-2.0" repository = "https://github.com/linux-china/tgm" resolver = "2" [dependencies.chrono] version = "0.4" [dependencies.clap] version = "3.0.0" [dependencies.clap_complete] version = "3.0.0" [dependencies.colored] version = "2" [dependencies.regex] version = "1" [dependencies.reqwest] version = "0.11" features = ["blocking", "json"] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.tokio] version = "1" features = ["full"]