# 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 = "2018" name = "shs" version = "0.4.2" authors = ["Nicholas Bishop "] description = "Easy-to-use non-async HTTP server" readme = "README.md" keywords = [ "server", "http", ] categories = ["web-programming::http-server"] license = "Apache-2.0" repository = "https://github.com/nicholasbishop/shs" [[example]] name = "dict" test = true [dependencies.anyhow] version = "1.0" [dependencies.bufstream] version = "0.1" [dependencies.fehler] version = "1.0" [dependencies.log] version = "0.4" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.thiserror] version = "1.0" [dependencies.unicase] version = "2.6" [dependencies.url] version = "2.1" [dev-dependencies.once_cell] version = "1.4" [dev-dependencies.simple-logging] version = "2.0" [badges.maintenance] status = "deprecated"