# 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" rust-version = "1.59.0" name = "microserver" version = "0.2.1" authors = ["Roberto Huertas "] exclude = [ "index.html", "run.sh", ] description = "Simple ad-hoc server with SPA support based on Warp! Excellent for testing React, Angular, Vue apps and the like." readme = "README.md" keywords = [ "server", "spa", "simple", "http-server", "cli", ] categories = [ "web-programming::http-server", "network-programming", ] license = "MIT" repository = "https://github.com/robertohuertasm/microserver" resolver = "2" [profile.release] opt-level = 3 lto = true codegen-units = 1 strip = true [dependencies.clap] version = "3" [dependencies.console] version = "0.15" [dependencies.tokio] version = "1" features = [ "macros", "rt-multi-thread", ] [dependencies.warp] version = "0.3" [badges.maintenance] status = "actively-developed"