# 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 = "rocket-starter" version = "0.4.0" description = "Tool to create skeleton for a Rocket-based web application" readme = "README.md" keywords = [ "cli", "web", "static", ] categories = ["web-programming::http-server"] license = "MIT OR Apache-2.0" repository = "https://github.com/szabgab/rocket-starter.rs/" [dependencies.clap] version = "4.4.11" features = ["derive"] [dependencies.flate2] version = "1.0.30" [dependencies.tar] version = "0.4.40" [build-dependencies.flate2] version = "1.0.30" [build-dependencies.tar] version = "0.4.40"