1[package]
2
3name = "hound"
4version = "3.4.0"
5authors = ["Ruud van Asseldonk <dev@veniogames.com>"]
6description = "A wav encoding and decoding library"
7keywords = ["wav", "wave", "audio", "codec"]
8categories = ["multimedia::encoding", "multimedia::audio"]
9license = "Apache-2.0"
10readme = "readme.md"
11homepage = "https://github.com/ruuda/hound"
12repository = "https://github.com/ruuda/hound"
13documentation = "https://docs.rs/hound"
14
15[badges]
16travis-ci = { repository = "ruuda/hound", branch = "v3.4.0" }
17
18[dev-dependencies]
19# An older version of cpal, but newer versions depend on the futures library,
20# which is incompatible with the version of Rust that Hound guarantees to
21# support.
22cpal = "0.2.12"
23