# 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 = "bwavfile" version = "2.0.1" authors = [ "Jamie Hardt ", "Ian Hobson ", ] description = "Rust Wave File Reader/Writer with Broadcast-WAV, MBWF and RF64 Support" homepage = "https://github.com/iluvcapra/bwavfile" readme = "README.md" keywords = [ "audio", "broadcast", "multimedia", "smpte", ] categories = [ "multimedia::audio", "parsing", ] license = "MIT" [profile.release] debug = true [dependencies.byteorder] version = "1.3.4" [dependencies.clap] version = "2.33.3" [dependencies.dasp_sample] version = "0.11.0" [dependencies.encoding] version = "0.2.33" [dependencies.uuid] version = "0.8.1" [dev-dependencies.serde_json] version = "1.0.61"