# 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 = "servust" version = "0.2.6" authors = ["Priyadarshan Giri "] exclude = [ "target/**", ".gitignore", ".github/**", "LICENSE-MIT", ".idea/**", ] description = "Rust multiple backend-server template generator" homepage = "https://github.com/giripriyadarshan/servust" readme = "README.md" keywords = [ "server", "database", "orm", "template", "boilerplate", ] categories = [ "command-line-interface", "command-line-utilities", "development-tools", ] license = "MIT" repository = "https://github.com/giripriyadarshan/servust" [package.metadata.bundle] name = "Servust" identifier = "io.github.giripriyadarshan.servust" [profile.release] lto = true codegen-units = 1 panic = "abort" strip = true [[bin]] name = "servust" path = "src/main.rs" [dependencies.clap] version = "4.0.29" features = ["derive"] [dependencies.console] version = "0.15.2" [dependencies.indicatif] version = "0.17.2" [dependencies.reqwest] version = "0.11.13" [dependencies.tokio] version = "1.22.0" features = ["full"]