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