# 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 = "dev_bestia_simple_server" version = "2021.918.1640" authors = ["Luciano Bestia"] include = ["Cargo.toml", "LICENSE", "README.md", "src/*"] publish = true description = "simple server from " readme = "README.md" keywords = ["server", "http"] categories = ["web-programming::http-server"] license = "MIT" repository = "https://github.com/lucianobestia/cargo_crev_reviews_workspace" [dependencies.http] version = "0.2.4" [dependencies.httparse] version = "1.5.1" [dependencies.log] version = "0.4.14" [dependencies.num_cpus] version = "1" [dependencies.scoped_threadpool] version = "0.1.7" [dependencies.time] version = "0.3.1" features = ["default", "parsing", "formatting", "macros", "std"] [dependencies.unwrap] version = "1.2.1" [dev-dependencies.env_logger] version = "0.9.0"