data2sound 0.1.0

A library to convert data to sound, and vice versa
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3

[[package]]
name = "data2sound"
version = "0.1.0"
dependencies = [
 "file-utils",
 "hound",
]

[[package]]
name = "file-utils"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8a69cd243d774aa2a8e70c5d06cc57f41559ad471e18bdd1766dd3bef7b83ab4"

[[package]]
name = "hound"
version = "3.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4d13cdbd5dbb29f9c88095bbdc2590c9cba0d0a1269b983fef6b2cdd7e9f4db1"