# 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 = "cnctd_cli" version = "0.2.10" authors = [ "Connected Dot Inc.", "Kyle Ebner ", ] description = "CLI for scaffolding and managing projects" license = "MIT" repository = "https://github.com/Connected-Dot/cnctd_cli" [[bin]] name = "cnctd" path = "src/main.rs" [dependencies.anyhow] version = "1.0.75" [dependencies.async-recursion] version = "1.0.5" [dependencies.chrono] version = "0.4.31" [dependencies.clap] version = "4.4.7" features = ["derive"] [dependencies.cnctd] version = "0.1.3" [dependencies.colored] version = "2.0.4" [dependencies.crossterm] version = "0.27.0" [dependencies.dotenv] version = "0.15.0" [dependencies.figlet-rs] version = "0.1.5" [dependencies.regex] version = "1.9.5" [dependencies.serde] version = "1.0.188" features = ["derive"] [dependencies.serde_json] version = "1.0.107" [dependencies.strum] version = "0.25.0" [dependencies.strum_macros] version = "0.25.2" [dependencies.tokio] version = "1.32.0" features = ["full"] [dependencies.toml] version = "0.8.0" [dependencies.toml_edit] version = "0.20.0" [dependencies.walkdir] version = "2.4.0"