# 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] name = "riff-wave" version = "0.1.3" authors = ["Kevin Brothaler "] description = "Simple methods for reading and writing PCM wave files." homepage = "https://github.com/Digipom/riff-wave" documentation = "https://digipom.github.io/riff-wave/doc/riff_wave/index.html" readme = "README.md" keywords = [ "audio", "riff", "sample", "wave", "pcm", ] license = "Apache-2.0" repository = "https://github.com/Digipom/riff-wave" [dependencies.byteorder] version = "0.5.1" [dev-dependencies.decibel] version = "0.1.2" [target."cfg(target_os = \"macos\")".dev-dependencies.coreaudio-rs] version = "0.5.0"