Cargo.toml 375 B

1234567891011121314151617
  1. [package]
  2. name = "librespot-audio"
  3. version = "0.1.0"
  4. authors = ["Paul Lietar <paul@lietar.net>"]
  5. [dependencies]
  6. bit-set = "0.4.0"
  7. byteorder = "1.0"
  8. rust-crypto = { git = "https://github.com/awmath/rust-crypto.git", branch = "avx2" }
  9. futures = "0.1.8"
  10. log = "0.3.5"
  11. num-bigint = "0.1.35"
  12. num-traits = "0.1.36"
  13. tempfile = "2.1"
  14. [dependencies.librespot-core]
  15. path = "../core"