# 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 = "async-stream-http-tunnel-grader" version = "0.1.4" authors = ["vkill "] description = "Asynchronous stream http tunnel grader." homepage = "https://github.com/bk-rs/async-stream-http-tunnel-grader" documentation = "https://docs.rs/async-stream-http-tunnel-grader" readme = "README.md" keywords = [] categories = ["asynchronous"] license = "Apache-2.0 OR MIT" repository = "https://github.com/bk-rs/async-stream-http-tunnel-grader" [dependencies.async-http1-lite] version = "0.1" features = [] optional = true default-features = false [dependencies.async-stream-packed] version = "0.1" features = ["http"] default-features = false [dependencies.async-trait] version = "0.1" features = [] default-features = false [dependencies.base64] version = "0.12" features = ["std"] optional = true default-features = false [dependencies.futures-io] version = "0.3" features = ["std"] default-features = false [dev-dependencies.async-net] version = "0.1" features = [] default-features = false [dev-dependencies.futures-lite] version = "0.1" features = [] default-features = false [features] async_http1_lite_client = ["authorization", "unionable_client", "async-http1-lite"] authorization = ["base64"] unionable_client = []