123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145 |
- [root]
- name = "librespot"
- version = "0.1.0"
- dependencies = [
- "byteorder 0.3.9 (registry+https://github.com/rust-lang/crates.io-index)",
- "lazy_static 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)",
- "librespot-protocol 0.1.0",
- "mod_path 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
- "num 0.1.24 (registry+https://github.com/rust-lang/crates.io-index)",
- "protobuf 0.0.10 (git+https://github.com/stepancheg/rust-protobuf.git)",
- "protobuf_macros 0.1.0 (git+https://github.com/plietar/rust-protobuf-macros.git)",
- "rand 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
- "readall 0.1.0 (git+https://github.com/plietar/rust-readall.git)",
- "rust-crypto 0.2.31 (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)",
- "vergen 0.0.13 (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 = "byteorder"
- version = "0.3.9"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- [[package]]
- name = "gcc"
- version = "0.3.5"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- [[package]]
- name = "lazy_static"
- version = "0.1.10"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- [[package]]
- name = "libc"
- version = "0.1.7"
- 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 0.0.10 (git+https://github.com/stepancheg/rust-protobuf.git)",
- ]
- [[package]]
- name = "mod_path"
- version = "0.1.5"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- [[package]]
- name = "num"
- version = "0.1.24"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- dependencies = [
- "rand 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
- "rustc-serialize 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)",
- ]
- [[package]]
- name = "protobuf"
- version = "0.0.10"
- source = "git+https://github.com/stepancheg/rust-protobuf.git#41fde39aed305e0fb71ef6a8d92b35ee50550bde"
- [[package]]
- name = "protobuf_macros"
- version = "0.1.0"
- source = "git+https://github.com/plietar/rust-protobuf-macros.git#e95dbc5bdf6c13787e2385d66d9d003afcaf9f17"
- [[package]]
- name = "rand"
- version = "0.3.8"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- dependencies = [
- "libc 0.1.7 (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 = "rust-crypto"
- version = "0.2.31"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- dependencies = [
- "gcc 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
- "libc 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
- "rand 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
- "rustc-serialize 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)",
- "time 0.1.25 (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#eaf298870d63712d18f8fab6bbbf0cb1e14dbb7f"
- [[package]]
- name = "rustc-serialize"
- version = "0.3.14"
- 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#83a49c3397e1e546e6079cf54a0e5b2f85c6b13f"
- dependencies = [
- "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#83a49c3397e1e546e6079cf54a0e5b2f85c6b13f"
- dependencies = [
- "gcc 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
- ]
- [[package]]
- name = "time"
- version = "0.1.25"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- dependencies = [
- "gcc 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
- "libc 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)",
- ]
- [[package]]
- name = "vergen"
- version = "0.0.13"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- dependencies = [
- "bitflags 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)",
- "time 0.1.25 (registry+https://github.com/rust-lang/crates.io-index)",
- ]
|