123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339 |
- [root]
- name = "librespot"
- version = "0.1.0"
- dependencies = [
- "bit-set 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
- "byteorder 0.3.13 (registry+https://github.com/rust-lang/crates.io-index)",
- "eventual 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
- "getopts 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)",
- "lazy_static 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)",
- "librespot-protocol 0.1.0",
- "num 0.1.27 (registry+https://github.com/rust-lang/crates.io-index)",
- "portaudio 0.1.2 (git+https://github.com/mvdnes/portaudio-rs)",
- "protobuf 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
- "protobuf_macros 0.1.0 (git+https://github.com/plietar/rust-protobuf-macros.git)",
- "rand 0.3.11 (registry+https://github.com/rust-lang/crates.io-index)",
- "rpassword 0.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
- "rust-crypto 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)",
- "rust-gmp 0.2.0 (git+https://github.com/plietar/rust-gmp.git)",
- "shannon 0.1.0 (git+https://github.com/plietar/rust-shannon.git)",
- "tempfile 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
- "time 0.1.33 (registry+https://github.com/rust-lang/crates.io-index)",
- "vergen 0.0.16 (registry+https://github.com/rust-lang/crates.io-index)",
- "vorbis 0.0.13 (registry+https://github.com/rust-lang/crates.io-index)",
- ]
- [[package]]
- name = "advapi32-sys"
- version = "0.1.2"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- dependencies = [
- "winapi 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
- "winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
- ]
- [[package]]
- name = "bit-set"
- version = "0.2.0"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- dependencies = [
- "bit-vec 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
- ]
- [[package]]
- name = "bit-vec"
- version = "0.4.2"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- [[package]]
- name = "bitflags"
- version = "0.1.1"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- [[package]]
- name = "bitflags"
- version = "0.3.2"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- [[package]]
- name = "byteorder"
- version = "0.3.13"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- [[package]]
- name = "eventual"
- version = "0.1.4"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- dependencies = [
- "log 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
- "syncbox 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
- "time 0.1.33 (registry+https://github.com/rust-lang/crates.io-index)",
- ]
- [[package]]
- name = "gcc"
- version = "0.3.19"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- dependencies = [
- "advapi32-sys 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
- "winapi 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
- ]
- [[package]]
- name = "getopts"
- version = "0.2.14"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- [[package]]
- name = "kernel32-sys"
- version = "0.1.4"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- dependencies = [
- "winapi 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
- "winapi-build 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
- ]
- [[package]]
- name = "lazy_static"
- version = "0.1.15"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- [[package]]
- name = "libc"
- version = "0.1.10"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- [[package]]
- name = "librespot-protocol"
- version = "0.1.0"
- dependencies = [
- "mod_path 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
- "protobuf 1.0.4 (registry+https://github.com/rust-lang/crates.io-index)",
- ]
- [[package]]
- name = "log"
- version = "0.3.2"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- dependencies = [
- "libc 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
- ]
- [[package]]
- name = "mod_path"
- version = "0.1.5"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- [[package]]
- name = "num"
- version = "0.1.27"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- dependencies = [
- "rand 0.3.11 (registry+https://github.com/rust-lang/crates.io-index)",
- "rustc-serialize 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)",
- ]
- [[package]]
- name = "ogg-sys"
- version = "0.0.9"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- dependencies = [
- "gcc 0.3.19 (registry+https://github.com/rust-lang/crates.io-index)",
- "libc 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
- "pkg-config 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
- ]
- [[package]]
- name = "pkg-config"
- version = "0.3.6"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- [[package]]
- name = "portaudio"
- version = "0.1.2"
- source = "git+https://github.com/mvdnes/portaudio-rs#7c6d10f5edda0094cc33b682d88c3a6ea4919b9f"
- dependencies = [
- "bitflags 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
- "libc 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
- "portaudio_sys 0.1.0 (git+https://github.com/mvdnes/portaudio-rs)",
- ]
- [[package]]
- name = "portaudio_sys"
- version = "0.1.0"
- source = "git+https://github.com/mvdnes/portaudio-rs#7c6d10f5edda0094cc33b682d88c3a6ea4919b9f"
- dependencies = [
- "libc 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
- "pkg-config 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
- ]
- [[package]]
- name = "protobuf"
- version = "1.0.4"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- [[package]]
- name = "protobuf_macros"
- version = "0.1.0"
- source = "git+https://github.com/plietar/rust-protobuf-macros.git#2b6a8129e015945300cb2bb7efae2ed78042ed48"
- [[package]]
- name = "rand"
- version = "0.3.11"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- dependencies = [
- "advapi32-sys 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
- "libc 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
- "winapi 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
- ]
- [[package]]
- name = "readall"
- version = "0.1.0"
- source = "git+https://github.com/plietar/rust-readall.git#d2bcc1de325705230e79ba444cde2f39b469f891"
- [[package]]
- name = "rpassword"
- version = "0.0.6"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- dependencies = [
- "kernel32-sys 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
- "libc 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
- "termios 0.0.5 (registry+https://github.com/rust-lang/crates.io-index)",
- "winapi 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
- ]
- [[package]]
- name = "rust-crypto"
- version = "0.2.33"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- dependencies = [
- "gcc 0.3.19 (registry+https://github.com/rust-lang/crates.io-index)",
- "libc 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
- "rand 0.3.11 (registry+https://github.com/rust-lang/crates.io-index)",
- "rustc-serialize 0.3.16 (registry+https://github.com/rust-lang/crates.io-index)",
- "time 0.1.33 (registry+https://github.com/rust-lang/crates.io-index)",
- ]
- [[package]]
- name = "rust-gmp"
- version = "0.2.0"
- source = "git+https://github.com/plietar/rust-gmp.git#d1bb4448fdbfa2505edadb83b6aac6257fe08ba2"
- dependencies = [
- "num 0.1.27 (registry+https://github.com/rust-lang/crates.io-index)",
- ]
- [[package]]
- name = "rustc-serialize"
- version = "0.3.16"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- [[package]]
- name = "shannon"
- version = "0.1.0"
- source = "git+https://github.com/plietar/rust-shannon.git#c6be8a879a523a77d81c50df46faa891b76fea25"
- dependencies = [
- "byteorder 0.3.13 (registry+https://github.com/rust-lang/crates.io-index)",
- "readall 0.1.0 (git+https://github.com/plietar/rust-readall.git)",
- "shannon-sys 0.1.0 (git+https://github.com/plietar/rust-shannon.git)",
- ]
- [[package]]
- name = "shannon-sys"
- version = "0.1.0"
- source = "git+https://github.com/plietar/rust-shannon.git#c6be8a879a523a77d81c50df46faa891b76fea25"
- dependencies = [
- "gcc 0.3.19 (registry+https://github.com/rust-lang/crates.io-index)",
- ]
- [[package]]
- name = "syncbox"
- version = "0.2.4"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- dependencies = [
- "log 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
- "time 0.1.33 (registry+https://github.com/rust-lang/crates.io-index)",
- ]
- [[package]]
- name = "tempfile"
- version = "1.1.1"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- dependencies = [
- "kernel32-sys 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
- "libc 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
- "rand 0.3.11 (registry+https://github.com/rust-lang/crates.io-index)",
- "winapi 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
- ]
- [[package]]
- name = "termios"
- version = "0.0.5"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- dependencies = [
- "libc 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
- ]
- [[package]]
- name = "time"
- version = "0.1.33"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- dependencies = [
- "kernel32-sys 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
- "libc 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
- "winapi 0.2.4 (registry+https://github.com/rust-lang/crates.io-index)",
- ]
- [[package]]
- name = "vergen"
- version = "0.0.16"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- dependencies = [
- "bitflags 0.3.2 (registry+https://github.com/rust-lang/crates.io-index)",
- "time 0.1.33 (registry+https://github.com/rust-lang/crates.io-index)",
- ]
- [[package]]
- name = "vorbis"
- version = "0.0.13"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- dependencies = [
- "libc 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
- "ogg-sys 0.0.9 (registry+https://github.com/rust-lang/crates.io-index)",
- "vorbis-sys 0.0.8 (registry+https://github.com/rust-lang/crates.io-index)",
- "vorbisfile-sys 0.0.8 (registry+https://github.com/rust-lang/crates.io-index)",
- ]
- [[package]]
- name = "vorbis-sys"
- version = "0.0.8"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- dependencies = [
- "gcc 0.3.19 (registry+https://github.com/rust-lang/crates.io-index)",
- "libc 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
- "ogg-sys 0.0.9 (registry+https://github.com/rust-lang/crates.io-index)",
- "pkg-config 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
- ]
- [[package]]
- name = "vorbisfile-sys"
- version = "0.0.8"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- dependencies = [
- "gcc 0.3.19 (registry+https://github.com/rust-lang/crates.io-index)",
- "libc 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
- "ogg-sys 0.0.9 (registry+https://github.com/rust-lang/crates.io-index)",
- "pkg-config 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)",
- "vorbis-sys 0.0.8 (registry+https://github.com/rust-lang/crates.io-index)",
- ]
- [[package]]
- name = "winapi"
- version = "0.2.4"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- [[package]]
- name = "winapi-build"
- version = "0.1.1"
- source = "registry+https://github.com/rust-lang/crates.io-index"
|