# 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 = "isner" version = "0.0.1-alpha.2" authors = ["Elias Tandel "] description = "A static HTTP server that aims to be minimalistic and fast." readme = "README.md" keywords = ["HTTP", "web", "server"] categories = ["network-programming"] license = "MIT OR Apache-2.0" repository = "https://github.com/etandel/isner" [profile.release] opt-level = 3 lto = "thin" [dependencies.anyhow] version = "1.0.31" [dependencies.clap] version = "2.33.1" [dependencies.env_logger] version = "0.7.1" [dependencies.fehler] version = "1.0.0" [dependencies.http] version = "0.2.1" [dependencies.log] version = "0.4.8" [dependencies.mime] version = "0.3.16" [dependencies.thiserror] version = "1.0.19" [dependencies.threadpool] version = "1.8.1"