# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" rust-version = "1.75" name = "futures-timeout" version = "0.1.0" authors = ["Darius Clark"] exclude = [".gitignore"] description = """ A utility that provides timeouts for futures and streams """ license = "Apache-2.0 OR MIT" repository = "https://github.com/dariusc93/futures-timeout" [dependencies.futures] version = "0.3" [dependencies.pin-project] version = "1" [target."cfg(not(target_arch = \"wasm32\"))".dependencies.futures-timer] version = "3.0" [target."cfg(not(target_arch = \"wasm32\"))".dev-dependencies.tokio] version = "1" features = ["full"] [target."cfg(target_arch = \"wasm32\")".dependencies.futures-timer] version = "3.0" features = ["wasm-bindgen"]