# 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 = "gerust" version = "0.0.1-alpha.1" authors = ["Marco Otte-Witte "] include = [ "blueprints", "src", "build.rs", ] description = "CLI for Meta-framework on top of axum" readme = "README.md" license = "MIT" [[bin]] name = "gerust" path = "src/main.rs" [dependencies.anyhow] version = "1" [dependencies.cargo-generate] version = "0.22.0" [dependencies.clap] version = "4.4" features = ["cargo"] [dependencies.include_dir] version = "0.7" [dependencies.tokio] version = "1.34" features = ["full"] [dev-dependencies.insta] version = "1.38" [build-dependencies.vergen] version = "8.3.2" features = [ "build", "git", "gitcl", ]