audrey 0.3.0

A crate to simplify reading, writing and converting between a range of audio formats.
Documentation
[dependencies.alac]
optional = true
version = "0.5"

[dependencies.caf]
optional = true
version = "0.1"

[dependencies.claxon]
optional = true
version = "0.4"

[dependencies.dasp_frame]
version = "0.11.0"

[dependencies.dasp_sample]
version = "0.11.0"

[dependencies.hound]
optional = true
version = "3"

[dependencies.lewton]
optional = true
version = "0.9"
[dev-dependencies.cpal]
version = "0.10"

[features]
caf_alac = ["alac", "caf"]
default = ["flac", "ogg_vorbis", "wav", "caf_alac"]
flac = ["claxon"]
ogg_vorbis = ["lewton"]
wav = ["hound"]

[package]
authors = ["mitchmindtree <mitchell.nordine@gmail.com>"]
categories = ["multimedia::audio"]
description = "A crate to simplify reading, writing and converting between a range of audio formats."
documentation = "https://docs.rs/audrey"
edition = "2018"
homepage = "https://github.com/RustAudio/audrey"
keywords = ["audio", "format", "decode", "encode", "convert"]
license = "MIT OR Apache-2.0"
name = "audrey"
readme = "README.md"
repository = "https://github.com/RustAudio/audrey.git"
version = "0.3.0"
[package.metadata.docs.rs]
all-features = true