# 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.80" name = "ianaio-worker" version = "0.1.2" authors = ["Jaroslaw Cichon IanaIO Rust and WebAssembly Working Group"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Convenience crate for working with Web Workers" homepage = "https:///rustwasm.iana.io/worker" documentation = "https://docs.iana.io/rustwasm/worker" readme = "README.md" categories = [ "api-bindings", "asynchronous", "wasm", ] license-file = "LICENSE.txt" repository = "https://github.com/ianaio/worker" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [lib] name = "ianaio_worker" path = "src/lib.rs" [dependencies.bincode] version = "1" [dependencies.futures] version = "0.3" features = ["std"] default-features = false [dependencies.ianaio-utils] version = "0.1.1" [dependencies.ianaio-worker-macros] version = "0.1.2" [dependencies.js-sys] version = "0.3" [dependencies.pinned] version = "0.1.0" [dependencies.serde] version = "1" features = ["derive"] [dependencies.thiserror] version = "1.0.37" [dependencies.wasm-bindgen] version = "0.2" [dependencies.wasm-bindgen-futures] version = "0.4" [dependencies.web-sys] version = "0.3" features = [ "Blob", "BlobPropertyBag", "DedicatedWorkerGlobalScope", "MessageEvent", "Url", "Worker", "WorkerOptions", ] [features] default = [] futures = []