play 0.5.3

The package provides a means of playing audio files.
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 = "play"
version = "0.5.3"
authors = ["Ivan Ukhov <ivan.ukhov@gmail.com>"]
description = "The package provides a means of playing audio files."
homepage = "https://github.com/stainless-steel/play"
documentation = "https://docs.rs/play"
readme = "README.md"
keywords = ["audio", "sound"]
categories = ["multimedia::audio"]
license = "Apache-2.0/MIT"
repository = "https://github.com/stainless-steel/play"
[dependencies.mpg123-sys]
version = "0.6"

[dependencies.out123-sys]
version = "0.5"

[dependencies.libc]
version = "0.2"

[features]
static = ["mpg123-sys/static", "out123-sys/static"]