# 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 = "tokio_with_wasm" version = "0.7.4" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Mimicking tokio functionalies on web browsers" readme = "README.md" license = "MIT" repository = "https://github.com/cunarist/tokio-with-wasm" [package.metadata.docs.rs] all-features = true default-target = "wasm32-unknown-unknown" [lib] name = "tokio_with_wasm" path = "src/lib.rs" [dependencies.js-sys] version = "0.3.70" [dependencies.tokio] version = "1.x.x" [dependencies.tokio_with_wasm_proc] version = "0.7.4" [dependencies.wasm-bindgen] version = "0.2.95" [dependencies.wasm-bindgen-futures] version = "0.4.45" [dependencies.web-sys] version = "0.3.70" features = [ "Worker", "WorkerOptions", "WorkerType", "DedicatedWorkerGlobalScope", "MessageEvent", "ErrorEvent", "Blob", "BlobPropertyBag", "Url", ] [features] default = [] full = [ "macros", "sync", "time", "rt", "rt-multi-thread", ] macros = ["tokio/macros"] rt = [] rt-multi-thread = [] sync = ["tokio/sync"] time = []