lewton 0.9.4

Pure Rust vorbis decoder
Documentation
# 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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "lewton"
version = "0.9.4"
authors = ["est31 <MTest31@outlook.com>"]
description = "Pure Rust vorbis decoder"
documentation = "https://docs.rs/lewton"
readme = "README.md"
keywords = ["ogg", "vorbis", "decoder", "audio"]
categories = ["compression", "multimedia::audio", "multimedia::encoding"]
license = "MIT/Apache-2.0"
repository = "https://github.com/RustAudio/lewton"
[package.metadata.docs.rs]
features = ["async_ogg"]

[lib]
name = "lewton"
crate-type = ["lib", "cdylib"]
[dependencies.byteorder]
version = "1.0"

[dependencies.smallvec]
version = "0.6"

[dependencies.ogg]
version = "0.7"
optional = true

[dependencies.tokio-io]
version = "0.1"
optional = true

[dependencies.futures]
version = "0.1"
optional = true
[dev-dependencies.ogg]
version = "0.7"

[dev-dependencies.alto]
version = "3"

[features]
default = ["ogg"]
async_ogg = ["ogg", "ogg/async", "futures", "tokio-io"]