1# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
2#
3# When uploading crates to the registry Cargo will automatically
4# "normalize" Cargo.toml files for maximal compatibility
5# with all versions of Cargo and also rewrite `path` dependencies
6# to registry (e.g., crates.io) dependencies
7#
8# If you believe there's an error in this file please file an
9# issue against the rust-lang/cargo repository. If you're
10# editing this file be aware that the upstream Cargo.toml
11# will likely look very different (and much more reasonable)
12
13[package]
14edition = "2018"
15name = "librespot-audio"
16version = "0.1.1"
17authors = ["Paul Lietar <paul@lietar.net>"]
18description = "The audio fetching and processing logic for librespot"
19license = "MIT"
20[dependencies.aes-ctr]
21version = "0.3"
22
23[dependencies.bit-set]
24version = "0.5"
25
26[dependencies.byteorder]
27version = "1.3"
28
29[dependencies.bytes]
30version = "0.4"
31
32[dependencies.futures]
33version = "0.1"
34
35[dependencies.lewton]
36version = "0.9"
37
38[dependencies.librespot-core]
39version = "0.1.1"
40
41[dependencies.librespot-tremor]
42version = "0.1.0"
43optional = true
44
45[dependencies.log]
46version = "0.4"
47
48[dependencies.num-bigint]
49version = "0.2"
50
51[dependencies.num-traits]
52version = "0.2"
53
54[dependencies.tempfile]
55version = "3.1"
56
57[dependencies.vorbis]
58version = "0.1.0"
59optional = true
60
61[features]
62with-tremor = ["librespot-tremor"]
63with-vorbis = ["vorbis"]
64