# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "simplestatic" version = "1.0.4" authors = ["Trans ry ", "Teascade "] description = "lightweight and minimalistic single-page webserver" homepage = "https://github.com/Transyhdistys/simplestatic" readme = "README.md" keywords = ["template", "web", "http", "server", "html"] categories = ["web-programming::http-server"] license = "AGPL-3.0" repository = "https://github.com/Transyhdistys/simplestatic" [dependencies.argh] version = "0.1.4" [dependencies.data-encoding] version = "2.3.1" [dependencies.minifier] version = "0.0.31" [dependencies.regex] version = "^1.4" [dependencies.ring] version = "0.16.19" [dependencies.serde] version = "1.0" [dependencies.serde_derive] version = "1.0" [dependencies.tokio] version = "1" features = ["full"] [dependencies.toml] version = "0.5.8" [dependencies.warp] version = "0.3"