# 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 = "hyperbole" version = "0.1.2" authors = ["nytopop "] description = "Reserved for now near-future use." homepage = "https://github.com/nytopop/hyperbole" documentation = "https://docs.rs/hyperbole" readme = "README.md" keywords = ["web", "http", "hyper", "async", "framework"] categories = ["web-programming", "asynchronous"] license = "MIT OR Apache-2.0" repository = "https://github.com/nytopop/hyperbole" [dependencies.bytes] version = "0.5.5" [dependencies.frunk_core] version = "0.3.1" [dependencies.futures] version = "0.3.5" [dependencies.headers] version = "0.3.2" [dependencies.http] version = "0.2.1" [dependencies.hyper] version = "0.13.6" [dependencies.hyper-staticfile] version = "0.5.3" [dependencies.hyperbole_macros] version = "0.1.0" [dependencies.mime] version = "0.3.16" [dependencies.percent-encoding] version = "2.1.0" [dependencies.pin-project] version = "0.4.22" [dependencies.serde] version = "1.0.114" features = ["derive"] [dependencies.serde_json] version = "1.0.55" [dependencies.serde_urlencoded] version = "0.6.1" [dependencies.thiserror] version = "1.0.20" [dependencies.tokio] version = "0.2.21" features = ["macros", "time"] [dev-dependencies.quickcheck] version = "0.9.2" [dev-dependencies.quickcheck_macros] version = "0.9.1"