# 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 = "uni-snd" version = "0.2.1" authors = ["jice "] exclude = ["www"] description = "Unrust low level native/wasm compatibility layer for sound output" documentation = "https://docs.rs/uni-snd" readme = "README.md" keywords = [ "sound", "wasm", ] license = "MIT" repository = "https://github.com/unrust/uni-snd" [dependencies.uni-app] version = "0.2.*" [target."cfg(not(target_arch = \"wasm32\"))".dependencies.cpal] version = "0.14" [target.wasm32-unknown-unknown.dependencies.cpal] version = "0.14" features = ["wasm-bindgen"] [target.wasm32-unknown-unknown.dependencies.wasm-bindgen] version = "0.2.83"