ncw-convert 0.1.2

Native Instruments NCW audio file to wav convertor
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3

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

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

[[package]]
name = "ncw-convert"
version = "0.1.2"
dependencies = [
 "hound",
 "ncw",
]