# 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 = "bravery" version = "0.3.0" authors = ["Tommaso Allevi "] description = "A fast http async web server" readme = "README.md" keywords = ["bravery", "fast", "http", "api"] license = "MIT" repository = "https://github.com/allevo/bravery" [[example]] name = "hello_world" test = true [[example]] name = "post_body" test = true [[example]] name = "query_params" test = true [[example]] name = "shared_state" test = true [[example]] name = "logs" test = true [dependencies.bravery_router] version = "0.1.3" [dependencies.bytes] version = "0.4.12" [dependencies.futures-preview] version = "0.3.0-alpha.18" [dependencies.http] version = "0.1.18" [dependencies.httparse] version = "1.3.4" [dependencies.objekt] version = "0.1.2" [dependencies.percent-encoding] version = "2.1.0" [dependencies.regex] version = "1.2.1" [dependencies.serde] version = "1.0.99" [dependencies.serde_derive] version = "1.0.99" [dependencies.serde_json] version = "1.0.40" [dependencies.serde_urlencoded] version = "0.6.1" [dependencies.slog] version = "2.5.2" [dependencies.sloggers] version = "0.3.3" [dependencies.tokio] version = "0.2.0-alpha.5"