# 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 = "salvo-cli" version = "0.1.51" authors = [ "Fankai Liu liufankai137@outlook.com", "mrxiaozhuox mrxzx.info@gmail.com", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Salvo CLI, a tool for the Salvo web framework, creates clean, easy-to-read code, saving you time for the more enjoyable aspects of life." readme = "README.md" keywords = [ "salvo", "cli", "template", ] license = "MIT/Apache-2.0" repository = "https://github.com/fankaiLiu/salvo-cli" [[bin]] name = "salvo" path = "src/main.rs" [dependencies.ansi_term] version = "0.12.1" [dependencies.anyhow] version = "1.0.80" [dependencies.clap] version = "4.4.4" features = ["derive"] [dependencies.dialoguer] version = "0.10.4" [dependencies.git2] version = "0.18.1" [dependencies.handlebars] version = "4.4.0" [dependencies.itertools] version = "0.12.0" [dependencies.once_cell] version = "1.19.0" [dependencies.reqwest] version = "0.11.22" [dependencies.rust-i18n] version = "2" [dependencies.serde] version = "1.0.188" features = ["derive"] [dependencies.serde_json] version = "1.0.107" [dependencies.tokio] version = "1" features = ["full"] [dependencies.unicode-xid] version = "0.2.4" [dependencies.walkdir] version = "2.4.0"