# 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" name = "async-utility" version = "0.2.0" authors = ["Yuki Kishimoto "] description = "Collection of async utilities." homepage = "https://github.com/yukibtc/async-utility" readme = "README.md" keywords = [ "async", "tokio", "util", ] license = "MIT" repository = "https://github.com/yukibtc/async-utility.git" [dependencies.futures-util] version = "0.3" features = [ "std", "sink", ] default-features = false [target."cfg(not(target_arch = \"wasm32\"))".dependencies.tokio] version = "1" features = [ "rt", "rt-multi-thread", "time", ] default-features = false [target."cfg(target_arch = \"wasm32\")".dependencies.gloo-timers] version = "0.2" features = ["futures"] [target."cfg(target_arch = \"wasm32\")".dependencies.tokio] version = "1" features = [ "rt", "sync", ] default-features = false [target."cfg(target_arch = \"wasm32\")".dependencies.wasm-bindgen-futures] version = "0.4"