# 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 = "brio" version = "0.2.0" authors = ["imccrum "] description = "Async http server and web framework" license = "MIT" [dependencies.async-std] version = "1.5.0" [dependencies.futures] version = "0.3.4" [dependencies.futures-timer] version = "3.0.2" [dependencies.httparse] version = "1.3.4" [dependencies.log] version = "0.4.8" [dependencies.mime] version = "0.3.16" [dependencies.mime_guess] version = "2.0.3" [dependencies.serde_json] version = "1.0.45" [dependencies.signal-hook] version = "0.1.13" [dev-dependencies.env_logger] version = "0.7.1" [dev-dependencies.hyper] version = "0.13.2" [dev-dependencies.rand] version = "0.7.3" [dev-dependencies.tokio] version = "0.2.11" features = ["full"]