# 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 = "futures-x-io-timeoutable" version = "0.3.2" authors = ["vkill "] description = "Timeout ext for futures io and tokio io." homepage = "https://github.com/bk-rs/futures-x-io-timeoutable" documentation = "https://docs.rs/futures-x-io-timeoutable" readme = "README.md" keywords = [] categories = ["asynchronous"] license = "Apache-2.0 OR MIT" repository = "https://github.com/bk-rs/futures-x-io-timeoutable" [package.metadata.cargo-all-features] skip_feature_sets = [["futures_io", "tokio02_io"], ["futures_io", "tokio_io"], ["tokio02_io", "tokio_io"]] skip_optional_dependencies = true [dependencies.futures-timer] version = "3.0" features = [] optional = true default-features = false [dependencies.futures-x-io] version = "0.3" features = [] optional = true default-features = false [dependencies.pin-project-lite] version = "0.2" optional = true [dependencies.tokio] version = "1.0" features = [] optional = true default-features = false [dependencies.tokio02] version = "~0.2" features = [] optional = true default-features = false package = "tokio" [dev-dependencies.async-io] version = "1.3" features = [] default-features = false [dev-dependencies.futures-lite] version = "1.11" features = [] default-features = false [dev-dependencies.tokio] version = "1.0" features = ["net", "rt-multi-thread"] default-features = false [dev-dependencies.tokio02] version = "~0.2" features = ["net"] default-features = false package = "tokio" [features] futures_io = ["futures-x-io/futures_io", "futures-timer"] tokio02_io = ["futures-x-io/tokio02_io", "tokio02/time"] tokio_io = ["futures-x-io/tokio_io", "tokio/time", "pin-project-lite"]