# 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 = "2024" name = "artwrap" version = "0.2.0" authors = ["Martin Kolařík "] build = false autolib = false autobins = false autoexamples = false autotests = false autobenches = false description = "Minimal asynchronous smol/wasm wrapper for unified accessing selected primitives." homepage = "https://github.com/martin-kolarik/artwrap" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/martin-kolarik/artwrap" [lib] name = "artwrap" path = "src/lib.rs" [dependencies.async-channel] version = "^2.2" [dependencies.pin-project-lite] version = "^0.2" [target.'cfg(not(target_os = "unknown"))'.dependencies.async-global-executor] version = "^2.4" features = ["async-io"] default-features = false [target.'cfg(not(target_os = "unknown"))'.dependencies.async-io] version = "^2.4" [target.'cfg(target_arch = "wasm32")'.dependencies.gloo-timers] version = "^0.3" features = ["futures"] [target.'cfg(target_arch = "wasm32")'.dependencies.wasm-bindgen-futures] version = "^0.4"