# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] name = "crayon-audio" version = "0.7.1" authors = ["Jingkai Mao "] description = "The audio module of crayon game framework." keywords = ["crayon", "game-dev", "audio"] categories = ["multimedia", "game-engines"] license = "Apache-2.0" repository = "https://github.com/shawnscode/crayon" [dependencies.crayon] version = "0.7.1" [dependencies.failure] version = "0.1.2" [dependencies.lewton] version = "0.9.0" [target."cfg(not(target_arch = \"wasm32\"))".dependencies.cpal] version = "0.8.2" [target."cfg(target_arch = \"wasm32\")".dependencies.js-sys] version = "0.3.6" [target."cfg(target_arch = \"wasm32\")".dependencies.wasm-bindgen] version = "0.2.29" [target."cfg(target_arch = \"wasm32\")".dependencies.web-sys] version = "0.3.6" features = ["AudioContext", "AudioDestinationNode", "AudioBufferSourceNode", "AudioNode", "AudioParam", "ScriptProcessorNode", "AudioProcessingEvent", "AudioBuffer"]