# 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 = "aix" version = "0.1.0" authors = ["Nelson Dominguez "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A command-line tool to quickly scaffold Rust + Actix projects with reasonable defaults" readme = "README.md" keywords = [ "actix-web", "starter-template", "cli", ] categories = [ "command-line-utilities", "development-tools::cargo-plugins", ] license = "MIT OR Apache-2.0" repository = "https://github.com/ekkolon/aix" [lib] name = "aix" path = "src/lib.rs" [[bin]] name = "aix" path = "src/bin/aix.rs" [dependencies.async-recursion] version = "1" [dependencies.clap] version = "4" features = [ "derive", "cargo", ] [dependencies.dirs] version = "5.0" [dependencies.env_logger] version = "0.11" [dependencies.log] version = "0.4" [dependencies.regex] version = "1" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.thiserror] version = "1" [dependencies.tokio] version = "1.40" features = [ "fs", "macros", "rt-multi-thread", "io-std", "io-util", ] [dev-dependencies.anyhow] version = "1" [dev-dependencies.tempfile] version = "3" [badges.maintenance] status = "experimental" [lints.rust] unsafe_code = "forbid"