# 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 = "ezhttp" version = "0.1.6" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "easy http server for small sites" readme = "README.md" keywords = [ "http", "server", "site", "async", ] license-file = "LICENSE" repository = "https://github.com/MeexReay/ezhttp" [lib] name = "ezhttp" path = "src/lib.rs" [[bin]] name = "ezhttp" path = "src/main.rs" [[example]] name = "parallel_sites" path = "examples/parallel_sites.rs" [[example]] name = "simple_site" path = "examples/simple_site.rs" [dependencies.rusty_pool] version = "0.7.0" [dependencies.serde_json] version = "1.0.127" [dependencies.tokio] version = "1.39.3" features = ["full"] [dependencies.tokio-io-timeout] version = "1.2.0" [dependencies.urlencoding] version = "2.1.3" [features] http_rrs = []