# 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 = "axum_generator" version = "0.1.0" authors = ["myyrakle "] exclude = [] include = [ "src/*", "Cargo.toml", ] description = "Axum Web Template Generator" homepage = "https://github.com/myyrakle/axum_generator/blob/master/README.md" documentation = "https://github.com/myyrakle/axum_generator/blob/master/README.md" readme = "README.md" keywords = [ "axum", "generator", ] license = "MIT" repository = "https://github.com/myyrakle/axum_generator" [[bin]] name = "axum" path = "src/main.rs" required-features = ["axum"] [dependencies.atty] version = "0.2.14" optional = true [dependencies.clap] version = "3.1.3" features = ["derive"] [dependencies.reqwest] version = "0.11" features = ["json"] [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.structopt] version = "0.3.18" optional = true [dependencies.tokio] version = "1" features = ["full"] [dependencies.toml] version = "0.5" [dependencies.zip] version = "0.5" [features] axum = ["cli"] cli = [ "atty", "structopt", ] default = ["axum"]