# 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 = "2018" name = "audio-engine" version = "0.4.5" authors = ["Rodrigo Batista de Moraes "] build = "build.rs" exclude = ["examples/"] description = "A audio playback library" readme = "README.md" keywords = [ "audio", "playback", "wav", "ogg", ] categories = ["multimedia::audio"] license = "MIT OR Apache-2.0" repository = "https://github.com/Rodrigodd/audio-engine" [[example]] name = "music" crate-type = ["cdylib"] path = "examples/music.rs" [[bench]] name = "my_benchmark" harness = false [dependencies.cpal] version = "0.14.0" features = ["wasm-bindgen"] [dependencies.gcd] version = "2" [dependencies.hound] version = "3.5" optional = true [dependencies.lewton] version = "0.10" optional = true [dependencies.log] version = "0.4.17" [dev-dependencies.criterion] version = "0.3" [dev-dependencies.env_logger] version = "0.9.0" [features] default = [ "ogg", "wav", ] ogg = ["dep:lewton"] wav = ["dep:hound"] [target."cfg(target_os = \"android\")".dependencies.ndk-glue] version = "0.6" features = ["logger"]