# 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.60.0" name = "prokio" version = "0.1.0" authors = ["Kaede Hoshikawa "] description = "An asynchronous runtime compatible with WebAssembly and non-WebAssembly targets." readme = "README.md" keywords = [ "yew", "futures", "async", "io", ] categories = ["asynchronous"] license = "MIT OR Apache-2.0" repository = "https://github.com/futursolo/prokio" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "documenting", ] [dependencies.futures] version = "0.3" features = [ "std", "async-await", ] default-features = false [dependencies.pin-project] version = "1.0.11" [dependencies.pinned] version = "0.1.0" [features] default = [] [target."cfg(not(target_arch = \"wasm32\"))".dependencies.num_cpus] version = "1.13" [target."cfg(not(target_arch = \"wasm32\"))".dependencies.once_cell] version = "1" [target."cfg(not(target_arch = \"wasm32\"))".dependencies.tokio] version = "1.21.1" features = [ "rt", "time", ] [target."cfg(not(target_arch = \"wasm32\"))".dependencies.tokio-stream] version = "0.1" features = ["time"] [target."cfg(not(target_arch = \"wasm32\"))".dev-dependencies.tokio] version = "1.19" features = ["full"] [target."cfg(target_arch = \"wasm32\")".dependencies.gloo] version = "0.8" [target."cfg(target_arch = \"wasm32\")".dependencies.wasm-bindgen-futures] version = "0.4"