Files
bwavfile/Cargo.toml
2020-11-20 19:14:58 -08:00

20 lines
566 B
TOML

[package]
name = "bwavfile"
version = "0.1.1"
authors = ["Jamie Hardt <jamiehardt@me.com>"]
edition = "2018"
license = "MIT"
license-file = "LICENSE"
description = "Rust Wave File Reader/Writer with Broadcast-WAV, MBWF and RF64 Support"
homepage = "https://github.com/iluvcapra/bwavfile"
readme = "README.md"
categories = ["multimedia::audio", "parsing"]
keywords = ["audio", "broadcast", "multimedia","smpte"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
byteorder = "1.3.4"
encoding = "0.2.33"