# 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 = "js_arc" version = "0.1.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A Send + Sync abstraction for JsValue in WASM" homepage = "https://github.com/63b8e7lmk1jv9c0ovus4hqkcasqgp0ed/JsArc" readme = "README.md" keywords = [ "wasm", "JsValue", ] license = "MIT" repository = "https://github.com/63b8e7lmk1jv9c0ovus4hqkcasqgp0ed/JsArc" [lib] name = "js_arc" crate-type = [ "cdylib", "rlib", ] path = "src/lib.rs" [dependencies.async-channel] version = "2" [dependencies.once_cell] version = "1" [dependencies.wasm-bindgen] version = "0.2" [dependencies.wasm-bindgen-futures] version = "0.4"