play 0.2.2

The package provides a mean of playing audio files.
Documentation
[package]
name = "play"
version = "0.2.2"
license = "Apache-2.0/MIT"
authors = ["Ivan Ukhov <ivan.ukhov@gmail.com>"]
description = "The package provides a mean of playing audio files."
documentation = "https://docs.rs/play"
homepage = "https://github.com/stainless-steel/play"
repository = "https://github.com/stainless-steel/play"
categories = ["multimedia"]
keywords = ["audio", "sound"]

[[bin]]
name = "play"
path = "src/main.rs"
doc = false

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

[dependencies]
libc = "0.2"
mpg123-sys = "0.3"
out123-sys = "0.2"