123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573 |
- [root]
- name = "librespot"
- version = "0.1.0"
- dependencies = [
- "bit-set 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)",
- "byteorder 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
- "dns-sd 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
- "eventual 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)",
- "getopts 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)",
- "json_macros 0.3.0 (git+https://github.com/plietar/json_macros)",
- "lazy_static 0.1.15 (registry+https://github.com/rust-lang/crates.io-index)",
- "librespot-protocol 0.1.0",
- "num 0.1.31 (registry+https://github.com/rust-lang/crates.io-index)",
- "portaudio 0.2.0 (git+https://github.com/mvdnes/portaudio-rs)",
- "protobuf 1.0.18 (registry+https://github.com/rust-lang/crates.io-index)",
- "protobuf_macros 0.3.0 (git+https://github.com/plietar/rust-protobuf-macros)",
- "rand 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)",
- "rpassword 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)",
- "rust-crypto 0.2.34 (registry+https://github.com/rust-lang/crates.io-index)",
- "rustc-serialize 0.3.18 (registry+https://github.com/rust-lang/crates.io-index)",
- "shannon 0.1.1 (git+https://github.com/plietar/rust-shannon)",
- "syntex 0.29.0 (registry+https://github.com/rust-lang/crates.io-index)",
- "tempfile 2.0.1 (registry+https://github.com/rust-lang/crates.io-index)",
- "time 0.1.34 (registry+https://github.com/rust-lang/crates.io-index)",
- "tiny_http 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)",
- "tremor 0.1.0 (git+https://github.com/plietar/rust-tremor)",
- "url 0.5.7 (registry+https://github.com/rust-lang/crates.io-index)",
- "vergen 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)",
- "vorbis 0.0.14 (registry+https://github.com/rust-lang/crates.io-index)",
- ]
- [[package]]
- name = "ascii"
- version = "0.5.4"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- [[package]]
- name = "aster"
- version = "0.13.1"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- dependencies = [
- "syntex_syntax 0.29.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.3 (registry+https://github.com/rust-lang/crates.io-index)",
- ]
- [[package]]
- name = "bit-vec"
- version = "0.4.3"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- [[package]]
- name = "bitflags"
- version = "0.3.3"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- [[package]]
- name = "blastfig"
- version = "0.3.3"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- [[package]]
- name = "byteorder"
- version = "0.4.2"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- [[package]]
- name = "chrono"
- version = "0.2.20"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- dependencies = [
- "num 0.1.31 (registry+https://github.com/rust-lang/crates.io-index)",
- "time 0.1.34 (registry+https://github.com/rust-lang/crates.io-index)",
- ]
- [[package]]
- name = "chunked_transfer"
- version = "0.3.1"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- [[package]]
- name = "dns-sd"
- version = "0.1.3"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- dependencies = [
- "libc 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
- "pkg-config 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
- ]
- [[package]]
- name = "encoding"
- version = "0.2.32"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- dependencies = [
- "encoding-index-japanese 1.20141219.5 (registry+https://github.com/rust-lang/crates.io-index)",
- "encoding-index-korean 1.20141219.5 (registry+https://github.com/rust-lang/crates.io-index)",
- "encoding-index-simpchinese 1.20141219.5 (registry+https://github.com/rust-lang/crates.io-index)",
- "encoding-index-singlebyte 1.20141219.5 (registry+https://github.com/rust-lang/crates.io-index)",
- "encoding-index-tradchinese 1.20141219.5 (registry+https://github.com/rust-lang/crates.io-index)",
- ]
- [[package]]
- name = "encoding-index-japanese"
- version = "1.20141219.5"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- dependencies = [
- "encoding_index_tests 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
- ]
- [[package]]
- name = "encoding-index-korean"
- version = "1.20141219.5"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- dependencies = [
- "encoding_index_tests 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
- ]
- [[package]]
- name = "encoding-index-simpchinese"
- version = "1.20141219.5"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- dependencies = [
- "encoding_index_tests 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
- ]
- [[package]]
- name = "encoding-index-singlebyte"
- version = "1.20141219.5"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- dependencies = [
- "encoding_index_tests 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
- ]
- [[package]]
- name = "encoding-index-tradchinese"
- version = "1.20141219.5"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- dependencies = [
- "encoding_index_tests 0.1.4 (registry+https://github.com/rust-lang/crates.io-index)",
- ]
- [[package]]
- name = "encoding_index_tests"
- version = "0.1.4"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- [[package]]
- name = "eventual"
- version = "0.1.5"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- dependencies = [
- "log 0.3.5 (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.34 (registry+https://github.com/rust-lang/crates.io-index)",
- ]
- [[package]]
- name = "gcc"
- version = "0.3.25"
- source = "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 = "json_macros"
- version = "0.3.0"
- source = "git+https://github.com/plietar/json_macros#f86189836f13376d104494530b25c983a33922cf"
- dependencies = [
- "quasi 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
- "quasi_codegen 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)",
- "rustc-serialize 0.3.18 (registry+https://github.com/rust-lang/crates.io-index)",
- "syntex 0.29.0 (registry+https://github.com/rust-lang/crates.io-index)",
- "syntex_syntax 0.29.1 (registry+https://github.com/rust-lang/crates.io-index)",
- ]
- [[package]]
- name = "kernel32-sys"
- version = "0.2.1"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- dependencies = [
- "winapi 0.2.5 (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.12"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- [[package]]
- name = "libc"
- version = "0.2.8"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- [[package]]
- name = "librespot-protocol"
- version = "0.1.0"
- dependencies = [
- "protobuf 1.0.18 (registry+https://github.com/rust-lang/crates.io-index)",
- "protobuf_build 0.1.1 (git+https://github.com/plietar/rust-protobuf-build.git)",
- ]
- [[package]]
- name = "log"
- version = "0.3.5"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- dependencies = [
- "libc 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
- ]
- [[package]]
- name = "matches"
- version = "0.1.2"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- [[package]]
- name = "num"
- version = "0.1.31"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- dependencies = [
- "rand 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)",
- "rustc-serialize 0.3.18 (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.25 (registry+https://github.com/rust-lang/crates.io-index)",
- "libc 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
- "pkg-config 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
- ]
- [[package]]
- name = "pkg-config"
- version = "0.3.8"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- [[package]]
- name = "portaudio"
- version = "0.2.0"
- source = "git+https://github.com/mvdnes/portaudio-rs#840b1096780c069fd54b4a425bcfebec99ef9c1a"
- dependencies = [
- "bitflags 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
- "libc 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
- "portaudio_sys 0.1.1 (git+https://github.com/mvdnes/portaudio-rs)",
- ]
- [[package]]
- name = "portaudio_sys"
- version = "0.1.1"
- source = "git+https://github.com/mvdnes/portaudio-rs#840b1096780c069fd54b4a425bcfebec99ef9c1a"
- dependencies = [
- "libc 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
- "pkg-config 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
- ]
- [[package]]
- name = "protobuf"
- version = "1.0.18"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- [[package]]
- name = "protobuf_build"
- version = "0.1.1"
- source = "git+https://github.com/plietar/rust-protobuf-build.git#77ea08e75b66433104a035309751d48170a7aed6"
- dependencies = [
- "gcc 0.3.25 (registry+https://github.com/rust-lang/crates.io-index)",
- "libc 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
- "pkg-config 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)",
- "protobuf 1.0.18 (registry+https://github.com/rust-lang/crates.io-index)",
- ]
- [[package]]
- name = "protobuf_macros"
- version = "0.3.0"
- source = "git+https://github.com/plietar/rust-protobuf-macros#27e273a3b335a8a6a1c0139bb67d1fe4ba765b20"
- dependencies = [
- "aster 0.13.1 (registry+https://github.com/rust-lang/crates.io-index)",
- "syntex 0.29.0 (registry+https://github.com/rust-lang/crates.io-index)",
- "syntex_syntax 0.29.1 (registry+https://github.com/rust-lang/crates.io-index)",
- ]
- [[package]]
- name = "quasi"
- version = "0.7.0"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- dependencies = [
- "syntex_syntax 0.29.1 (registry+https://github.com/rust-lang/crates.io-index)",
- ]
- [[package]]
- name = "quasi_codegen"
- version = "0.7.0"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- dependencies = [
- "aster 0.13.1 (registry+https://github.com/rust-lang/crates.io-index)",
- "syntex 0.29.0 (registry+https://github.com/rust-lang/crates.io-index)",
- "syntex_syntax 0.29.1 (registry+https://github.com/rust-lang/crates.io-index)",
- ]
- [[package]]
- name = "rand"
- version = "0.3.14"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- dependencies = [
- "libc 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
- ]
- [[package]]
- name = "rpassword"
- version = "0.1.3"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- dependencies = [
- "kernel32-sys 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
- "libc 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
- "termios 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)",
- "winapi 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
- ]
- [[package]]
- name = "rust-crypto"
- version = "0.2.34"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- dependencies = [
- "gcc 0.3.25 (registry+https://github.com/rust-lang/crates.io-index)",
- "libc 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
- "rand 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)",
- "rustc-serialize 0.3.18 (registry+https://github.com/rust-lang/crates.io-index)",
- "time 0.1.34 (registry+https://github.com/rust-lang/crates.io-index)",
- ]
- [[package]]
- name = "rustc-serialize"
- version = "0.3.18"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- [[package]]
- name = "shannon"
- version = "0.1.1"
- source = "git+https://github.com/plietar/rust-shannon#7000b3e49a53daaa890727ba2b2bd5a43cc4ffef"
- dependencies = [
- "byteorder 0.4.2 (registry+https://github.com/rust-lang/crates.io-index)",
- "libc 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
- "shannon-sys 0.1.0 (git+https://github.com/plietar/rust-shannon)",
- ]
- [[package]]
- name = "shannon-sys"
- version = "0.1.0"
- source = "git+https://github.com/plietar/rust-shannon#7000b3e49a53daaa890727ba2b2bd5a43cc4ffef"
- dependencies = [
- "gcc 0.3.25 (registry+https://github.com/rust-lang/crates.io-index)",
- "libc 0.2.8 (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.5 (registry+https://github.com/rust-lang/crates.io-index)",
- "time 0.1.34 (registry+https://github.com/rust-lang/crates.io-index)",
- ]
- [[package]]
- name = "syntex"
- version = "0.29.0"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- dependencies = [
- "syntex_syntax 0.29.1 (registry+https://github.com/rust-lang/crates.io-index)",
- ]
- [[package]]
- name = "syntex_syntax"
- version = "0.29.1"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- dependencies = [
- "bitflags 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
- "libc 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
- "log 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)",
- "rustc-serialize 0.3.18 (registry+https://github.com/rust-lang/crates.io-index)",
- "term 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)",
- "unicode-xid 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
- ]
- [[package]]
- name = "tempfile"
- version = "2.0.1"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- dependencies = [
- "kernel32-sys 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
- "libc 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
- "rand 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)",
- "winapi 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
- ]
- [[package]]
- name = "term"
- version = "0.2.14"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- dependencies = [
- "kernel32-sys 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
- "winapi 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
- ]
- [[package]]
- name = "termios"
- version = "0.2.2"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- dependencies = [
- "libc 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
- ]
- [[package]]
- name = "time"
- version = "0.1.34"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- dependencies = [
- "kernel32-sys 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)",
- "libc 0.2.8 (registry+https://github.com/rust-lang/crates.io-index)",
- "winapi 0.2.5 (registry+https://github.com/rust-lang/crates.io-index)",
- ]
- [[package]]
- name = "tiny_http"
- version = "0.5.1"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- dependencies = [
- "ascii 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)",
- "chrono 0.2.20 (registry+https://github.com/rust-lang/crates.io-index)",
- "chunked_transfer 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)",
- "encoding 0.2.32 (registry+https://github.com/rust-lang/crates.io-index)",
- "rustc-serialize 0.3.18 (registry+https://github.com/rust-lang/crates.io-index)",
- "url 0.2.38 (registry+https://github.com/rust-lang/crates.io-index)",
- ]
- [[package]]
- name = "tremor"
- version = "0.1.0"
- source = "git+https://github.com/plietar/rust-tremor#5ced876f3cffb041fcf31238da7f3273178029fe"
- dependencies = [
- "libc 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
- "tremor-sys 0.1.0 (git+https://github.com/plietar/rust-tremor)",
- ]
- [[package]]
- name = "tremor-sys"
- version = "0.1.0"
- source = "git+https://github.com/plietar/rust-tremor#5ced876f3cffb041fcf31238da7f3273178029fe"
- dependencies = [
- "gcc 0.3.25 (registry+https://github.com/rust-lang/crates.io-index)",
- "libc 0.1.12 (registry+https://github.com/rust-lang/crates.io-index)",
- "ogg-sys 0.0.9 (registry+https://github.com/rust-lang/crates.io-index)",
- ]
- [[package]]
- name = "unicode-bidi"
- version = "0.2.3"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- dependencies = [
- "matches 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
- ]
- [[package]]
- name = "unicode-normalization"
- version = "0.1.2"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- [[package]]
- name = "unicode-xid"
- version = "0.0.3"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- [[package]]
- name = "url"
- version = "0.2.38"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- dependencies = [
- "matches 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
- "rustc-serialize 0.3.18 (registry+https://github.com/rust-lang/crates.io-index)",
- "uuid 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)",
- ]
- [[package]]
- name = "url"
- version = "0.5.7"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- dependencies = [
- "matches 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
- "rustc-serialize 0.3.18 (registry+https://github.com/rust-lang/crates.io-index)",
- "unicode-bidi 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)",
- "unicode-normalization 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)",
- "uuid 0.1.18 (registry+https://github.com/rust-lang/crates.io-index)",
- ]
- [[package]]
- name = "uuid"
- version = "0.1.18"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- dependencies = [
- "rand 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)",
- "rustc-serialize 0.3.18 (registry+https://github.com/rust-lang/crates.io-index)",
- ]
- [[package]]
- name = "vergen"
- version = "0.1.0"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- dependencies = [
- "blastfig 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)",
- "time 0.1.34 (registry+https://github.com/rust-lang/crates.io-index)",
- ]
- [[package]]
- name = "vorbis"
- version = "0.0.14"
- source = "registry+https://github.com/rust-lang/crates.io-index"
- dependencies = [
- "libc 0.2.8 (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.25 (registry+https://github.com/rust-lang/crates.io-index)",
- "libc 0.2.8 (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.8 (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.25 (registry+https://github.com/rust-lang/crates.io-index)",
- "libc 0.2.8 (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.8 (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.5"
- 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"
|