mirror of
https://github.com/GuillemCastro/spotify-dl.git
synced 2024-11-10 05:20:25 +01:00
2390 lines
56 KiB
TOML
2390 lines
56 KiB
TOML
# This file is automatically @generated by Cargo.
|
|
# It is not intended for manual editing.
|
|
[[package]]
|
|
name = "aes"
|
|
version = "0.3.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "54eb1d8fe354e5fc611daf4f2ea97dd45a765f4f1e4512306ec183ae2e8f20c9"
|
|
dependencies = [
|
|
"aes-soft",
|
|
"aesni",
|
|
"block-cipher-trait",
|
|
]
|
|
|
|
[[package]]
|
|
name = "aes-ctr"
|
|
version = "0.3.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d2e5b0458ea3beae0d1d8c0f3946564f8e10f90646cf78c06b4351052058d1ee"
|
|
dependencies = [
|
|
"aes-soft",
|
|
"aesni",
|
|
"ctr",
|
|
"stream-cipher",
|
|
]
|
|
|
|
[[package]]
|
|
name = "aes-soft"
|
|
version = "0.3.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "cfd7e7ae3f9a1fb5c03b389fc6bb9a51400d0c13053f0dca698c832bfd893a0d"
|
|
dependencies = [
|
|
"block-cipher-trait",
|
|
"byteorder",
|
|
"opaque-debug",
|
|
]
|
|
|
|
[[package]]
|
|
name = "aesni"
|
|
version = "0.6.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "2f70a6b5f971e473091ab7cfb5ffac6cde81666c4556751d8d5620ead8abf100"
|
|
dependencies = [
|
|
"block-cipher-trait",
|
|
"opaque-debug",
|
|
"stream-cipher",
|
|
]
|
|
|
|
[[package]]
|
|
name = "alga"
|
|
version = "0.9.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "4f823d037a7ec6ea2197046bafd4ae150e6bc36f9ca347404f46a46823fa84f2"
|
|
dependencies = [
|
|
"approx",
|
|
"num-complex",
|
|
"num-traits",
|
|
]
|
|
|
|
[[package]]
|
|
name = "alsa-sys"
|
|
version = "0.1.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b0edcbbf9ef68f15ae1b620f722180b82a98b6f0628d30baa6b8d2a5abc87d58"
|
|
dependencies = [
|
|
"libc",
|
|
"pkg-config",
|
|
]
|
|
|
|
[[package]]
|
|
name = "approx"
|
|
version = "0.3.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f0e60b75072ecd4168020818c0107f2857bb6c4e64252d8d3983f6263b40a5c3"
|
|
dependencies = [
|
|
"num-traits",
|
|
]
|
|
|
|
[[package]]
|
|
name = "arc-swap"
|
|
version = "0.4.7"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "4d25d88fd6b8041580a654f9d0c581a047baee2b3efee13275f2fc392fc75034"
|
|
|
|
[[package]]
|
|
name = "atty"
|
|
version = "0.2.14"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
|
|
dependencies = [
|
|
"hermit-abi",
|
|
"libc",
|
|
"winapi 0.3.9",
|
|
]
|
|
|
|
[[package]]
|
|
name = "autocfg"
|
|
version = "0.1.7"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1d49d90015b3c36167a20fe2810c5cd875ad504b39cff3d4eae7977e6b7c1cb2"
|
|
|
|
[[package]]
|
|
name = "autocfg"
|
|
version = "1.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f8aac770f1885fd7e387acedd76065302551364496e46b3dd00860b2f8359b9d"
|
|
|
|
[[package]]
|
|
name = "base64"
|
|
version = "0.9.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "489d6c0ed21b11d038c31b6ceccca973e65d73ba3bd8ecb9a2babf5546164643"
|
|
dependencies = [
|
|
"byteorder",
|
|
"safemem",
|
|
]
|
|
|
|
[[package]]
|
|
name = "base64"
|
|
version = "0.10.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "0b25d992356d2eb0ed82172f5248873db5560c4721f564b13cb5193bda5e668e"
|
|
dependencies = [
|
|
"byteorder",
|
|
]
|
|
|
|
[[package]]
|
|
name = "bindgen"
|
|
version = "0.53.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c72a978d268b1d70b0e963217e60fdabd9523a941457a6c42a7315d15c7e89e5"
|
|
dependencies = [
|
|
"bitflags",
|
|
"cexpr",
|
|
"cfg-if",
|
|
"clang-sys",
|
|
"lazy_static",
|
|
"lazycell",
|
|
"peeking_take_while",
|
|
"proc-macro2",
|
|
"quote",
|
|
"regex",
|
|
"rustc-hash",
|
|
"shlex",
|
|
]
|
|
|
|
[[package]]
|
|
name = "bit-set"
|
|
version = "0.5.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "6e11e16035ea35e4e5997b393eacbf6f63983188f7a2ad25bfb13465f5ad59de"
|
|
dependencies = [
|
|
"bit-vec",
|
|
]
|
|
|
|
[[package]]
|
|
name = "bit-vec"
|
|
version = "0.6.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "5f0dc55f2d8a1a85650ac47858bb001b4c0dd73d79e3c455a842925e68d29cd3"
|
|
|
|
[[package]]
|
|
name = "bitflags"
|
|
version = "1.2.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693"
|
|
|
|
[[package]]
|
|
name = "block-buffer"
|
|
version = "0.7.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c0940dc441f31689269e10ac70eb1002a3a1d3ad1390e030043662eb7fe4688b"
|
|
dependencies = [
|
|
"block-padding",
|
|
"byte-tools",
|
|
"byteorder",
|
|
"generic-array",
|
|
]
|
|
|
|
[[package]]
|
|
name = "block-cipher-trait"
|
|
version = "0.6.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1c924d49bd09e7c06003acda26cd9742e796e34282ec6c1189404dee0c1f4774"
|
|
dependencies = [
|
|
"generic-array",
|
|
]
|
|
|
|
[[package]]
|
|
name = "block-modes"
|
|
version = "0.3.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "31aa8410095e39fdb732909fb5730a48d5bd7c2e3cd76bd1b07b3dbea130c529"
|
|
dependencies = [
|
|
"block-cipher-trait",
|
|
"block-padding",
|
|
]
|
|
|
|
[[package]]
|
|
name = "block-padding"
|
|
version = "0.1.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "fa79dedbb091f449f1f39e53edf88d5dbe95f895dae6135a8d7b881fb5af73f5"
|
|
dependencies = [
|
|
"byte-tools",
|
|
]
|
|
|
|
[[package]]
|
|
name = "byte-tools"
|
|
version = "0.3.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e3b5ca7a04898ad4bcd41c90c5285445ff5b791899bb1b0abdd2a2aa791211d7"
|
|
|
|
[[package]]
|
|
name = "byteorder"
|
|
version = "1.3.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "08c48aae112d48ed9f069b33538ea9e3e90aa263cfa3d1c24309612b1f7472de"
|
|
|
|
[[package]]
|
|
name = "bytes"
|
|
version = "0.4.12"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "206fdffcfa2df7cbe15601ef46c813fce0965eb3286db6b56c583b814b51c81c"
|
|
dependencies = [
|
|
"byteorder",
|
|
"iovec",
|
|
]
|
|
|
|
[[package]]
|
|
name = "cc"
|
|
version = "1.0.58"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f9a06fb2e53271d7c279ec1efea6ab691c35a2ae67ec0d91d7acec0caf13b518"
|
|
|
|
[[package]]
|
|
name = "cexpr"
|
|
version = "0.4.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f4aedb84272dbe89af497cf81375129abda4fc0a9e7c5d317498c15cc30c0d27"
|
|
dependencies = [
|
|
"nom",
|
|
]
|
|
|
|
[[package]]
|
|
name = "cfg-if"
|
|
version = "0.1.10"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
|
|
|
|
[[package]]
|
|
name = "chrono"
|
|
version = "0.4.13"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c74d84029116787153e02106bf53e66828452a4b325cc8652b788b5967c0a0b6"
|
|
dependencies = [
|
|
"num-integer",
|
|
"num-traits",
|
|
"time",
|
|
]
|
|
|
|
[[package]]
|
|
name = "clang-sys"
|
|
version = "0.29.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "fe6837df1d5cba2397b835c8530f51723267e16abbf83892e9e5af4f0e5dd10a"
|
|
dependencies = [
|
|
"glob",
|
|
"libc",
|
|
"libloading",
|
|
]
|
|
|
|
[[package]]
|
|
name = "clap"
|
|
version = "2.34.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a0610544180c38b88101fecf2dd634b174a62eef6946f84dfc6a7127512b381c"
|
|
dependencies = [
|
|
"bitflags",
|
|
"textwrap",
|
|
"unicode-width",
|
|
]
|
|
|
|
[[package]]
|
|
name = "cloudabi"
|
|
version = "0.0.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ddfc5b9aa5d4507acaf872de71051dfd0e309860e88966e1051e462a077aac4f"
|
|
dependencies = [
|
|
"bitflags",
|
|
]
|
|
|
|
[[package]]
|
|
name = "console"
|
|
version = "0.15.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a28b32d32ca44b70c3e4acd7db1babf555fa026e385fb95f18028f88848b3c31"
|
|
dependencies = [
|
|
"encode_unicode",
|
|
"libc",
|
|
"once_cell",
|
|
"regex",
|
|
"terminal_size",
|
|
"unicode-width",
|
|
"winapi 0.3.9",
|
|
]
|
|
|
|
[[package]]
|
|
name = "core-foundation-sys"
|
|
version = "0.5.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "716c271e8613ace48344f723b60b900a93150271e5be206212d052bbc0883efa"
|
|
dependencies = [
|
|
"libc",
|
|
]
|
|
|
|
[[package]]
|
|
name = "coreaudio-rs"
|
|
version = "0.9.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f229761965dad3e9b11081668a6ea00f1def7aa46062321b5ec245b834f6e491"
|
|
dependencies = [
|
|
"bitflags",
|
|
"coreaudio-sys",
|
|
]
|
|
|
|
[[package]]
|
|
name = "coreaudio-sys"
|
|
version = "0.2.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d6570ee6e089131e928d5ec9236db9e818aa3cf850f48b0eec6ef700571271d4"
|
|
dependencies = [
|
|
"bindgen",
|
|
]
|
|
|
|
[[package]]
|
|
name = "cpal"
|
|
version = "0.8.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d58ae1ed6536b1b233f5e3aeb6997a046ddb4d05e3f61701b58a92eb254a829e"
|
|
dependencies = [
|
|
"alsa-sys",
|
|
"core-foundation-sys",
|
|
"coreaudio-rs",
|
|
"lazy_static",
|
|
"libc",
|
|
"stdweb",
|
|
"winapi 0.3.9",
|
|
]
|
|
|
|
[[package]]
|
|
name = "crossbeam-deque"
|
|
version = "0.7.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "9f02af974daeee82218205558e51ec8768b48cf524bd01d550abe5573a608285"
|
|
dependencies = [
|
|
"crossbeam-epoch",
|
|
"crossbeam-utils 0.7.2",
|
|
"maybe-uninit",
|
|
]
|
|
|
|
[[package]]
|
|
name = "crossbeam-epoch"
|
|
version = "0.8.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "058ed274caafc1f60c4997b5fc07bf7dc7cca454af7c6e81edffe5f33f70dace"
|
|
dependencies = [
|
|
"autocfg 1.0.0",
|
|
"cfg-if",
|
|
"crossbeam-utils 0.7.2",
|
|
"lazy_static",
|
|
"maybe-uninit",
|
|
"memoffset",
|
|
"scopeguard",
|
|
]
|
|
|
|
[[package]]
|
|
name = "crossbeam-queue"
|
|
version = "0.1.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "7c979cd6cfe72335896575c6b5688da489e420d36a27a0b9eb0c73db574b4a4b"
|
|
dependencies = [
|
|
"crossbeam-utils 0.6.6",
|
|
]
|
|
|
|
[[package]]
|
|
name = "crossbeam-queue"
|
|
version = "0.2.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "774ba60a54c213d409d5353bda12d49cd68d14e45036a285234c8d6f91f92570"
|
|
dependencies = [
|
|
"cfg-if",
|
|
"crossbeam-utils 0.7.2",
|
|
"maybe-uninit",
|
|
]
|
|
|
|
[[package]]
|
|
name = "crossbeam-utils"
|
|
version = "0.6.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "04973fa96e96579258a5091af6003abde64af786b860f18622b82e026cca60e6"
|
|
dependencies = [
|
|
"cfg-if",
|
|
"lazy_static",
|
|
]
|
|
|
|
[[package]]
|
|
name = "crossbeam-utils"
|
|
version = "0.7.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c3c7c73a2d1e9fc0886a08b93e98eb643461230d5f1925e4036204d5f2e261a8"
|
|
dependencies = [
|
|
"autocfg 1.0.0",
|
|
"cfg-if",
|
|
"lazy_static",
|
|
]
|
|
|
|
[[package]]
|
|
name = "crypto-mac"
|
|
version = "0.7.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "4434400df11d95d556bac068ddfedd482915eb18fe8bea89bc80b6e4b1c179e5"
|
|
dependencies = [
|
|
"generic-array",
|
|
"subtle",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ctr"
|
|
version = "0.3.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "022cd691704491df67d25d006fe8eca083098253c4d43516c2206479c58c6736"
|
|
dependencies = [
|
|
"block-cipher-trait",
|
|
"stream-cipher",
|
|
]
|
|
|
|
[[package]]
|
|
name = "digest"
|
|
version = "0.8.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f3d0c8c8752312f9713efd397ff63acb9f85585afbf179282e720e7704954dd5"
|
|
dependencies = [
|
|
"generic-array",
|
|
]
|
|
|
|
[[package]]
|
|
name = "encode_unicode"
|
|
version = "0.3.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f"
|
|
|
|
[[package]]
|
|
name = "env_logger"
|
|
version = "0.6.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "aafcde04e90a5226a6443b7aabdb016ba2f8307c847d524724bd9b346dd1a2d3"
|
|
dependencies = [
|
|
"atty",
|
|
"humantime",
|
|
"log 0.4.11",
|
|
"termcolor",
|
|
]
|
|
|
|
[[package]]
|
|
name = "error-chain"
|
|
version = "0.12.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d371106cc88ffdfb1eabd7111e432da544f16f3e2d7bf1dfe8bf575f1df045cd"
|
|
dependencies = [
|
|
"version_check",
|
|
]
|
|
|
|
[[package]]
|
|
name = "fake-simd"
|
|
version = "0.1.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e88a8acf291dafb59c2d96e8f59828f3838bb1a70398823ade51a84de6a6deed"
|
|
|
|
[[package]]
|
|
name = "flac-bound"
|
|
version = "0.2.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "750099df417963398b7d52cfbdbda53aa20c64d553d33cacedc872fa30cb8a00"
|
|
dependencies = [
|
|
"flac-sys",
|
|
]
|
|
|
|
[[package]]
|
|
name = "flac-sys"
|
|
version = "0.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b5ccca1896065c6c3927147467ab3d042565607c01194e36560e84344a02c5c0"
|
|
|
|
[[package]]
|
|
name = "fnv"
|
|
version = "1.0.7"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
|
|
|
|
[[package]]
|
|
name = "fuchsia-cprng"
|
|
version = "0.1.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba"
|
|
|
|
[[package]]
|
|
name = "fuchsia-zircon"
|
|
version = "0.3.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82"
|
|
dependencies = [
|
|
"bitflags",
|
|
"fuchsia-zircon-sys",
|
|
]
|
|
|
|
[[package]]
|
|
name = "fuchsia-zircon-sys"
|
|
version = "0.3.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7"
|
|
|
|
[[package]]
|
|
name = "futures"
|
|
version = "0.1.29"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1b980f2816d6ee8673b6517b52cb0e808a180efc92e5c19d02cdda79066703ef"
|
|
|
|
[[package]]
|
|
name = "futures-cpupool"
|
|
version = "0.1.8"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ab90cde24b3319636588d0c35fe03b1333857621051837ed769faefb4c2162e4"
|
|
dependencies = [
|
|
"futures",
|
|
"num_cpus",
|
|
]
|
|
|
|
[[package]]
|
|
name = "futures-state-stream"
|
|
version = "0.1.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "2776ce933858e98061287622bf43051a7122ce7aa9ac02459ff2d4b9957e2191"
|
|
dependencies = [
|
|
"futures",
|
|
]
|
|
|
|
[[package]]
|
|
name = "generic-array"
|
|
version = "0.12.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c68f0274ae0e023facc3c97b2e00f076be70e254bc851d972503b328db79b2ec"
|
|
dependencies = [
|
|
"typenum",
|
|
]
|
|
|
|
[[package]]
|
|
name = "getopts"
|
|
version = "0.2.21"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "14dbbfd5c71d70241ecf9e6f13737f7b5ce823821063188d7e46c41d371eebd5"
|
|
dependencies = [
|
|
"unicode-width",
|
|
]
|
|
|
|
[[package]]
|
|
name = "getrandom"
|
|
version = "0.1.14"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "7abc8dd8451921606d809ba32e95b6111925cd2906060d2dcc29c070220503eb"
|
|
dependencies = [
|
|
"cfg-if",
|
|
"libc",
|
|
"wasi",
|
|
]
|
|
|
|
[[package]]
|
|
name = "glob"
|
|
version = "0.3.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574"
|
|
|
|
[[package]]
|
|
name = "heck"
|
|
version = "0.3.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
|
|
dependencies = [
|
|
"unicode-segmentation",
|
|
]
|
|
|
|
[[package]]
|
|
name = "hermit-abi"
|
|
version = "0.1.15"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "3deed196b6e7f9e44a2ae8d94225d80302d81208b1bb673fd21fe634645c85a9"
|
|
dependencies = [
|
|
"libc",
|
|
]
|
|
|
|
[[package]]
|
|
name = "hex"
|
|
version = "0.3.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "805026a5d0141ffc30abb3be3173848ad46a1b1664fe632428479619a3644d77"
|
|
|
|
[[package]]
|
|
name = "hmac"
|
|
version = "0.7.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "5dcb5e64cda4c23119ab41ba960d1e170a774c8e4b9d9e6a9bc18aabf5e59695"
|
|
dependencies = [
|
|
"crypto-mac",
|
|
"digest",
|
|
]
|
|
|
|
[[package]]
|
|
name = "hostname"
|
|
version = "0.3.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "3c731c3e10504cc8ed35cfe2f1db4c9274c3d35fa486e3b31df46f068ef3e867"
|
|
dependencies = [
|
|
"libc",
|
|
"match_cfg",
|
|
"winapi 0.3.9",
|
|
]
|
|
|
|
[[package]]
|
|
name = "httparse"
|
|
version = "1.3.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "cd179ae861f0c2e53da70d892f5f3029f9594be0c41dc5269cd371691b1dc2f9"
|
|
|
|
[[package]]
|
|
name = "humantime"
|
|
version = "1.3.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "df004cfca50ef23c36850aaaa59ad52cc70d0e90243c3c7737a4dd32dc7a3c4f"
|
|
dependencies = [
|
|
"quick-error",
|
|
]
|
|
|
|
[[package]]
|
|
name = "hyper"
|
|
version = "0.11.27"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "34a590ca09d341e94cddf8e5af0bbccde205d5fbc2fa3c09dd67c7f85cea59d7"
|
|
dependencies = [
|
|
"base64 0.9.3",
|
|
"bytes",
|
|
"futures",
|
|
"futures-cpupool",
|
|
"httparse",
|
|
"iovec",
|
|
"language-tags",
|
|
"log 0.4.11",
|
|
"mime",
|
|
"net2",
|
|
"percent-encoding",
|
|
"relay",
|
|
"time",
|
|
"tokio-core",
|
|
"tokio-io",
|
|
"tokio-proto",
|
|
"tokio-service",
|
|
"unicase",
|
|
"want",
|
|
]
|
|
|
|
[[package]]
|
|
name = "hyper-proxy"
|
|
version = "0.4.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "44f0925de2747e481e6e477dd212c25e8f745567f02f6182e04d27b97c3fbece"
|
|
dependencies = [
|
|
"bytes",
|
|
"futures",
|
|
"hyper",
|
|
"tokio-core",
|
|
"tokio-io",
|
|
]
|
|
|
|
[[package]]
|
|
name = "idna"
|
|
version = "0.1.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "38f09e0f0b1fb55fdee1f17470ad800da77af5186a1a76c026b679358b7e844e"
|
|
dependencies = [
|
|
"matches",
|
|
"unicode-bidi",
|
|
"unicode-normalization",
|
|
]
|
|
|
|
[[package]]
|
|
name = "if-addrs"
|
|
version = "0.6.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f12906406f12abf5569643c46b29aec78313dc1537b17dd5c5250169790c4db9"
|
|
dependencies = [
|
|
"if-addrs-sys",
|
|
"libc",
|
|
"winapi 0.3.9",
|
|
]
|
|
|
|
[[package]]
|
|
name = "if-addrs-sys"
|
|
version = "0.3.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "9e2556f16544202bcfe0aa5d20a01a6b815f736b136b3ad76dc547ee6b5bb1df"
|
|
dependencies = [
|
|
"cc",
|
|
"libc",
|
|
]
|
|
|
|
[[package]]
|
|
name = "indicatif"
|
|
version = "0.15.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "7baab56125e25686df467fe470785512329883aab42696d661247aca2a2896e4"
|
|
dependencies = [
|
|
"console",
|
|
"lazy_static",
|
|
"number_prefix",
|
|
"regex",
|
|
]
|
|
|
|
[[package]]
|
|
name = "iovec"
|
|
version = "0.1.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
|
|
dependencies = [
|
|
"libc",
|
|
]
|
|
|
|
[[package]]
|
|
name = "itoa"
|
|
version = "0.4.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "dc6f3ad7b9d11a0c00842ff8de1b60ee58661048eb8049ed33c73594f359d7e6"
|
|
|
|
[[package]]
|
|
name = "kernel32-sys"
|
|
version = "0.2.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d"
|
|
dependencies = [
|
|
"winapi 0.2.8",
|
|
"winapi-build",
|
|
]
|
|
|
|
[[package]]
|
|
name = "language-tags"
|
|
version = "0.2.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a91d884b6667cd606bb5a69aa0c99ba811a115fc68915e7056ec08a46e93199a"
|
|
|
|
[[package]]
|
|
name = "lazy_static"
|
|
version = "1.4.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
|
|
|
|
[[package]]
|
|
name = "lazycell"
|
|
version = "1.2.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b294d6fa9ee409a054354afc4352b0b9ef7ca222c69b8812cbea9e7d2bf3783f"
|
|
|
|
[[package]]
|
|
name = "lewton"
|
|
version = "0.9.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "8d542c1a317036c45c2aa1cf10cc9d403ca91eb2d333ef1a4917e5cb10628bd0"
|
|
dependencies = [
|
|
"byteorder",
|
|
"ogg",
|
|
"smallvec 0.6.13",
|
|
]
|
|
|
|
[[package]]
|
|
name = "libc"
|
|
version = "0.2.73"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "bd7d4bd64732af4bf3a67f367c27df8520ad7e230c5817b8ff485864d80242b9"
|
|
|
|
[[package]]
|
|
name = "libloading"
|
|
version = "0.5.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f2b111a074963af1d37a139918ac6d49ad1d0d5e47f72fd55388619691a7d753"
|
|
dependencies = [
|
|
"cc",
|
|
"winapi 0.3.9",
|
|
]
|
|
|
|
[[package]]
|
|
name = "libm"
|
|
version = "0.2.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c7d73b3f436185384286bd8098d17ec07c9a7d2388a6599f824d8502b529702a"
|
|
|
|
[[package]]
|
|
name = "libmdns"
|
|
version = "0.2.7"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "5d8582c174736c53633bc482ac709b24527c018356c3dc6d8e25a788b06b394e"
|
|
dependencies = [
|
|
"byteorder",
|
|
"futures",
|
|
"hostname",
|
|
"if-addrs",
|
|
"log 0.4.11",
|
|
"multimap",
|
|
"net2",
|
|
"quick-error",
|
|
"rand 0.7.3",
|
|
"tokio-core",
|
|
]
|
|
|
|
[[package]]
|
|
name = "librespot"
|
|
version = "0.1.3"
|
|
dependencies = [
|
|
"base64 0.10.1",
|
|
"env_logger",
|
|
"futures",
|
|
"getopts",
|
|
"hex",
|
|
"hyper",
|
|
"librespot-audio",
|
|
"librespot-connect",
|
|
"librespot-core",
|
|
"librespot-metadata",
|
|
"librespot-playback",
|
|
"librespot-protocol",
|
|
"log 0.4.11",
|
|
"num-bigint",
|
|
"protobuf",
|
|
"rand 0.7.3",
|
|
"rpassword 3.0.2",
|
|
"sha-1",
|
|
"tokio-core",
|
|
"tokio-io",
|
|
"tokio-process",
|
|
"tokio-signal",
|
|
"url",
|
|
]
|
|
|
|
[[package]]
|
|
name = "librespot-audio"
|
|
version = "0.1.3"
|
|
dependencies = [
|
|
"aes-ctr",
|
|
"bit-set",
|
|
"byteorder",
|
|
"bytes",
|
|
"futures",
|
|
"lewton",
|
|
"librespot-core",
|
|
"log 0.4.11",
|
|
"num-bigint",
|
|
"num-traits",
|
|
"tempfile",
|
|
]
|
|
|
|
[[package]]
|
|
name = "librespot-connect"
|
|
version = "0.1.3"
|
|
dependencies = [
|
|
"aes-ctr",
|
|
"base64 0.10.1",
|
|
"block-modes",
|
|
"futures",
|
|
"hmac",
|
|
"hyper",
|
|
"libmdns",
|
|
"librespot-core",
|
|
"librespot-playback",
|
|
"librespot-protocol",
|
|
"log 0.4.11",
|
|
"num-bigint",
|
|
"protobuf",
|
|
"rand 0.7.3",
|
|
"serde",
|
|
"serde_derive",
|
|
"serde_json",
|
|
"sha-1",
|
|
"tokio-core",
|
|
"url",
|
|
]
|
|
|
|
[[package]]
|
|
name = "librespot-core"
|
|
version = "0.1.3"
|
|
dependencies = [
|
|
"aes",
|
|
"base64 0.10.1",
|
|
"byteorder",
|
|
"bytes",
|
|
"error-chain",
|
|
"futures",
|
|
"hmac",
|
|
"httparse",
|
|
"hyper",
|
|
"hyper-proxy",
|
|
"lazy_static",
|
|
"librespot-protocol",
|
|
"log 0.4.11",
|
|
"num-bigint",
|
|
"num-integer",
|
|
"num-traits",
|
|
"pbkdf2",
|
|
"protobuf",
|
|
"rand 0.7.3",
|
|
"serde",
|
|
"serde_derive",
|
|
"serde_json",
|
|
"sha-1",
|
|
"shannon",
|
|
"tokio-codec",
|
|
"tokio-core",
|
|
"tokio-io",
|
|
"url",
|
|
"uuid",
|
|
"vergen",
|
|
]
|
|
|
|
[[package]]
|
|
name = "librespot-metadata"
|
|
version = "0.1.3"
|
|
dependencies = [
|
|
"byteorder",
|
|
"futures",
|
|
"librespot-core",
|
|
"librespot-protocol",
|
|
"linear-map",
|
|
"log 0.4.11",
|
|
"protobuf",
|
|
]
|
|
|
|
[[package]]
|
|
name = "librespot-playback"
|
|
version = "0.1.3"
|
|
dependencies = [
|
|
"byteorder",
|
|
"cpal",
|
|
"futures",
|
|
"librespot-audio",
|
|
"librespot-core",
|
|
"librespot-metadata",
|
|
"log 0.4.11",
|
|
"rodio",
|
|
"shell-words",
|
|
]
|
|
|
|
[[package]]
|
|
name = "librespot-protocol"
|
|
version = "0.1.3"
|
|
dependencies = [
|
|
"glob",
|
|
"protobuf",
|
|
"protobuf-codegen",
|
|
"protobuf-codegen-pure",
|
|
]
|
|
|
|
[[package]]
|
|
name = "linear-map"
|
|
version = "1.2.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "bfae20f6b19ad527b550c223fddc3077a547fc70cda94b9b566575423fd303ee"
|
|
|
|
[[package]]
|
|
name = "lock_api"
|
|
version = "0.3.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c4da24a77a3d8a6d4862d95f72e6fdb9c09a643ecdb402d754004a557f2bec75"
|
|
dependencies = [
|
|
"scopeguard",
|
|
]
|
|
|
|
[[package]]
|
|
name = "log"
|
|
version = "0.3.9"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e19e8d5c34a3e0e2223db8e060f9e8264aeeb5c5fc64a4ee9965c062211c024b"
|
|
dependencies = [
|
|
"log 0.4.11",
|
|
]
|
|
|
|
[[package]]
|
|
name = "log"
|
|
version = "0.4.11"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "4fabed175da42fed1fa0746b0ea71f412aa9d35e76e95e59b192c64b9dc2bf8b"
|
|
dependencies = [
|
|
"cfg-if",
|
|
]
|
|
|
|
[[package]]
|
|
name = "match_cfg"
|
|
version = "0.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ffbee8634e0d45d258acb448e7eaab3fce7a0a467395d4d9f228e3c1f01fb2e4"
|
|
|
|
[[package]]
|
|
name = "matches"
|
|
version = "0.1.8"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08"
|
|
|
|
[[package]]
|
|
name = "matrixmultiply"
|
|
version = "0.2.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d4f7ec66360130972f34830bfad9ef05c6610a43938a467bcc9ab9369ab3478f"
|
|
dependencies = [
|
|
"rawpointer",
|
|
]
|
|
|
|
[[package]]
|
|
name = "maybe-uninit"
|
|
version = "2.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "60302e4db3a61da70c0cb7991976248362f30319e88850c487b9b95bbf059e00"
|
|
|
|
[[package]]
|
|
name = "memchr"
|
|
version = "2.3.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "3728d817d99e5ac407411fa471ff9800a778d88a24685968b36824eaf4bee400"
|
|
|
|
[[package]]
|
|
name = "memoffset"
|
|
version = "0.5.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c198b026e1bbf08a937e94c6c60f9ec4a2267f5b0d2eec9c1b21b061ce2be55f"
|
|
dependencies = [
|
|
"autocfg 1.0.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "mime"
|
|
version = "0.3.16"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "2a60c7ce501c71e03a9c9c0d35b861413ae925bd979cc7a4e30d060069aaac8d"
|
|
|
|
[[package]]
|
|
name = "mio"
|
|
version = "0.6.22"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "fce347092656428bc8eaf6201042cb551b8d67855af7374542a92a0fbfcac430"
|
|
dependencies = [
|
|
"cfg-if",
|
|
"fuchsia-zircon",
|
|
"fuchsia-zircon-sys",
|
|
"iovec",
|
|
"kernel32-sys",
|
|
"libc",
|
|
"log 0.4.11",
|
|
"miow 0.2.1",
|
|
"net2",
|
|
"slab 0.4.2",
|
|
"winapi 0.2.8",
|
|
]
|
|
|
|
[[package]]
|
|
name = "mio-named-pipes"
|
|
version = "0.1.7"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "0840c1c50fd55e521b247f949c241c9997709f23bd7f023b9762cd561e935656"
|
|
dependencies = [
|
|
"log 0.4.11",
|
|
"mio",
|
|
"miow 0.3.5",
|
|
"winapi 0.3.9",
|
|
]
|
|
|
|
[[package]]
|
|
name = "mio-uds"
|
|
version = "0.6.8"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "afcb699eb26d4332647cc848492bbc15eafb26f08d0304550d5aa1f612e066f0"
|
|
dependencies = [
|
|
"iovec",
|
|
"libc",
|
|
"mio",
|
|
]
|
|
|
|
[[package]]
|
|
name = "miow"
|
|
version = "0.2.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "8c1f2f3b1cf331de6896aabf6e9d55dca90356cc9960cca7eaaf408a355ae919"
|
|
dependencies = [
|
|
"kernel32-sys",
|
|
"net2",
|
|
"winapi 0.2.8",
|
|
"ws2_32-sys",
|
|
]
|
|
|
|
[[package]]
|
|
name = "miow"
|
|
version = "0.3.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "07b88fb9795d4d36d62a012dfbf49a8f5cf12751f36d31a9dbe66d528e58979e"
|
|
dependencies = [
|
|
"socket2",
|
|
"winapi 0.3.9",
|
|
]
|
|
|
|
[[package]]
|
|
name = "multimap"
|
|
version = "0.8.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d8883adfde9756c1d30b0f519c9b8c502a94b41ac62f696453c37c7fc0a958ce"
|
|
dependencies = [
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "nalgebra"
|
|
version = "0.18.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "aaa9fddbc34c8c35dd2108515587b8ce0cab396f17977b8c738568e4edb521a2"
|
|
dependencies = [
|
|
"alga",
|
|
"approx",
|
|
"generic-array",
|
|
"matrixmultiply",
|
|
"num-complex",
|
|
"num-rational",
|
|
"num-traits",
|
|
"rand 0.6.5",
|
|
"typenum",
|
|
]
|
|
|
|
[[package]]
|
|
name = "net2"
|
|
version = "0.2.34"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "2ba7c918ac76704fb42afcbbb43891e72731f3dcca3bef2a19786297baf14af7"
|
|
dependencies = [
|
|
"cfg-if",
|
|
"libc",
|
|
"winapi 0.3.9",
|
|
]
|
|
|
|
[[package]]
|
|
name = "nom"
|
|
version = "5.1.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ffb4262d26ed83a1c0a33a38fe2bb15797329c85770da05e6b828ddb782627af"
|
|
dependencies = [
|
|
"memchr",
|
|
"version_check",
|
|
]
|
|
|
|
[[package]]
|
|
name = "num-bigint"
|
|
version = "0.2.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "090c7f9998ee0ff65aa5b723e4009f7b217707f1fb5ea551329cc4d6231fb304"
|
|
dependencies = [
|
|
"autocfg 1.0.0",
|
|
"num-integer",
|
|
"num-traits",
|
|
]
|
|
|
|
[[package]]
|
|
name = "num-complex"
|
|
version = "0.2.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b6b19411a9719e753aff12e5187b74d60d3dc449ec3f4dc21e3989c3f554bc95"
|
|
dependencies = [
|
|
"autocfg 1.0.0",
|
|
"num-traits",
|
|
]
|
|
|
|
[[package]]
|
|
name = "num-integer"
|
|
version = "0.1.43"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "8d59457e662d541ba17869cf51cf177c0b5f0cbf476c66bdc90bf1edac4f875b"
|
|
dependencies = [
|
|
"autocfg 1.0.0",
|
|
"num-traits",
|
|
]
|
|
|
|
[[package]]
|
|
name = "num-rational"
|
|
version = "0.2.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "5c000134b5dbf44adc5cb772486d335293351644b801551abe8f75c84cfa4aef"
|
|
dependencies = [
|
|
"autocfg 1.0.0",
|
|
"num-integer",
|
|
"num-traits",
|
|
]
|
|
|
|
[[package]]
|
|
name = "num-traits"
|
|
version = "0.2.12"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ac267bcc07f48ee5f8935ab0d24f316fb722d7a1292e2913f0cc196b29ffd611"
|
|
dependencies = [
|
|
"autocfg 1.0.0",
|
|
"libm",
|
|
]
|
|
|
|
[[package]]
|
|
name = "num_cpus"
|
|
version = "1.13.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "05499f3756671c15885fee9034446956fff3f243d6077b91e5767df161f766b3"
|
|
dependencies = [
|
|
"hermit-abi",
|
|
"libc",
|
|
]
|
|
|
|
[[package]]
|
|
name = "number_prefix"
|
|
version = "0.3.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "17b02fc0ff9a9e4b35b3342880f48e896ebf69f2967921fe8646bf5b7125956a"
|
|
|
|
[[package]]
|
|
name = "ogg"
|
|
version = "0.7.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d79f1db9148be9d0e174bb3ac890f6030fcb1ed947267c5a91ee4c91b5a91e15"
|
|
dependencies = [
|
|
"byteorder",
|
|
]
|
|
|
|
[[package]]
|
|
name = "once_cell"
|
|
version = "1.4.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "0b631f7e854af39a1739f401cf34a8a013dfe09eac4fa4dba91e9768bd28168d"
|
|
|
|
[[package]]
|
|
name = "opaque-debug"
|
|
version = "0.2.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "2839e79665f131bdb5782e51f2c6c9599c133c6098982a54c794358bf432529c"
|
|
|
|
[[package]]
|
|
name = "parking_lot"
|
|
version = "0.9.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f842b1982eb6c2fe34036a4fbfb06dd185a3f5c8edfaacdf7d1ea10b07de6252"
|
|
dependencies = [
|
|
"lock_api",
|
|
"parking_lot_core",
|
|
"rustc_version",
|
|
]
|
|
|
|
[[package]]
|
|
name = "parking_lot_core"
|
|
version = "0.6.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b876b1b9e7ac6e1a74a6da34d25c42e17e8862aa409cbbbdcfc8d86c6f3bc62b"
|
|
dependencies = [
|
|
"cfg-if",
|
|
"cloudabi",
|
|
"libc",
|
|
"redox_syscall",
|
|
"rustc_version",
|
|
"smallvec 0.6.13",
|
|
"winapi 0.3.9",
|
|
]
|
|
|
|
[[package]]
|
|
name = "pbkdf2"
|
|
version = "0.3.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "006c038a43a45995a9670da19e67600114740e8511d4333bf97a56e66a7542d9"
|
|
dependencies = [
|
|
"base64 0.9.3",
|
|
"byteorder",
|
|
"crypto-mac",
|
|
"hmac",
|
|
"rand 0.5.6",
|
|
"sha2",
|
|
"subtle",
|
|
]
|
|
|
|
[[package]]
|
|
name = "peeking_take_while"
|
|
version = "0.1.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099"
|
|
|
|
[[package]]
|
|
name = "percent-encoding"
|
|
version = "1.0.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "31010dd2e1ac33d5b46a5b413495239882813e0369f8ed8a5e266f173602f831"
|
|
|
|
[[package]]
|
|
name = "pkg-config"
|
|
version = "0.3.18"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d36492546b6af1463394d46f0c834346f31548646f6ba10849802c9c9a27ac33"
|
|
|
|
[[package]]
|
|
name = "ppv-lite86"
|
|
version = "0.2.8"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "237a5ed80e274dbc66f86bd59c1e25edc039660be53194b5fe0a482e0f2612ea"
|
|
|
|
[[package]]
|
|
name = "proc-macro-error"
|
|
version = "1.0.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
|
|
dependencies = [
|
|
"proc-macro-error-attr",
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn",
|
|
"version_check",
|
|
]
|
|
|
|
[[package]]
|
|
name = "proc-macro-error-attr"
|
|
version = "1.0.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
"version_check",
|
|
]
|
|
|
|
[[package]]
|
|
name = "proc-macro2"
|
|
version = "1.0.19"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "04f5f085b5d71e2188cb8271e5da0161ad52c3f227a661a3c135fdf28e258b12"
|
|
dependencies = [
|
|
"unicode-xid",
|
|
]
|
|
|
|
[[package]]
|
|
name = "protobuf"
|
|
version = "2.14.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "8e86d370532557ae7573551a1ec8235a0f8d6cb276c7c9e6aa490b511c447485"
|
|
|
|
[[package]]
|
|
name = "protobuf-codegen"
|
|
version = "2.14.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "de113bba758ccf2c1ef816b127c958001b7831136c9bc3f8e9ec695ac4e82b0c"
|
|
dependencies = [
|
|
"protobuf",
|
|
]
|
|
|
|
[[package]]
|
|
name = "protobuf-codegen-pure"
|
|
version = "2.14.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "2d1a4febc73bf0cada1d77c459a0c8e5973179f1cfd5b0f1ab789d45b17b6440"
|
|
dependencies = [
|
|
"protobuf",
|
|
"protobuf-codegen",
|
|
]
|
|
|
|
[[package]]
|
|
name = "quick-error"
|
|
version = "1.2.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
|
|
|
|
[[package]]
|
|
name = "quote"
|
|
version = "1.0.7"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "aa563d17ecb180e500da1cfd2b028310ac758de548efdd203e18f283af693f37"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rand"
|
|
version = "0.3.23"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "64ac302d8f83c0c1974bf758f6b041c6c8ada916fbb44a609158ca8b064cc76c"
|
|
dependencies = [
|
|
"libc",
|
|
"rand 0.4.6",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rand"
|
|
version = "0.4.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "552840b97013b1a26992c11eac34bdd778e464601a4c2054b5f0bff7c6761293"
|
|
dependencies = [
|
|
"fuchsia-cprng",
|
|
"libc",
|
|
"rand_core 0.3.1",
|
|
"rdrand",
|
|
"winapi 0.3.9",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rand"
|
|
version = "0.5.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c618c47cd3ebd209790115ab837de41425723956ad3ce2e6a7f09890947cacb9"
|
|
dependencies = [
|
|
"cloudabi",
|
|
"fuchsia-cprng",
|
|
"libc",
|
|
"rand_core 0.3.1",
|
|
"winapi 0.3.9",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rand"
|
|
version = "0.6.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "6d71dacdc3c88c1fde3885a3be3fbab9f35724e6ce99467f7d9c5026132184ca"
|
|
dependencies = [
|
|
"autocfg 0.1.7",
|
|
"libc",
|
|
"rand_chacha 0.1.1",
|
|
"rand_core 0.4.2",
|
|
"rand_hc 0.1.0",
|
|
"rand_isaac",
|
|
"rand_jitter",
|
|
"rand_os",
|
|
"rand_pcg",
|
|
"rand_xorshift",
|
|
"winapi 0.3.9",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rand"
|
|
version = "0.7.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
|
|
dependencies = [
|
|
"getrandom",
|
|
"libc",
|
|
"rand_chacha 0.2.2",
|
|
"rand_core 0.5.1",
|
|
"rand_hc 0.2.0",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rand_chacha"
|
|
version = "0.1.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "556d3a1ca6600bfcbab7c7c91ccb085ac7fbbcd70e008a98742e7847f4f7bcef"
|
|
dependencies = [
|
|
"autocfg 0.1.7",
|
|
"rand_core 0.3.1",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rand_chacha"
|
|
version = "0.2.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
|
|
dependencies = [
|
|
"ppv-lite86",
|
|
"rand_core 0.5.1",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rand_core"
|
|
version = "0.3.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b"
|
|
dependencies = [
|
|
"rand_core 0.4.2",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rand_core"
|
|
version = "0.4.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "9c33a3c44ca05fa6f1807d8e6743f3824e8509beca625669633be0acbdf509dc"
|
|
|
|
[[package]]
|
|
name = "rand_core"
|
|
version = "0.5.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
|
|
dependencies = [
|
|
"getrandom",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rand_hc"
|
|
version = "0.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "7b40677c7be09ae76218dc623efbf7b18e34bced3f38883af07bb75630a21bc4"
|
|
dependencies = [
|
|
"rand_core 0.3.1",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rand_hc"
|
|
version = "0.2.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
|
|
dependencies = [
|
|
"rand_core 0.5.1",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rand_isaac"
|
|
version = "0.1.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ded997c9d5f13925be2a6fd7e66bf1872597f759fd9dd93513dd7e92e5a5ee08"
|
|
dependencies = [
|
|
"rand_core 0.3.1",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rand_jitter"
|
|
version = "0.1.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1166d5c91dc97b88d1decc3285bb0a99ed84b05cfd0bc2341bdf2d43fc41e39b"
|
|
dependencies = [
|
|
"libc",
|
|
"rand_core 0.4.2",
|
|
"winapi 0.3.9",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rand_os"
|
|
version = "0.1.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "7b75f676a1e053fc562eafbb47838d67c84801e38fc1ba459e8f180deabd5071"
|
|
dependencies = [
|
|
"cloudabi",
|
|
"fuchsia-cprng",
|
|
"libc",
|
|
"rand_core 0.4.2",
|
|
"rdrand",
|
|
"winapi 0.3.9",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rand_pcg"
|
|
version = "0.1.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "abf9b09b01790cfe0364f52bf32995ea3c39f4d2dd011eac241d2914146d0b44"
|
|
dependencies = [
|
|
"autocfg 0.1.7",
|
|
"rand_core 0.4.2",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rand_xorshift"
|
|
version = "0.1.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "cbf7e9e623549b0e21f6e97cf8ecf247c1a8fd2e8a992ae265314300b2455d5c"
|
|
dependencies = [
|
|
"rand_core 0.3.1",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rawpointer"
|
|
version = "0.2.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "60a357793950651c4ed0f3f52338f53b2f809f32d83a07f72909fa13e4c6c1e3"
|
|
|
|
[[package]]
|
|
name = "rdrand"
|
|
version = "0.4.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2"
|
|
dependencies = [
|
|
"rand_core 0.3.1",
|
|
]
|
|
|
|
[[package]]
|
|
name = "redox_syscall"
|
|
version = "0.1.57"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "41cc0f7e4d5d4544e8861606a285bb08d3e70712ccc7d2b84d7c0ccfaf4b05ce"
|
|
|
|
[[package]]
|
|
name = "regex"
|
|
version = "1.5.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1a11647b6b25ff05a515cb92c365cec08801e83423a235b51e231e1808747286"
|
|
dependencies = [
|
|
"regex-syntax",
|
|
]
|
|
|
|
[[package]]
|
|
name = "regex-syntax"
|
|
version = "0.6.25"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f497285884f3fcff424ffc933e56d7cbca511def0c9831a7f9b5f6153e3cc89b"
|
|
|
|
[[package]]
|
|
name = "relay"
|
|
version = "0.1.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1576e382688d7e9deecea24417e350d3062d97e32e45d70b1cde65994ff1489a"
|
|
dependencies = [
|
|
"futures",
|
|
]
|
|
|
|
[[package]]
|
|
name = "remove_dir_all"
|
|
version = "0.5.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"
|
|
dependencies = [
|
|
"winapi 0.3.9",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rodio"
|
|
version = "0.9.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "5d0f961b254e66d147a7b550c78b01308934c97d807a34b417fd0f5a0a0f3a2d"
|
|
dependencies = [
|
|
"cpal",
|
|
"lazy_static",
|
|
"nalgebra",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rpassword"
|
|
version = "3.0.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c34fa7bcae7fca3c8471e8417088bbc3ad9af8066b0ecf4f3c0d98a0d772716e"
|
|
dependencies = [
|
|
"kernel32-sys",
|
|
"libc",
|
|
"winapi 0.2.8",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rpassword"
|
|
version = "5.0.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ffc936cf8a7ea60c58f030fd36a612a48f440610214dc54bc36431f9ea0c3efb"
|
|
dependencies = [
|
|
"libc",
|
|
"winapi 0.3.9",
|
|
]
|
|
|
|
[[package]]
|
|
name = "rustc-hash"
|
|
version = "1.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
|
|
|
|
[[package]]
|
|
name = "rustc_version"
|
|
version = "0.2.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a"
|
|
dependencies = [
|
|
"semver",
|
|
]
|
|
|
|
[[package]]
|
|
name = "ryu"
|
|
version = "1.0.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "71d301d4193d031abdd79ff7e3dd721168a9572ef3fe51a1517aba235bd8f86e"
|
|
|
|
[[package]]
|
|
name = "safemem"
|
|
version = "0.3.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ef703b7cb59335eae2eb93ceb664c0eb7ea6bf567079d843e09420219668e072"
|
|
|
|
[[package]]
|
|
name = "scoped-tls"
|
|
version = "0.1.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "332ffa32bf586782a3efaeb58f127980944bbc8c4d6913a86107ac2a5ab24b28"
|
|
|
|
[[package]]
|
|
name = "scopeguard"
|
|
version = "1.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
|
|
|
|
[[package]]
|
|
name = "semver"
|
|
version = "0.9.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403"
|
|
dependencies = [
|
|
"semver-parser",
|
|
]
|
|
|
|
[[package]]
|
|
name = "semver-parser"
|
|
version = "0.7.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"
|
|
|
|
[[package]]
|
|
name = "serde"
|
|
version = "1.0.114"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "5317f7588f0a5078ee60ef675ef96735a1442132dc645eb1d12c018620ed8cd3"
|
|
|
|
[[package]]
|
|
name = "serde_derive"
|
|
version = "1.0.114"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "2a0be94b04690fbaed37cddffc5c134bf537c8e3329d53e982fe04c374978f8e"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn",
|
|
]
|
|
|
|
[[package]]
|
|
name = "serde_json"
|
|
version = "1.0.56"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "3433e879a558dde8b5e8feb2a04899cf34fdde1fafb894687e52105fc1162ac3"
|
|
dependencies = [
|
|
"itoa",
|
|
"ryu",
|
|
"serde",
|
|
]
|
|
|
|
[[package]]
|
|
name = "sha-1"
|
|
version = "0.8.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f7d94d0bede923b3cea61f3f1ff57ff8cdfd77b400fb8f9998949e0cf04163df"
|
|
dependencies = [
|
|
"block-buffer",
|
|
"digest",
|
|
"fake-simd",
|
|
"opaque-debug",
|
|
]
|
|
|
|
[[package]]
|
|
name = "sha2"
|
|
version = "0.8.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a256f46ea78a0c0d9ff00077504903ac881a1dafdc20da66545699e7776b3e69"
|
|
dependencies = [
|
|
"block-buffer",
|
|
"digest",
|
|
"fake-simd",
|
|
"opaque-debug",
|
|
]
|
|
|
|
[[package]]
|
|
name = "shannon"
|
|
version = "0.2.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "7ea5b41c9427b56caa7b808cb548a04fb50bb5b9e98590b53f28064ff4174561"
|
|
dependencies = [
|
|
"byteorder",
|
|
]
|
|
|
|
[[package]]
|
|
name = "shell-words"
|
|
version = "0.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "39acde55a154c4cd3ae048ac78cc21c25f3a0145e44111b523279113dce0d94a"
|
|
|
|
[[package]]
|
|
name = "shlex"
|
|
version = "0.1.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "7fdf1b9db47230893d76faad238fd6097fd6d6a9245cd7a4d90dbd639536bbd2"
|
|
|
|
[[package]]
|
|
name = "signal-hook-registry"
|
|
version = "1.2.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "94f478ede9f64724c5d173d7bb56099ec3e2d9fc2774aac65d34b8b890405f41"
|
|
dependencies = [
|
|
"arc-swap",
|
|
"libc",
|
|
]
|
|
|
|
[[package]]
|
|
name = "slab"
|
|
version = "0.3.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "17b4fcaed89ab08ef143da37bc52adbcc04d4a69014f4c1208d6b51f0c47bc23"
|
|
|
|
[[package]]
|
|
name = "slab"
|
|
version = "0.4.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8"
|
|
|
|
[[package]]
|
|
name = "smallvec"
|
|
version = "0.2.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "4c8cbcd6df1e117c2210e13ab5109635ad68a929fcbb8964dc965b76cb5ee013"
|
|
|
|
[[package]]
|
|
name = "smallvec"
|
|
version = "0.6.13"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f7b0758c52e15a8b5e3691eae6cc559f08eee9406e548a4477ba4e67770a82b6"
|
|
dependencies = [
|
|
"maybe-uninit",
|
|
]
|
|
|
|
[[package]]
|
|
name = "socket2"
|
|
version = "0.3.12"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "03088793f677dce356f3ccc2edb1b314ad191ab702a5de3faf49304f7e104918"
|
|
dependencies = [
|
|
"cfg-if",
|
|
"libc",
|
|
"redox_syscall",
|
|
"winapi 0.3.9",
|
|
]
|
|
|
|
[[package]]
|
|
name = "spotify-dl"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"flac-bound",
|
|
"futures",
|
|
"futures-state-stream",
|
|
"indicatif",
|
|
"librespot",
|
|
"pkg-config",
|
|
"rpassword 5.0.1",
|
|
"structopt",
|
|
"tokio-core",
|
|
]
|
|
|
|
[[package]]
|
|
name = "stdweb"
|
|
version = "0.1.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ef5430c8e36b713e13b48a9f709cc21e046723fe44ce34587b73a830203b533e"
|
|
|
|
[[package]]
|
|
name = "stream-cipher"
|
|
version = "0.3.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "8131256a5896cabcf5eb04f4d6dacbe1aefda854b0d9896e09cb58829ec5638c"
|
|
dependencies = [
|
|
"generic-array",
|
|
]
|
|
|
|
[[package]]
|
|
name = "structopt"
|
|
version = "0.3.26"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "0c6b5c64445ba8094a6ab0c3cd2ad323e07171012d9c98b0b15651daf1787a10"
|
|
dependencies = [
|
|
"clap",
|
|
"lazy_static",
|
|
"structopt-derive",
|
|
]
|
|
|
|
[[package]]
|
|
name = "structopt-derive"
|
|
version = "0.4.18"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "dcb5ae327f9cc13b68763b5749770cb9e048a99bd9dfdfa58d0cf05d5f64afe0"
|
|
dependencies = [
|
|
"heck",
|
|
"proc-macro-error",
|
|
"proc-macro2",
|
|
"quote",
|
|
"syn",
|
|
]
|
|
|
|
[[package]]
|
|
name = "subtle"
|
|
version = "1.0.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "2d67a5a62ba6e01cb2192ff309324cb4875d0c451d55fe2319433abe7a05a8ee"
|
|
|
|
[[package]]
|
|
name = "syn"
|
|
version = "1.0.35"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "fb7f4c519df8c117855e19dd8cc851e89eb746fe7a73f0157e0d95fdec5369b0"
|
|
dependencies = [
|
|
"proc-macro2",
|
|
"quote",
|
|
"unicode-xid",
|
|
]
|
|
|
|
[[package]]
|
|
name = "take"
|
|
version = "0.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b157868d8ac1f56b64604539990685fa7611d8fa9e5476cf0c02cf34d32917c5"
|
|
|
|
[[package]]
|
|
name = "tempfile"
|
|
version = "3.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "7a6e24d9338a0a5be79593e2fa15a648add6138caa803e2d5bc782c371732ca9"
|
|
dependencies = [
|
|
"cfg-if",
|
|
"libc",
|
|
"rand 0.7.3",
|
|
"redox_syscall",
|
|
"remove_dir_all",
|
|
"winapi 0.3.9",
|
|
]
|
|
|
|
[[package]]
|
|
name = "termcolor"
|
|
version = "1.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "bb6bfa289a4d7c5766392812c0a1f4c1ba45afa1ad47803c11e1f407d846d75f"
|
|
dependencies = [
|
|
"winapi-util",
|
|
]
|
|
|
|
[[package]]
|
|
name = "terminal_size"
|
|
version = "0.1.17"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "633c1a546cee861a1a6d0dc69ebeca693bf4296661ba7852b9d21d159e0506df"
|
|
dependencies = [
|
|
"libc",
|
|
"winapi 0.3.9",
|
|
]
|
|
|
|
[[package]]
|
|
name = "textwrap"
|
|
version = "0.11.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
|
|
dependencies = [
|
|
"unicode-width",
|
|
]
|
|
|
|
[[package]]
|
|
name = "time"
|
|
version = "0.1.43"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ca8a50ef2360fbd1eeb0ecd46795a87a19024eb4b53c5dc916ca1fd95fe62438"
|
|
dependencies = [
|
|
"libc",
|
|
"winapi 0.3.9",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tinyvec"
|
|
version = "0.3.3"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "53953d2d3a5ad81d9f844a32f14ebb121f50b650cd59d0ee2a07cf13c617efed"
|
|
|
|
[[package]]
|
|
name = "tokio"
|
|
version = "0.1.22"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "5a09c0b5bb588872ab2f09afa13ee6e9dac11e10a0ec9e8e3ba39a5a5d530af6"
|
|
dependencies = [
|
|
"bytes",
|
|
"futures",
|
|
"mio",
|
|
"num_cpus",
|
|
"tokio-codec",
|
|
"tokio-current-thread",
|
|
"tokio-executor",
|
|
"tokio-fs",
|
|
"tokio-io",
|
|
"tokio-reactor",
|
|
"tokio-sync",
|
|
"tokio-tcp",
|
|
"tokio-threadpool",
|
|
"tokio-timer",
|
|
"tokio-udp",
|
|
"tokio-uds",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tokio-codec"
|
|
version = "0.1.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "25b2998660ba0e70d18684de5d06b70b70a3a747469af9dea7618cc59e75976b"
|
|
dependencies = [
|
|
"bytes",
|
|
"futures",
|
|
"tokio-io",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tokio-core"
|
|
version = "0.1.17"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "aeeffbbb94209023feaef3c196a41cbcdafa06b4a6f893f68779bb5e53796f71"
|
|
dependencies = [
|
|
"bytes",
|
|
"futures",
|
|
"iovec",
|
|
"log 0.4.11",
|
|
"mio",
|
|
"scoped-tls",
|
|
"tokio",
|
|
"tokio-executor",
|
|
"tokio-io",
|
|
"tokio-reactor",
|
|
"tokio-timer",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tokio-current-thread"
|
|
version = "0.1.7"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b1de0e32a83f131e002238d7ccde18211c0a5397f60cbfffcb112868c2e0e20e"
|
|
dependencies = [
|
|
"futures",
|
|
"tokio-executor",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tokio-executor"
|
|
version = "0.1.10"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "fb2d1b8f4548dbf5e1f7818512e9c406860678f29c300cdf0ebac72d1a3a1671"
|
|
dependencies = [
|
|
"crossbeam-utils 0.7.2",
|
|
"futures",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tokio-fs"
|
|
version = "0.1.7"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "297a1206e0ca6302a0eed35b700d292b275256f596e2f3fea7729d5e629b6ff4"
|
|
dependencies = [
|
|
"futures",
|
|
"tokio-io",
|
|
"tokio-threadpool",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tokio-io"
|
|
version = "0.1.13"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "57fc868aae093479e3131e3d165c93b1c7474109d13c90ec0dda2a1bbfff0674"
|
|
dependencies = [
|
|
"bytes",
|
|
"futures",
|
|
"log 0.4.11",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tokio-process"
|
|
version = "0.2.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "382d90f43fa31caebe5d3bc6cfd854963394fff3b8cb59d5146607aaae7e7e43"
|
|
dependencies = [
|
|
"crossbeam-queue 0.1.2",
|
|
"futures",
|
|
"lazy_static",
|
|
"libc",
|
|
"log 0.4.11",
|
|
"mio",
|
|
"mio-named-pipes",
|
|
"tokio-io",
|
|
"tokio-reactor",
|
|
"tokio-signal",
|
|
"winapi 0.3.9",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tokio-proto"
|
|
version = "0.1.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "8fbb47ae81353c63c487030659494b295f6cb6576242f907f203473b191b0389"
|
|
dependencies = [
|
|
"futures",
|
|
"log 0.3.9",
|
|
"net2",
|
|
"rand 0.3.23",
|
|
"slab 0.3.0",
|
|
"smallvec 0.2.1",
|
|
"take",
|
|
"tokio-core",
|
|
"tokio-io",
|
|
"tokio-service",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tokio-reactor"
|
|
version = "0.1.12"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "09bc590ec4ba8ba87652da2068d150dcada2cfa2e07faae270a5e0409aa51351"
|
|
dependencies = [
|
|
"crossbeam-utils 0.7.2",
|
|
"futures",
|
|
"lazy_static",
|
|
"log 0.4.11",
|
|
"mio",
|
|
"num_cpus",
|
|
"parking_lot",
|
|
"slab 0.4.2",
|
|
"tokio-executor",
|
|
"tokio-io",
|
|
"tokio-sync",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tokio-service"
|
|
version = "0.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "24da22d077e0f15f55162bdbdc661228c1581892f52074fb242678d015b45162"
|
|
dependencies = [
|
|
"futures",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tokio-signal"
|
|
version = "0.2.9"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d0c34c6e548f101053321cba3da7cbb87a610b85555884c41b07da2eb91aff12"
|
|
dependencies = [
|
|
"futures",
|
|
"libc",
|
|
"mio",
|
|
"mio-uds",
|
|
"signal-hook-registry",
|
|
"tokio-executor",
|
|
"tokio-io",
|
|
"tokio-reactor",
|
|
"winapi 0.3.9",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tokio-sync"
|
|
version = "0.1.8"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "edfe50152bc8164fcc456dab7891fa9bf8beaf01c5ee7e1dd43a397c3cf87dee"
|
|
dependencies = [
|
|
"fnv",
|
|
"futures",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tokio-tcp"
|
|
version = "0.1.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "98df18ed66e3b72e742f185882a9e201892407957e45fbff8da17ae7a7c51f72"
|
|
dependencies = [
|
|
"bytes",
|
|
"futures",
|
|
"iovec",
|
|
"mio",
|
|
"tokio-io",
|
|
"tokio-reactor",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tokio-threadpool"
|
|
version = "0.1.18"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "df720b6581784c118f0eb4310796b12b1d242a7eb95f716a8367855325c25f89"
|
|
dependencies = [
|
|
"crossbeam-deque",
|
|
"crossbeam-queue 0.2.3",
|
|
"crossbeam-utils 0.7.2",
|
|
"futures",
|
|
"lazy_static",
|
|
"log 0.4.11",
|
|
"num_cpus",
|
|
"slab 0.4.2",
|
|
"tokio-executor",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tokio-timer"
|
|
version = "0.2.13"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "93044f2d313c95ff1cb7809ce9a7a05735b012288a888b62d4434fd58c94f296"
|
|
dependencies = [
|
|
"crossbeam-utils 0.7.2",
|
|
"futures",
|
|
"slab 0.4.2",
|
|
"tokio-executor",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tokio-udp"
|
|
version = "0.1.6"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "e2a0b10e610b39c38b031a2fcab08e4b82f16ece36504988dcbd81dbba650d82"
|
|
dependencies = [
|
|
"bytes",
|
|
"futures",
|
|
"log 0.4.11",
|
|
"mio",
|
|
"tokio-codec",
|
|
"tokio-io",
|
|
"tokio-reactor",
|
|
]
|
|
|
|
[[package]]
|
|
name = "tokio-uds"
|
|
version = "0.2.7"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ab57a4ac4111c8c9dbcf70779f6fc8bc35ae4b2454809febac840ad19bd7e4e0"
|
|
dependencies = [
|
|
"bytes",
|
|
"futures",
|
|
"iovec",
|
|
"libc",
|
|
"log 0.4.11",
|
|
"mio",
|
|
"mio-uds",
|
|
"tokio-codec",
|
|
"tokio-io",
|
|
"tokio-reactor",
|
|
]
|
|
|
|
[[package]]
|
|
name = "try-lock"
|
|
version = "0.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ee2aa4715743892880f70885373966c83d73ef1b0838a664ef0c76fffd35e7c2"
|
|
|
|
[[package]]
|
|
name = "typenum"
|
|
version = "1.12.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "373c8a200f9e67a0c95e62a4f52fbf80c23b4381c05a17845531982fa99e6b33"
|
|
|
|
[[package]]
|
|
name = "unicase"
|
|
version = "2.6.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6"
|
|
dependencies = [
|
|
"version_check",
|
|
]
|
|
|
|
[[package]]
|
|
name = "unicode-bidi"
|
|
version = "0.3.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "49f2bd0c6468a8230e1db229cff8029217cf623c767ea5d60bfbd42729ea54d5"
|
|
dependencies = [
|
|
"matches",
|
|
]
|
|
|
|
[[package]]
|
|
name = "unicode-normalization"
|
|
version = "0.1.13"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "6fb19cf769fa8c6a80a162df694621ebeb4dafb606470b2b2fce0be40a98a977"
|
|
dependencies = [
|
|
"tinyvec",
|
|
]
|
|
|
|
[[package]]
|
|
name = "unicode-segmentation"
|
|
version = "1.9.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "7e8820f5d777f6224dc4be3632222971ac30164d4a258d595640799554ebfd99"
|
|
|
|
[[package]]
|
|
name = "unicode-width"
|
|
version = "0.1.8"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "9337591893a19b88d8d87f2cec1e73fad5cdfd10e5a6f349f498ad6ea2ffb1e3"
|
|
|
|
[[package]]
|
|
name = "unicode-xid"
|
|
version = "0.2.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "f7fe0bb3479651439c9112f72b6c505038574c9fbb575ed1bf3b797fa39dd564"
|
|
|
|
[[package]]
|
|
name = "url"
|
|
version = "1.7.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "dd4e7c0d531266369519a4aa4f399d748bd37043b00bde1e4ff1f60a120b355a"
|
|
dependencies = [
|
|
"idna",
|
|
"matches",
|
|
"percent-encoding",
|
|
]
|
|
|
|
[[package]]
|
|
name = "uuid"
|
|
version = "0.7.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "90dbc611eb48397705a6b0f6e917da23ae517e4d127123d2cf7674206627d32a"
|
|
dependencies = [
|
|
"rand 0.6.5",
|
|
]
|
|
|
|
[[package]]
|
|
name = "vergen"
|
|
version = "3.1.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "4ce50d8996df1f85af15f2cd8d33daae6e479575123ef4314a51a70a230739cb"
|
|
dependencies = [
|
|
"bitflags",
|
|
"chrono",
|
|
]
|
|
|
|
[[package]]
|
|
name = "version_check"
|
|
version = "0.9.2"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "b5a972e5669d67ba988ce3dc826706fb0a8b01471c088cb0b6110b805cc36aed"
|
|
|
|
[[package]]
|
|
name = "want"
|
|
version = "0.0.4"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "a05d9d966753fa4b5c8db73fcab5eed4549cfe0e1e4e66911e5564a0085c35d1"
|
|
dependencies = [
|
|
"futures",
|
|
"log 0.4.11",
|
|
"try-lock",
|
|
]
|
|
|
|
[[package]]
|
|
name = "wasi"
|
|
version = "0.9.0+wasi-snapshot-preview1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
|
|
|
|
[[package]]
|
|
name = "winapi"
|
|
version = "0.2.8"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a"
|
|
|
|
[[package]]
|
|
name = "winapi"
|
|
version = "0.3.9"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
|
|
dependencies = [
|
|
"winapi-i686-pc-windows-gnu",
|
|
"winapi-x86_64-pc-windows-gnu",
|
|
]
|
|
|
|
[[package]]
|
|
name = "winapi-build"
|
|
version = "0.1.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc"
|
|
|
|
[[package]]
|
|
name = "winapi-i686-pc-windows-gnu"
|
|
version = "0.4.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
|
|
|
|
[[package]]
|
|
name = "winapi-util"
|
|
version = "0.1.5"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
|
|
dependencies = [
|
|
"winapi 0.3.9",
|
|
]
|
|
|
|
[[package]]
|
|
name = "winapi-x86_64-pc-windows-gnu"
|
|
version = "0.4.0"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
|
|
|
|
[[package]]
|
|
name = "ws2_32-sys"
|
|
version = "0.2.1"
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
checksum = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e"
|
|
dependencies = [
|
|
"winapi 0.2.8",
|
|
"winapi-build",
|
|
]
|