creak 0.2.0

Lightweight audio decoder. Converts popular formats to raw 32-bit float samples.
Documentation
[dependencies.claxon]
optional = true
version = "0.4.3"

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

[dependencies.lewton]
optional = true
version = "0.10.1"

[dependencies.minimp3]
optional = true
version = "0.5.0"

[features]
default = ["wav", "mp3", "vorbis", "flac"]
flac = ["claxon"]
mp3 = ["minimp3"]
vorbis = ["lewton"]
wav = ["hound"]

[package]
authors = ["Nicholas Fleck <TheBerkin@users.noreply.github.com>"]
categories = ["multimedia::audio", "multimedia::encoding", "encoding", "filesystem"]
description = "Lightweight audio decoder. Converts popular formats to raw 32-bit float samples."
edition = "2018"
exclude = ["*.wav", "*.flac", "*.mp3", "*.ogg", "*.raw"]
homepage = "https://github.com/TheBerkin/creak"
keywords = ["audio", "decoder", "sound"]
license = "MIT OR Apache-2.0"
name = "creak"
readme = "README.md"
repository = "https://github.com/TheBerkin/creak"
version = "0.2.0"
[profile.release]
codegen-units = 1