# 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 = "scrappy-connect" version = "0.0.1" authors = ["Bevan Hunt "] description = "scrappy connect - tcp connector service" homepage = "https://apibill.me" keywords = ["network", "framework", "async", "futures"] categories = ["network-programming", "asynchronous"] license = "MIT" repository = "https://github.com/apibillme/scrappy" [dependencies.derive_more] version = "0.99.2" [dependencies.either] version = "1.5.3" [dependencies.futures] version = "0.3.1" [dependencies.http] version = "0.2.0" optional = true [dependencies.log] version = "0.4" [dependencies.open-ssl] version = "0.10" optional = true package = "openssl" [dependencies.rust-tls] version = "0.16.0" optional = true package = "rustls" [dependencies.scrappy-codec] version = "0.0.1" [dependencies.scrappy-rt] version = "0.0.1" [dependencies.scrappy-service] version = "0.0.1" [dependencies.scrappy-utils] version = "0.0.1" [dependencies.tokio-openssl] version = "0.4.0" optional = true [dependencies.tokio-rustls] version = "0.12.0" optional = true [dependencies.trust-dns-proto] version = "=0.18.0-alpha.2" [dependencies.trust-dns-resolver] version = "=0.18.0-alpha.2" [dependencies.webpki] version = "0.21" optional = true [dev-dependencies.bytes] version = "0.5.3" [dev-dependencies.scrappy-testing] version = "0.0.1" [features] default = ["uri"] openssl = ["open-ssl", "tokio-openssl"] rustls = ["rust-tls", "tokio-rustls", "webpki"] uri = ["http"]