|
@@ -43,7 +43,7 @@ num-bigint = "0.1.35"
|
|
|
protobuf = "1.1"
|
|
|
rand = "0.3.13"
|
|
|
rpassword = "0.3.0"
|
|
|
-rust-crypto = { git = "https://github.com/awmath/rust-crypto.git", branch = "avx2" }
|
|
|
+rust-crypto = "0.2.36"
|
|
|
serde = "0.9.6"
|
|
|
serde_derive = "0.9.6"
|
|
|
serde_json = "0.9.5"
|
|
@@ -57,6 +57,9 @@ rand = "0.3.13"
|
|
|
vergen = "0.1.0"
|
|
|
protobuf_macros = { git = "https://github.com/plietar/rust-protobuf-macros", features = ["with-syntex"] }
|
|
|
|
|
|
+[replace]
|
|
|
+"rust-crypto:0.2.36" = { git = "https://github.com/awmath/rust-crypto.git", branch = "avx2" }
|
|
|
+
|
|
|
[features]
|
|
|
alsa-backend = ["librespot-playback/alsa-backend"]
|
|
|
portaudio-backend = ["librespot-playback/portaudio-backend"]
|