mirror of
https://github.com/iluvcapra/bwavfile.git
synced 2025-12-31 17:00:44 +00:00
29 lines
709 B
TOML
29 lines
709 B
TOML
[package]
|
|
name = "bwavfile"
|
|
version = "1.1.0"
|
|
authors = ["Jamie Hardt <jamiehardt@me.com>", "Ian Hobson <ian.r.hobson@gmail.com>"]
|
|
edition = "2018"
|
|
license = "MIT"
|
|
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"
|
|
dasp_sample = "0.11.0"
|
|
encoding = "0.2.33"
|
|
uuid = "0.8.1"
|
|
clap = "2.33.3"
|
|
|
|
[dev-dependencies]
|
|
serde_json = "1.0.61"
|
|
|
|
[profile.release]
|
|
debug = true
|
|
|