2019-05-02 16:31:46 +00:00
|
|
|
# This file is automatically @generated by Cargo.
|
|
|
|
# It is not intended for manual editing.
|
2021-06-30 19:39:55 +00:00
|
|
|
version = 3
|
|
|
|
|
2019-03-16 15:30:10 +00:00
|
|
|
[[package]]
|
|
|
|
name = "aes"
|
2021-01-22 23:02:49 +00:00
|
|
|
version = "0.6.0"
|
2019-03-16 15:30:10 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-22 23:02:49 +00:00
|
|
|
checksum = "884391ef1066acaa41e766ba8f596341b96e93ce34f9a43e7d24bf0a0eaf0561"
|
2019-03-16 15:30:10 +00:00
|
|
|
dependencies = [
|
2021-01-26 10:59:09 +00:00
|
|
|
"aes-soft",
|
|
|
|
"aesni",
|
2021-01-22 23:02:49 +00:00
|
|
|
"cipher",
|
2019-03-16 15:30:10 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "aes-ctr"
|
2021-01-22 23:02:49 +00:00
|
|
|
version = "0.6.0"
|
2019-03-16 15:30:10 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-22 23:02:49 +00:00
|
|
|
checksum = "7729c3cde54d67063be556aeac75a81330d802f0259500ca40cb52967f975763"
|
2019-03-16 15:30:10 +00:00
|
|
|
dependencies = [
|
2021-01-26 10:59:09 +00:00
|
|
|
"aes-soft",
|
|
|
|
"aesni",
|
2021-01-22 23:02:49 +00:00
|
|
|
"cipher",
|
2021-01-26 10:59:09 +00:00
|
|
|
"ctr",
|
2019-03-16 15:30:10 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "aes-soft"
|
2021-01-22 23:02:49 +00:00
|
|
|
version = "0.6.4"
|
2019-03-16 15:30:10 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-22 23:02:49 +00:00
|
|
|
checksum = "be14c7498ea50828a38d0e24a765ed2effe92a705885b57d029cd67d45744072"
|
2019-03-16 15:30:10 +00:00
|
|
|
dependencies = [
|
2021-01-22 23:02:49 +00:00
|
|
|
"cipher",
|
2021-02-21 18:38:49 +00:00
|
|
|
"opaque-debug",
|
2019-03-16 15:30:10 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "aesni"
|
2021-01-22 23:02:49 +00:00
|
|
|
version = "0.10.0"
|
2019-03-16 15:30:10 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-22 23:02:49 +00:00
|
|
|
checksum = "ea2e11f5e94c2f7d386164cc2aa1f97823fed6f259e486940a71c174dd01b0ce"
|
2019-03-16 15:30:10 +00:00
|
|
|
dependencies = [
|
2021-01-22 23:02:49 +00:00
|
|
|
"cipher",
|
2021-02-21 18:38:49 +00:00
|
|
|
"opaque-debug",
|
2019-03-16 15:30:10 +00:00
|
|
|
]
|
|
|
|
|
2021-01-30 12:53:44 +00:00
|
|
|
[[package]]
|
|
|
|
name = "aho-corasick"
|
2021-05-01 09:01:32 +00:00
|
|
|
version = "0.7.18"
|
2021-01-30 12:53:44 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-01 09:01:32 +00:00
|
|
|
checksum = "1e37cfd5e7657ada45f742d6e99ca5788580b5c529dc78faf11ece6dc702656f"
|
2021-01-30 12:53:44 +00:00
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
|
|
|
|
2019-03-16 15:30:10 +00:00
|
|
|
[[package]]
|
|
|
|
name = "alsa"
|
2021-03-19 21:28:55 +00:00
|
|
|
version = "0.5.0"
|
2018-09-11 16:53:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-19 21:28:55 +00:00
|
|
|
checksum = "75c4da790adcb2ce5e758c064b4f3ec17a30349f9961d3e5e6c9688b052a9e18"
|
2019-03-16 15:30:10 +00:00
|
|
|
dependencies = [
|
2021-01-31 02:50:20 +00:00
|
|
|
"alsa-sys",
|
|
|
|
"bitflags",
|
2021-01-22 23:02:49 +00:00
|
|
|
"libc",
|
2021-01-31 02:50:20 +00:00
|
|
|
"nix",
|
2019-03-20 13:30:10 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2020-12-02 19:45:31 +00:00
|
|
|
name = "alsa-sys"
|
2021-01-22 23:02:49 +00:00
|
|
|
version = "0.3.1"
|
2019-03-20 13:30:10 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-22 23:02:49 +00:00
|
|
|
checksum = "db8fee663d06c4e303404ef5f40488a53e062f89ba8bfed81f42325aafad1527"
|
2019-07-08 08:08:32 +00:00
|
|
|
dependencies = [
|
2021-01-22 23:02:49 +00:00
|
|
|
"libc",
|
|
|
|
"pkg-config",
|
2019-07-08 08:08:32 +00:00
|
|
|
]
|
2019-03-20 13:30:10 +00:00
|
|
|
|
2020-11-27 04:02:48 +00:00
|
|
|
[[package]]
|
|
|
|
name = "anyhow"
|
2021-08-20 20:13:39 +00:00
|
|
|
version = "1.0.43"
|
2019-03-16 15:30:10 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-20 20:13:39 +00:00
|
|
|
checksum = "28ae2b3dec75a406790005a200b1bd89785afc02517a00ca99ecfe093ee9e6cf"
|
2019-03-16 15:30:10 +00:00
|
|
|
|
2020-12-02 19:45:31 +00:00
|
|
|
[[package]]
|
2021-01-22 23:02:49 +00:00
|
|
|
name = "async-trait"
|
2021-08-20 20:13:39 +00:00
|
|
|
version = "0.1.51"
|
2020-12-02 19:45:31 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-20 20:13:39 +00:00
|
|
|
checksum = "44318e776df68115a881de9a8fd1b9e53368d7a4a5ce4cc48517da3393233a5e"
|
2020-12-02 19:45:31 +00:00
|
|
|
dependencies = [
|
2021-01-22 23:02:49 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
2020-12-02 19:45:31 +00:00
|
|
|
]
|
|
|
|
|
2021-01-30 12:53:44 +00:00
|
|
|
[[package]]
|
|
|
|
name = "atty"
|
|
|
|
version = "0.2.14"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
|
|
|
|
dependencies = [
|
|
|
|
"hermit-abi",
|
|
|
|
"libc",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2019-03-16 15:30:10 +00:00
|
|
|
[[package]]
|
2021-01-22 23:02:49 +00:00
|
|
|
name = "autocfg"
|
|
|
|
version = "1.0.1"
|
2019-03-16 15:30:10 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-22 23:02:49 +00:00
|
|
|
checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a"
|
2019-03-16 15:30:10 +00:00
|
|
|
|
2020-11-27 07:02:53 +00:00
|
|
|
[[package]]
|
|
|
|
name = "base64"
|
|
|
|
version = "0.13.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-22 23:02:49 +00:00
|
|
|
checksum = "904dfeac50f3cdaba28fc6f57fdcddb75f49ed61346676a78c4ffe55877802fd"
|
2020-11-27 07:02:53 +00:00
|
|
|
|
2019-03-20 13:30:10 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bindgen"
|
2021-01-22 23:02:49 +00:00
|
|
|
version = "0.56.0"
|
2019-03-20 13:30:10 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-22 23:02:49 +00:00
|
|
|
checksum = "2da379dbebc0b76ef63ca68d8fc6e71c0f13e59432e0987e508c1820e6ab5239"
|
2019-03-20 13:30:10 +00:00
|
|
|
dependencies = [
|
2021-01-31 02:50:20 +00:00
|
|
|
"bitflags",
|
2021-01-22 23:02:49 +00:00
|
|
|
"cexpr",
|
|
|
|
"clang-sys",
|
|
|
|
"lazy_static",
|
|
|
|
"lazycell",
|
|
|
|
"peeking_take_while",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"regex",
|
|
|
|
"rustc-hash",
|
|
|
|
"shlex",
|
2019-03-20 13:30:10 +00:00
|
|
|
]
|
|
|
|
|
2019-03-16 15:30:10 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
2020-07-22 14:26:08 +00:00
|
|
|
version = "1.2.1"
|
2019-03-16 15:30:10 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-22 23:02:49 +00:00
|
|
|
checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693"
|
2019-03-16 15:30:10 +00:00
|
|
|
|
2021-02-19 23:17:18 +00:00
|
|
|
[[package]]
|
2021-02-13 18:10:34 +00:00
|
|
|
name = "block-buffer"
|
|
|
|
version = "0.9.0"
|
2021-02-19 23:17:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-13 18:10:34 +00:00
|
|
|
checksum = "4152116fd6e9dadb291ae18fc1ec3575ed6d84c29642d97890f4b4a3417297e4"
|
2021-02-19 23:17:18 +00:00
|
|
|
dependencies = [
|
2021-02-21 18:38:49 +00:00
|
|
|
"generic-array",
|
2021-02-19 23:17:18 +00:00
|
|
|
]
|
|
|
|
|
2020-12-02 19:45:31 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bumpalo"
|
2021-06-30 19:39:55 +00:00
|
|
|
version = "3.7.0"
|
2020-12-02 19:45:31 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-30 19:39:55 +00:00
|
|
|
checksum = "9c59e7af012c713f529e7a3ee57ce9b31ddd858d4b512923602f74608b009631"
|
2020-12-02 19:45:31 +00:00
|
|
|
|
2019-03-16 15:30:10 +00:00
|
|
|
[[package]]
|
|
|
|
name = "byteorder"
|
2021-05-01 09:01:32 +00:00
|
|
|
version = "1.4.3"
|
2019-03-16 15:30:10 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-01 09:01:32 +00:00
|
|
|
checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
|
2019-07-08 08:08:32 +00:00
|
|
|
|
2020-12-02 19:45:31 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bytes"
|
2021-01-22 23:02:49 +00:00
|
|
|
version = "1.0.1"
|
2020-12-02 19:45:31 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-22 23:02:49 +00:00
|
|
|
checksum = "b700ce4376041dcd0a327fd0097c41095743c4c8af8887265942faf1100bd040"
|
2020-12-02 19:45:31 +00:00
|
|
|
|
2019-03-16 15:30:10 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cc"
|
2021-08-20 20:13:39 +00:00
|
|
|
version = "1.0.69"
|
2020-12-02 19:45:31 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-20 20:13:39 +00:00
|
|
|
checksum = "e70cc2f62c6ce1868963827bd677764c62d07c3d9a3e1fb1177ee1a9ab199eb2"
|
2021-03-19 21:28:55 +00:00
|
|
|
dependencies = [
|
|
|
|
"jobserver",
|
|
|
|
]
|
2020-12-02 19:45:31 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cesu8"
|
|
|
|
version = "1.1.0"
|
2019-03-16 15:30:10 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-22 23:02:49 +00:00
|
|
|
checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c"
|
2019-03-16 15:30:10 +00:00
|
|
|
|
2019-03-20 13:30:10 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cexpr"
|
2020-07-22 14:26:08 +00:00
|
|
|
version = "0.4.0"
|
2019-03-20 13:30:10 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-22 23:02:49 +00:00
|
|
|
checksum = "f4aedb84272dbe89af497cf81375129abda4fc0a9e7c5d317498c15cc30c0d27"
|
2019-03-20 13:30:10 +00:00
|
|
|
dependencies = [
|
2021-01-22 23:02:49 +00:00
|
|
|
"nom",
|
2019-03-20 13:30:10 +00:00
|
|
|
]
|
|
|
|
|
2019-03-16 15:30:10 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cfg-if"
|
2020-07-22 14:26:08 +00:00
|
|
|
version = "0.1.10"
|
2019-03-16 15:30:10 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-22 23:02:49 +00:00
|
|
|
checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
|
2019-03-16 15:30:10 +00:00
|
|
|
|
2020-12-02 19:45:31 +00:00
|
|
|
[[package]]
|
|
|
|
name = "cfg-if"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-22 23:02:49 +00:00
|
|
|
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
2020-12-02 19:45:31 +00:00
|
|
|
|
2019-03-20 13:30:10 +00:00
|
|
|
[[package]]
|
2019-07-08 08:08:32 +00:00
|
|
|
name = "chrono"
|
2021-01-22 23:02:49 +00:00
|
|
|
version = "0.4.19"
|
2019-03-20 13:30:10 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-22 23:02:49 +00:00
|
|
|
checksum = "670ad68c9088c2a963aaa298cb369688cf3f9465ce5e2d4ca10e6e0098a1ce73"
|
2019-03-20 13:30:10 +00:00
|
|
|
dependencies = [
|
2021-01-22 23:02:49 +00:00
|
|
|
"libc",
|
|
|
|
"num-integer",
|
|
|
|
"num-traits",
|
2021-03-19 21:28:55 +00:00
|
|
|
"time",
|
2021-01-22 23:02:49 +00:00
|
|
|
"winapi",
|
2019-03-20 13:30:10 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2021-01-22 23:02:49 +00:00
|
|
|
name = "cipher"
|
|
|
|
version = "0.2.5"
|
2019-03-20 13:30:10 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-22 23:02:49 +00:00
|
|
|
checksum = "12f8e7987cbd042a63249497f41aed09f8e65add917ea6566effbc56578d6801"
|
2019-03-20 13:30:10 +00:00
|
|
|
dependencies = [
|
2021-02-21 18:38:49 +00:00
|
|
|
"generic-array",
|
2019-03-20 13:30:10 +00:00
|
|
|
]
|
|
|
|
|
2019-03-16 15:30:10 +00:00
|
|
|
[[package]]
|
2021-01-22 23:02:49 +00:00
|
|
|
name = "clang-sys"
|
2021-05-01 09:01:32 +00:00
|
|
|
version = "1.2.0"
|
2019-03-16 15:30:10 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-01 09:01:32 +00:00
|
|
|
checksum = "853eda514c284c2287f4bf20ae614f8781f40a81d32ecda6e91449304dfe077c"
|
2019-03-16 15:30:10 +00:00
|
|
|
dependencies = [
|
2021-01-22 23:02:49 +00:00
|
|
|
"glob",
|
|
|
|
"libc",
|
2021-02-23 13:45:01 +00:00
|
|
|
"libloading 0.7.0",
|
2020-12-02 19:45:31 +00:00
|
|
|
]
|
|
|
|
|
2021-03-12 15:39:58 +00:00
|
|
|
[[package]]
|
|
|
|
name = "colored"
|
|
|
|
version = "1.9.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f4ffc801dacf156c5854b9df4f425a626539c3a6ef7893cc0c5084a23f0b6c59"
|
|
|
|
dependencies = [
|
|
|
|
"atty",
|
|
|
|
"lazy_static",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2020-12-02 19:45:31 +00:00
|
|
|
[[package]]
|
|
|
|
name = "combine"
|
2021-06-30 19:39:55 +00:00
|
|
|
version = "4.6.0"
|
2020-12-02 19:45:31 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-30 19:39:55 +00:00
|
|
|
checksum = "a2d47c1b11006b87e492b53b313bb699ce60e16613c4dddaa91f8f7c220ab2fa"
|
2020-12-02 19:45:31 +00:00
|
|
|
dependencies = [
|
2021-01-22 23:02:49 +00:00
|
|
|
"bytes",
|
|
|
|
"memchr",
|
2019-03-20 13:30:10 +00:00
|
|
|
]
|
|
|
|
|
2020-12-02 19:45:31 +00:00
|
|
|
[[package]]
|
|
|
|
name = "core-foundation-sys"
|
2021-08-20 20:13:39 +00:00
|
|
|
version = "0.8.2"
|
2020-12-02 19:45:31 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-20 20:13:39 +00:00
|
|
|
checksum = "ea221b5284a47e40033bf9b66f35f984ec0ea2931eb03505246cd27a963f981b"
|
2020-12-02 19:45:31 +00:00
|
|
|
|
2019-03-20 13:30:10 +00:00
|
|
|
[[package]]
|
|
|
|
name = "coreaudio-rs"
|
2021-03-19 21:28:55 +00:00
|
|
|
version = "0.10.0"
|
2019-03-20 13:30:10 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-19 21:28:55 +00:00
|
|
|
checksum = "11894b20ebfe1ff903cbdc52259693389eea03b94918a2def2c30c3bf227ad88"
|
2019-03-20 13:30:10 +00:00
|
|
|
dependencies = [
|
2021-01-31 02:50:20 +00:00
|
|
|
"bitflags",
|
2021-01-22 23:02:49 +00:00
|
|
|
"coreaudio-sys",
|
2019-03-20 13:30:10 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "coreaudio-sys"
|
2021-01-22 23:02:49 +00:00
|
|
|
version = "0.2.8"
|
2019-03-20 13:30:10 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-22 23:02:49 +00:00
|
|
|
checksum = "2b7e3347be6a09b46aba228d6608386739fb70beff4f61e07422da87b0bb31fa"
|
2019-03-20 13:30:10 +00:00
|
|
|
dependencies = [
|
2021-01-22 23:02:49 +00:00
|
|
|
"bindgen",
|
2019-03-20 13:30:10 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cpal"
|
2021-08-20 20:13:39 +00:00
|
|
|
version = "0.13.4"
|
2019-03-20 13:30:10 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-20 20:13:39 +00:00
|
|
|
checksum = "98f45f0a21f617cd2c788889ef710b63f075c949259593ea09c826f1e47a2418"
|
2019-03-20 13:30:10 +00:00
|
|
|
dependencies = [
|
2021-01-31 02:50:20 +00:00
|
|
|
"alsa",
|
2021-01-22 23:02:49 +00:00
|
|
|
"core-foundation-sys",
|
|
|
|
"coreaudio-rs",
|
2021-08-20 20:13:39 +00:00
|
|
|
"jack",
|
2021-03-19 21:28:55 +00:00
|
|
|
"jni",
|
2021-01-22 23:02:49 +00:00
|
|
|
"js-sys",
|
|
|
|
"lazy_static",
|
|
|
|
"libc",
|
|
|
|
"mach",
|
2021-08-20 20:13:39 +00:00
|
|
|
"ndk 0.3.0",
|
|
|
|
"ndk-glue 0.3.0",
|
2021-01-31 02:50:20 +00:00
|
|
|
"nix",
|
2021-01-22 23:02:49 +00:00
|
|
|
"oboe",
|
|
|
|
"parking_lot",
|
2021-03-19 21:28:55 +00:00
|
|
|
"stdweb",
|
2021-01-22 23:02:49 +00:00
|
|
|
"thiserror",
|
|
|
|
"web-sys",
|
|
|
|
"winapi",
|
2019-03-20 13:30:10 +00:00
|
|
|
]
|
|
|
|
|
2021-02-13 18:10:34 +00:00
|
|
|
[[package]]
|
2021-05-08 22:46:35 +00:00
|
|
|
name = "cpufeatures"
|
2021-06-30 19:39:55 +00:00
|
|
|
version = "0.1.5"
|
2021-02-13 18:10:34 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-30 19:39:55 +00:00
|
|
|
checksum = "66c99696f6c9dd7f35d486b9d04d7e6e202aa3e8c40d553f2fdf5e7e0c6a71ef"
|
2021-05-08 22:46:35 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
2021-02-13 18:10:34 +00:00
|
|
|
|
2019-03-16 15:30:10 +00:00
|
|
|
[[package]]
|
|
|
|
name = "crypto-mac"
|
2021-08-20 20:13:39 +00:00
|
|
|
version = "0.11.1"
|
2019-03-16 15:30:10 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-20 20:13:39 +00:00
|
|
|
checksum = "b1d1a86f49236c215f271d40892d5fc950490551400b02ef360692c29815c714"
|
2019-03-16 15:30:10 +00:00
|
|
|
dependencies = [
|
2021-02-21 18:38:49 +00:00
|
|
|
"generic-array",
|
2021-01-22 23:02:49 +00:00
|
|
|
"subtle",
|
2019-03-16 15:30:10 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ctr"
|
2021-01-22 23:02:49 +00:00
|
|
|
version = "0.6.0"
|
2019-03-16 15:30:10 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-22 23:02:49 +00:00
|
|
|
checksum = "fb4a30d54f7443bf3d6191dcd486aca19e67cb3c49fa7a06a319966346707e7f"
|
2019-03-16 15:30:10 +00:00
|
|
|
dependencies = [
|
2021-01-22 23:02:49 +00:00
|
|
|
"cipher",
|
2019-03-16 15:30:10 +00:00
|
|
|
]
|
|
|
|
|
2020-12-02 19:45:31 +00:00
|
|
|
[[package]]
|
|
|
|
name = "darling"
|
|
|
|
version = "0.10.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-22 23:02:49 +00:00
|
|
|
checksum = "0d706e75d87e35569db781a9b5e2416cff1236a47ed380831f959382ccd5f858"
|
2020-12-02 19:45:31 +00:00
|
|
|
dependencies = [
|
2021-01-22 23:02:49 +00:00
|
|
|
"darling_core",
|
|
|
|
"darling_macro",
|
2020-12-02 19:45:31 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "darling_core"
|
|
|
|
version = "0.10.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-22 23:02:49 +00:00
|
|
|
checksum = "f0c960ae2da4de88a91b2d920c2a7233b400bc33cb28453a2987822d8392519b"
|
2020-12-02 19:45:31 +00:00
|
|
|
dependencies = [
|
2021-01-22 23:02:49 +00:00
|
|
|
"fnv",
|
|
|
|
"ident_case",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"strsim",
|
|
|
|
"syn",
|
2020-12-02 19:45:31 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "darling_macro"
|
|
|
|
version = "0.10.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-22 23:02:49 +00:00
|
|
|
checksum = "d9b5a2f4ac4969822c62224815d069952656cadc7084fdca9751e6d959189b72"
|
2020-12-02 19:45:31 +00:00
|
|
|
dependencies = [
|
2021-01-22 23:02:49 +00:00
|
|
|
"darling_core",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
2020-12-02 19:45:31 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "derivative"
|
2021-02-10 20:51:33 +00:00
|
|
|
version = "2.2.0"
|
2020-12-02 19:45:31 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-10 20:51:33 +00:00
|
|
|
checksum = "fcc3dd5e9e9c0b295d6e1e4d811fb6f157d5ffd784b8d202fc62eac8035a770b"
|
2020-12-02 19:45:31 +00:00
|
|
|
dependencies = [
|
2021-01-22 23:02:49 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
2020-12-02 19:45:31 +00:00
|
|
|
]
|
|
|
|
|
2021-02-13 18:10:34 +00:00
|
|
|
[[package]]
|
|
|
|
name = "digest"
|
|
|
|
version = "0.9.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d3dd60d1080a57a05ab032377049e0591415d2b31afd7028356dbf3cc6dcb066"
|
|
|
|
dependencies = [
|
2021-02-21 18:38:49 +00:00
|
|
|
"generic-array",
|
2019-03-16 15:30:10 +00:00
|
|
|
]
|
|
|
|
|
2021-02-19 23:17:18 +00:00
|
|
|
[[package]]
|
|
|
|
name = "dns-sd"
|
|
|
|
version = "0.1.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d748509dea20228f63ba519bf142ce2593396386125b01f5b0d6412dab972087"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"pkg-config",
|
|
|
|
]
|
|
|
|
|
2020-12-02 19:45:31 +00:00
|
|
|
[[package]]
|
|
|
|
name = "either"
|
|
|
|
version = "1.6.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-22 23:02:49 +00:00
|
|
|
checksum = "e78d4f1cc4ae33bbfc157ed5d5a5ef3bc29227303d595861deb238fcec4e9457"
|
2019-05-03 05:40:13 +00:00
|
|
|
|
2021-01-30 12:53:44 +00:00
|
|
|
[[package]]
|
|
|
|
name = "env_logger"
|
2021-06-30 19:39:55 +00:00
|
|
|
version = "0.8.4"
|
2021-01-30 12:53:44 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-30 19:39:55 +00:00
|
|
|
checksum = "a19187fea3ac7e84da7dacf48de0c45d63c6a76f9490dae389aead16c243fce3"
|
2021-01-30 12:53:44 +00:00
|
|
|
dependencies = [
|
|
|
|
"atty",
|
|
|
|
"humantime",
|
|
|
|
"log",
|
|
|
|
"regex",
|
|
|
|
"termcolor",
|
|
|
|
]
|
|
|
|
|
2019-03-16 15:30:10 +00:00
|
|
|
[[package]]
|
|
|
|
name = "fnv"
|
2020-07-22 14:26:08 +00:00
|
|
|
version = "1.0.7"
|
2019-03-16 15:30:10 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-22 23:02:49 +00:00
|
|
|
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
|
2019-03-16 15:30:10 +00:00
|
|
|
|
2020-12-02 19:45:31 +00:00
|
|
|
[[package]]
|
|
|
|
name = "form_urlencoded"
|
2021-02-19 23:17:18 +00:00
|
|
|
version = "1.0.1"
|
2020-12-02 19:45:31 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-19 23:17:18 +00:00
|
|
|
checksum = "5fc25a87fa4fd2094bffb06925852034d90a17f0d1e05197d4956d3555752191"
|
2020-12-02 19:45:31 +00:00
|
|
|
dependencies = [
|
2021-01-22 23:02:49 +00:00
|
|
|
"matches",
|
2021-02-22 10:26:12 +00:00
|
|
|
"percent-encoding",
|
2020-12-02 19:45:31 +00:00
|
|
|
]
|
|
|
|
|
2021-03-17 20:24:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "futures"
|
2021-08-20 20:13:39 +00:00
|
|
|
version = "0.3.16"
|
2021-03-17 20:24:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-20 20:13:39 +00:00
|
|
|
checksum = "1adc00f486adfc9ce99f77d717836f0c5aa84965eb0b4f051f4e83f7cab53f8b"
|
2021-03-17 20:24:28 +00:00
|
|
|
dependencies = [
|
|
|
|
"futures-channel",
|
|
|
|
"futures-core",
|
|
|
|
"futures-executor",
|
|
|
|
"futures-io",
|
|
|
|
"futures-sink",
|
|
|
|
"futures-task",
|
|
|
|
"futures-util",
|
|
|
|
]
|
|
|
|
|
2020-07-25 01:52:37 +00:00
|
|
|
[[package]]
|
|
|
|
name = "futures-channel"
|
2021-08-20 20:13:39 +00:00
|
|
|
version = "0.3.16"
|
2020-07-25 01:52:37 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-20 20:13:39 +00:00
|
|
|
checksum = "74ed2411805f6e4e3d9bc904c95d5d423b89b3b25dc0250aa74729de20629ff9"
|
2020-07-25 01:52:37 +00:00
|
|
|
dependencies = [
|
2021-01-22 23:02:49 +00:00
|
|
|
"futures-core",
|
2021-03-17 20:24:28 +00:00
|
|
|
"futures-sink",
|
2020-07-25 01:52:37 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-core"
|
2021-08-20 20:13:39 +00:00
|
|
|
version = "0.3.16"
|
2020-07-25 01:52:37 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-20 20:13:39 +00:00
|
|
|
checksum = "af51b1b4a7fdff033703db39de8802c673eb91855f2e0d47dcf3bf2c0ef01f99"
|
2020-07-25 01:52:37 +00:00
|
|
|
|
2019-03-16 15:30:10 +00:00
|
|
|
[[package]]
|
2021-01-22 23:02:49 +00:00
|
|
|
name = "futures-executor"
|
2021-08-20 20:13:39 +00:00
|
|
|
version = "0.3.16"
|
2019-03-16 15:30:10 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-20 20:13:39 +00:00
|
|
|
checksum = "4d0d535a57b87e1ae31437b892713aee90cd2d7b0ee48727cd11fc72ef54761c"
|
2019-03-16 15:30:10 +00:00
|
|
|
dependencies = [
|
2021-01-22 23:02:49 +00:00
|
|
|
"futures-core",
|
|
|
|
"futures-task",
|
|
|
|
"futures-util",
|
2019-03-16 15:30:10 +00:00
|
|
|
]
|
|
|
|
|
2021-03-17 20:24:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "futures-io"
|
2021-08-20 20:13:39 +00:00
|
|
|
version = "0.3.16"
|
2021-03-17 20:24:28 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-20 20:13:39 +00:00
|
|
|
checksum = "0b0e06c393068f3a6ef246c75cdca793d6a46347e75286933e5e75fd2fd11582"
|
2021-03-17 20:24:28 +00:00
|
|
|
|
2020-07-25 01:52:37 +00:00
|
|
|
[[package]]
|
|
|
|
name = "futures-macro"
|
2021-08-20 20:13:39 +00:00
|
|
|
version = "0.3.16"
|
2020-07-25 01:52:37 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-20 20:13:39 +00:00
|
|
|
checksum = "c54913bae956fb8df7f4dc6fc90362aa72e69148e3f39041fbe8742d21e0ac57"
|
2020-07-25 01:52:37 +00:00
|
|
|
dependencies = [
|
2021-05-12 06:30:01 +00:00
|
|
|
"autocfg",
|
2021-01-22 23:02:49 +00:00
|
|
|
"proc-macro-hack",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
2020-07-25 01:52:37 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-sink"
|
2021-08-20 20:13:39 +00:00
|
|
|
version = "0.3.16"
|
2020-07-25 01:52:37 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-20 20:13:39 +00:00
|
|
|
checksum = "c0f30aaa67363d119812743aa5f33c201a7a66329f97d1a887022971feea4b53"
|
2020-07-25 01:52:37 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-task"
|
2021-08-20 20:13:39 +00:00
|
|
|
version = "0.3.16"
|
2020-07-25 01:52:37 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-20 20:13:39 +00:00
|
|
|
checksum = "bbe54a98670017f3be909561f6ad13e810d9a51f3f061b902062ca3da80799f2"
|
2020-07-25 01:52:37 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "futures-util"
|
2021-08-20 20:13:39 +00:00
|
|
|
version = "0.3.16"
|
2020-07-25 01:52:37 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-20 20:13:39 +00:00
|
|
|
checksum = "67eb846bfd58e44a8481a00049e82c43e0ccb5d61f8dc071057cb19249dd4d78"
|
2020-07-25 01:52:37 +00:00
|
|
|
dependencies = [
|
2021-05-12 06:30:01 +00:00
|
|
|
"autocfg",
|
2021-03-17 20:24:28 +00:00
|
|
|
"futures-channel",
|
2021-01-22 23:02:49 +00:00
|
|
|
"futures-core",
|
2021-03-17 20:24:28 +00:00
|
|
|
"futures-io",
|
2021-01-22 23:02:49 +00:00
|
|
|
"futures-macro",
|
|
|
|
"futures-sink",
|
|
|
|
"futures-task",
|
2021-03-17 20:24:28 +00:00
|
|
|
"memchr",
|
2021-01-22 23:02:49 +00:00
|
|
|
"pin-project-lite",
|
|
|
|
"pin-utils",
|
|
|
|
"proc-macro-hack",
|
|
|
|
"proc-macro-nested",
|
|
|
|
"slab",
|
2020-07-25 01:52:37 +00:00
|
|
|
]
|
|
|
|
|
2019-03-16 15:30:10 +00:00
|
|
|
[[package]]
|
2021-01-22 23:02:49 +00:00
|
|
|
name = "generic-array"
|
|
|
|
version = "0.14.4"
|
2019-03-16 15:30:10 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-22 23:02:49 +00:00
|
|
|
checksum = "501466ecc8a30d1d3b7fc9229b122b2ce8ed6e9d9223f1138d4babb253e51817"
|
2019-03-16 15:30:10 +00:00
|
|
|
dependencies = [
|
2021-01-22 23:02:49 +00:00
|
|
|
"typenum",
|
|
|
|
"version_check",
|
2019-03-16 15:30:10 +00:00
|
|
|
]
|
|
|
|
|
2021-02-21 10:08:34 +00:00
|
|
|
[[package]]
|
|
|
|
name = "getopts"
|
|
|
|
version = "0.2.21"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "14dbbfd5c71d70241ecf9e6f13737f7b5ce823821063188d7e46c41d371eebd5"
|
|
|
|
dependencies = [
|
|
|
|
"unicode-width",
|
|
|
|
]
|
|
|
|
|
2021-01-22 23:02:49 +00:00
|
|
|
[[package]]
|
|
|
|
name = "getrandom"
|
2021-05-28 08:55:05 +00:00
|
|
|
version = "0.2.3"
|
2021-01-22 23:02:49 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-28 08:55:05 +00:00
|
|
|
checksum = "7fcd999463524c52659517fe2cea98493cfe485d10565e7b0fb07dbba7ad2753"
|
2021-01-22 23:02:49 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"libc",
|
2021-02-21 18:38:49 +00:00
|
|
|
"wasi",
|
2019-07-08 08:08:32 +00:00
|
|
|
]
|
|
|
|
|
2020-07-25 01:52:37 +00:00
|
|
|
[[package]]
|
|
|
|
name = "glib"
|
2020-11-27 04:02:48 +00:00
|
|
|
version = "0.10.3"
|
2020-07-25 01:52:37 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-22 23:02:49 +00:00
|
|
|
checksum = "0c685013b7515e668f1b57a165b009d4d28cb139a8a989bbd699c10dad29d0c5"
|
2020-07-25 01:52:37 +00:00
|
|
|
dependencies = [
|
2021-01-31 02:50:20 +00:00
|
|
|
"bitflags",
|
2021-01-22 23:02:49 +00:00
|
|
|
"futures-channel",
|
|
|
|
"futures-core",
|
|
|
|
"futures-executor",
|
|
|
|
"futures-task",
|
|
|
|
"futures-util",
|
|
|
|
"glib-macros",
|
|
|
|
"glib-sys",
|
|
|
|
"gobject-sys",
|
|
|
|
"libc",
|
|
|
|
"once_cell",
|
2020-11-27 04:02:48 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "glib-macros"
|
|
|
|
version = "0.10.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-22 23:02:49 +00:00
|
|
|
checksum = "41486a26d1366a8032b160b59065a59fb528530a46a49f627e7048fb8c064039"
|
2020-11-27 04:02:48 +00:00
|
|
|
dependencies = [
|
2021-01-22 23:02:49 +00:00
|
|
|
"anyhow",
|
|
|
|
"heck",
|
|
|
|
"itertools",
|
2021-08-20 20:13:39 +00:00
|
|
|
"proc-macro-crate 0.1.5",
|
2021-01-22 23:02:49 +00:00
|
|
|
"proc-macro-error",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
2020-07-25 01:52:37 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "glib-sys"
|
2020-11-27 04:02:48 +00:00
|
|
|
version = "0.10.1"
|
2020-07-25 01:52:37 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-22 23:02:49 +00:00
|
|
|
checksum = "c7e9b997a66e9a23d073f2b1abb4dbfc3925e0b8952f67efd8d9b6e168e4cdc1"
|
2020-07-25 01:52:37 +00:00
|
|
|
dependencies = [
|
2021-01-22 23:02:49 +00:00
|
|
|
"libc",
|
|
|
|
"system-deps",
|
2020-07-25 01:52:37 +00:00
|
|
|
]
|
|
|
|
|
2019-03-20 13:30:10 +00:00
|
|
|
[[package]]
|
|
|
|
name = "glob"
|
2020-03-01 16:37:30 +00:00
|
|
|
version = "0.3.0"
|
2019-03-20 13:30:10 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-22 23:02:49 +00:00
|
|
|
checksum = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574"
|
2019-03-20 13:30:10 +00:00
|
|
|
|
2020-07-25 01:52:37 +00:00
|
|
|
[[package]]
|
|
|
|
name = "gobject-sys"
|
2020-11-27 04:02:48 +00:00
|
|
|
version = "0.10.0"
|
2020-07-25 01:52:37 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-22 23:02:49 +00:00
|
|
|
checksum = "952133b60c318a62bf82ee75b93acc7e84028a093e06b9e27981c2b6fe68218c"
|
2020-07-25 01:52:37 +00:00
|
|
|
dependencies = [
|
2021-01-22 23:02:49 +00:00
|
|
|
"glib-sys",
|
|
|
|
"libc",
|
|
|
|
"system-deps",
|
2020-07-25 01:52:37 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gstreamer"
|
2021-02-19 23:17:18 +00:00
|
|
|
version = "0.16.7"
|
2020-07-25 01:52:37 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-19 23:17:18 +00:00
|
|
|
checksum = "9ff5d0f7ff308ae37e6eb47b6ded17785bdea06e438a708cd09e0288c1862f33"
|
2020-07-25 01:52:37 +00:00
|
|
|
dependencies = [
|
2021-01-31 02:50:20 +00:00
|
|
|
"bitflags",
|
2021-01-22 23:02:49 +00:00
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"futures-channel",
|
|
|
|
"futures-core",
|
|
|
|
"futures-util",
|
|
|
|
"glib",
|
|
|
|
"glib-sys",
|
|
|
|
"gobject-sys",
|
|
|
|
"gstreamer-sys",
|
|
|
|
"libc",
|
|
|
|
"muldiv",
|
|
|
|
"num-rational",
|
|
|
|
"once_cell",
|
|
|
|
"paste",
|
|
|
|
"pretty-hex",
|
|
|
|
"thiserror",
|
2020-07-25 01:52:37 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gstreamer-app"
|
2020-11-27 04:02:48 +00:00
|
|
|
version = "0.16.5"
|
2020-07-25 01:52:37 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-22 23:02:49 +00:00
|
|
|
checksum = "cc80888271338c3ede875d8cafc452eb207476ff5539dcbe0018a8f5b827af0e"
|
2020-07-25 01:52:37 +00:00
|
|
|
dependencies = [
|
2021-01-31 02:50:20 +00:00
|
|
|
"bitflags",
|
2021-01-22 23:02:49 +00:00
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
|
|
|
"glib",
|
|
|
|
"glib-sys",
|
|
|
|
"gobject-sys",
|
|
|
|
"gstreamer",
|
|
|
|
"gstreamer-app-sys",
|
|
|
|
"gstreamer-base",
|
|
|
|
"gstreamer-sys",
|
|
|
|
"libc",
|
|
|
|
"once_cell",
|
2020-07-25 01:52:37 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gstreamer-app-sys"
|
2020-11-27 04:02:48 +00:00
|
|
|
version = "0.9.1"
|
2020-07-25 01:52:37 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-22 23:02:49 +00:00
|
|
|
checksum = "813f64275c9e7b33b828b9efcf9dfa64b95996766d4de996e84363ac65b87e3d"
|
2020-07-25 01:52:37 +00:00
|
|
|
dependencies = [
|
2021-01-22 23:02:49 +00:00
|
|
|
"glib-sys",
|
|
|
|
"gstreamer-base-sys",
|
|
|
|
"gstreamer-sys",
|
|
|
|
"libc",
|
|
|
|
"system-deps",
|
2020-07-25 01:52:37 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gstreamer-base"
|
2020-11-27 04:02:48 +00:00
|
|
|
version = "0.16.5"
|
2020-07-25 01:52:37 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-22 23:02:49 +00:00
|
|
|
checksum = "bafd01c56f59cb10f4b5a10f97bb4bdf8c2b2784ae5b04da7e2d400cf6e6afcf"
|
2020-07-25 01:52:37 +00:00
|
|
|
dependencies = [
|
2021-01-31 02:50:20 +00:00
|
|
|
"bitflags",
|
2021-01-22 23:02:49 +00:00
|
|
|
"glib",
|
|
|
|
"glib-sys",
|
|
|
|
"gobject-sys",
|
|
|
|
"gstreamer",
|
|
|
|
"gstreamer-base-sys",
|
|
|
|
"gstreamer-sys",
|
|
|
|
"libc",
|
2020-07-25 01:52:37 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gstreamer-base-sys"
|
2020-11-27 04:02:48 +00:00
|
|
|
version = "0.9.1"
|
2020-07-25 01:52:37 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-22 23:02:49 +00:00
|
|
|
checksum = "a4b7b6dc2d6e160a1ae28612f602bd500b3fa474ce90bf6bb2f08072682beef5"
|
2020-07-25 01:52:37 +00:00
|
|
|
dependencies = [
|
2021-01-22 23:02:49 +00:00
|
|
|
"glib-sys",
|
|
|
|
"gobject-sys",
|
|
|
|
"gstreamer-sys",
|
|
|
|
"libc",
|
|
|
|
"system-deps",
|
2020-07-25 01:52:37 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "gstreamer-sys"
|
2020-11-27 04:02:48 +00:00
|
|
|
version = "0.9.1"
|
2020-07-25 01:52:37 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-22 23:02:49 +00:00
|
|
|
checksum = "fc1f154082d01af5718c5f8a8eb4f565a4ea5586ad8833a8fc2c2aa6844b601d"
|
2020-07-25 01:52:37 +00:00
|
|
|
dependencies = [
|
2021-01-22 23:02:49 +00:00
|
|
|
"glib-sys",
|
|
|
|
"gobject-sys",
|
|
|
|
"libc",
|
|
|
|
"system-deps",
|
2020-11-27 04:02:48 +00:00
|
|
|
]
|
|
|
|
|
2021-03-19 22:09:38 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hashbrown"
|
2021-06-30 19:39:55 +00:00
|
|
|
version = "0.11.2"
|
2021-03-19 22:09:38 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-30 19:39:55 +00:00
|
|
|
checksum = "ab5ef0d4909ef3724cc8cce6ccc8572c5c817592e9285f5464f8e86f8bd3726e"
|
2021-03-19 22:09:38 +00:00
|
|
|
|
2020-11-27 04:02:48 +00:00
|
|
|
[[package]]
|
2021-03-17 20:24:28 +00:00
|
|
|
name = "headers"
|
|
|
|
version = "0.3.4"
|
2020-11-27 04:02:48 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-17 20:24:28 +00:00
|
|
|
checksum = "f0b7591fb62902706ae8e7aaff416b1b0fa2c0fd0878b46dc13baa3712d8a855"
|
2020-11-27 04:02:48 +00:00
|
|
|
dependencies = [
|
2021-03-17 20:24:28 +00:00
|
|
|
"base64",
|
|
|
|
"bitflags",
|
2021-01-22 23:02:49 +00:00
|
|
|
"bytes",
|
2021-03-17 20:24:28 +00:00
|
|
|
"headers-core",
|
2021-01-22 23:02:49 +00:00
|
|
|
"http",
|
2021-03-17 20:24:28 +00:00
|
|
|
"mime",
|
|
|
|
"sha-1",
|
2021-04-10 08:27:24 +00:00
|
|
|
"time",
|
2020-07-25 01:52:37 +00:00
|
|
|
]
|
|
|
|
|
2020-07-22 14:26:08 +00:00
|
|
|
[[package]]
|
2021-03-17 20:24:28 +00:00
|
|
|
name = "headers-core"
|
|
|
|
version = "0.2.0"
|
2020-07-22 14:26:08 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-17 20:24:28 +00:00
|
|
|
checksum = "e7f66481bfee273957b1f20485a4ff3362987f85b2c236580d81b4eb7a326429"
|
|
|
|
dependencies = [
|
|
|
|
"http",
|
|
|
|
]
|
2021-01-22 23:02:49 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "heck"
|
2021-06-30 19:39:55 +00:00
|
|
|
version = "0.3.3"
|
2021-01-22 23:02:49 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-30 19:39:55 +00:00
|
|
|
checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
|
2020-07-22 14:26:08 +00:00
|
|
|
dependencies = [
|
2021-01-22 23:02:49 +00:00
|
|
|
"unicode-segmentation",
|
2020-07-22 14:26:08 +00:00
|
|
|
]
|
|
|
|
|
2019-03-16 15:30:10 +00:00
|
|
|
[[package]]
|
2021-01-22 23:02:49 +00:00
|
|
|
name = "hermit-abi"
|
2021-06-30 19:39:55 +00:00
|
|
|
version = "0.1.19"
|
2019-03-16 15:30:10 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-30 19:39:55 +00:00
|
|
|
checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
|
2021-01-22 23:02:49 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
2019-03-16 15:30:10 +00:00
|
|
|
|
2021-02-21 10:08:34 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hex"
|
2021-05-01 09:01:32 +00:00
|
|
|
version = "0.4.3"
|
2021-02-21 10:08:34 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-01 09:01:32 +00:00
|
|
|
checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
|
2021-02-21 10:08:34 +00:00
|
|
|
|
2019-03-16 15:30:10 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hmac"
|
2021-05-01 08:46:34 +00:00
|
|
|
version = "0.11.0"
|
2019-03-16 15:30:10 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-01 08:46:34 +00:00
|
|
|
checksum = "2a2a2320eb7ec0ebe8da8f744d7812d9fc4cb4d09344ac01898dbcb6a20ae69b"
|
2019-03-16 15:30:10 +00:00
|
|
|
dependencies = [
|
2021-01-22 23:02:49 +00:00
|
|
|
"crypto-mac",
|
2021-02-21 18:38:49 +00:00
|
|
|
"digest",
|
2019-03-16 15:30:10 +00:00
|
|
|
]
|
|
|
|
|
2021-02-19 23:17:18 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hostname"
|
|
|
|
version = "0.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3c731c3e10504cc8ed35cfe2f1db4c9274c3d35fa486e3b31df46f068ef3e867"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"match_cfg",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2020-05-10 11:22:19 +00:00
|
|
|
[[package]]
|
2021-01-22 23:02:49 +00:00
|
|
|
name = "http"
|
2021-05-01 09:01:32 +00:00
|
|
|
version = "0.2.4"
|
2020-05-10 11:22:19 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-01 09:01:32 +00:00
|
|
|
checksum = "527e8c9ac747e28542699a951517aa9a6945af506cd1f2e1b53a576c17b6cc11"
|
2020-05-10 11:22:19 +00:00
|
|
|
dependencies = [
|
2021-01-22 23:02:49 +00:00
|
|
|
"bytes",
|
|
|
|
"fnv",
|
|
|
|
"itoa",
|
2020-05-10 11:22:19 +00:00
|
|
|
]
|
|
|
|
|
2019-03-16 15:30:10 +00:00
|
|
|
[[package]]
|
2021-01-22 23:02:49 +00:00
|
|
|
name = "http-body"
|
2021-08-20 20:13:39 +00:00
|
|
|
version = "0.4.3"
|
2019-03-16 15:30:10 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-20 20:13:39 +00:00
|
|
|
checksum = "399c583b2979440c60be0821a6199eca73bc3c8dcd9d070d75ac726e2c6186e5"
|
2021-01-22 23:02:49 +00:00
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"http",
|
2021-05-01 09:01:32 +00:00
|
|
|
"pin-project-lite",
|
2021-01-22 23:02:49 +00:00
|
|
|
]
|
2019-03-16 15:30:10 +00:00
|
|
|
|
2019-05-03 05:40:13 +00:00
|
|
|
[[package]]
|
2021-01-22 23:02:49 +00:00
|
|
|
name = "httparse"
|
2021-08-20 20:13:39 +00:00
|
|
|
version = "1.5.1"
|
2019-05-03 05:40:13 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-20 20:13:39 +00:00
|
|
|
checksum = "acd94fdbe1d4ff688b67b04eee2e17bd50995534a61539e45adfefb45e5e5503"
|
2019-05-03 05:40:13 +00:00
|
|
|
|
2019-03-16 15:30:10 +00:00
|
|
|
[[package]]
|
2021-01-22 23:02:49 +00:00
|
|
|
name = "httpdate"
|
2021-05-28 08:55:05 +00:00
|
|
|
version = "1.0.1"
|
2019-03-16 15:30:10 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-28 08:55:05 +00:00
|
|
|
checksum = "6456b8a6c8f33fee7d958fcd1b60d55b11940a79e63ae87013e6d22e26034440"
|
2019-03-16 15:30:10 +00:00
|
|
|
|
2021-01-30 12:53:44 +00:00
|
|
|
[[package]]
|
|
|
|
name = "humantime"
|
|
|
|
version = "2.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
|
|
|
|
|
2019-03-16 15:30:10 +00:00
|
|
|
[[package]]
|
2021-01-22 23:02:49 +00:00
|
|
|
name = "hyper"
|
2021-08-20 20:13:39 +00:00
|
|
|
version = "0.14.11"
|
2019-03-16 15:30:10 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-20 20:13:39 +00:00
|
|
|
checksum = "0b61cf2d1aebcf6e6352c97b81dc2244ca29194be1b276f5d8ad5c6330fffb11"
|
2019-03-16 15:30:10 +00:00
|
|
|
dependencies = [
|
2021-01-22 23:02:49 +00:00
|
|
|
"bytes",
|
|
|
|
"futures-channel",
|
|
|
|
"futures-core",
|
|
|
|
"futures-util",
|
|
|
|
"http",
|
|
|
|
"http-body",
|
|
|
|
"httparse",
|
|
|
|
"httpdate",
|
|
|
|
"itoa",
|
2021-06-30 19:39:55 +00:00
|
|
|
"pin-project-lite",
|
2021-01-22 23:02:49 +00:00
|
|
|
"socket2",
|
|
|
|
"tokio",
|
|
|
|
"tower-service",
|
|
|
|
"tracing",
|
|
|
|
"want",
|
2019-03-16 15:30:10 +00:00
|
|
|
]
|
|
|
|
|
2021-03-17 20:24:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "hyper-proxy"
|
|
|
|
version = "0.9.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ca815a891b24fdfb243fa3239c86154392b0953ee584aa1a2a1f66d20cbe75cc"
|
|
|
|
dependencies = [
|
|
|
|
"bytes",
|
|
|
|
"futures",
|
|
|
|
"headers",
|
|
|
|
"http",
|
|
|
|
"hyper",
|
|
|
|
"tokio",
|
|
|
|
"tower-service",
|
|
|
|
]
|
|
|
|
|
2020-12-02 19:45:31 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ident_case"
|
|
|
|
version = "1.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-22 23:02:49 +00:00
|
|
|
checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
|
2020-12-02 19:45:31 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "idna"
|
2021-05-01 09:01:32 +00:00
|
|
|
version = "0.2.3"
|
2020-12-02 19:45:31 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-01 09:01:32 +00:00
|
|
|
checksum = "418a0a6fab821475f634efe3ccc45c013f742efe03d853e8d3355d5cb850ecf8"
|
2020-12-02 19:45:31 +00:00
|
|
|
dependencies = [
|
2021-01-22 23:02:49 +00:00
|
|
|
"matches",
|
|
|
|
"unicode-bidi",
|
|
|
|
"unicode-normalization",
|
2020-12-02 19:45:31 +00:00
|
|
|
]
|
|
|
|
|
2021-02-19 23:17:18 +00:00
|
|
|
[[package]]
|
|
|
|
name = "if-addrs"
|
|
|
|
version = "0.6.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "28538916eb3f3976311f5dfbe67b5362d0add1293d0a9cad17debf86f8e3aa48"
|
|
|
|
dependencies = [
|
|
|
|
"if-addrs-sys",
|
|
|
|
"libc",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "if-addrs-sys"
|
|
|
|
version = "0.3.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "de74b9dd780476e837e5eb5ab7c88b49ed304126e412030a0adba99c8efe79ea"
|
|
|
|
dependencies = [
|
|
|
|
"cc",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2021-03-19 22:09:38 +00:00
|
|
|
[[package]]
|
|
|
|
name = "indexmap"
|
2021-06-30 19:39:55 +00:00
|
|
|
version = "1.7.0"
|
2021-03-19 22:09:38 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-30 19:39:55 +00:00
|
|
|
checksum = "bc633605454125dec4b66843673f01c7df2b89479b32e0ed634e43a91cff62a5"
|
2021-03-19 22:09:38 +00:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
"hashbrown",
|
|
|
|
]
|
|
|
|
|
2020-12-02 19:45:31 +00:00
|
|
|
[[package]]
|
|
|
|
name = "instant"
|
2021-08-20 20:13:39 +00:00
|
|
|
version = "0.1.10"
|
2020-12-02 19:45:31 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-20 20:13:39 +00:00
|
|
|
checksum = "bee0328b1209d157ef001c94dd85b4f8f64139adb0eac2659f4b08382b2f474d"
|
2020-12-02 19:45:31 +00:00
|
|
|
dependencies = [
|
2021-01-22 23:02:49 +00:00
|
|
|
"cfg-if 1.0.0",
|
2019-03-16 15:30:10 +00:00
|
|
|
]
|
|
|
|
|
2020-11-27 04:02:48 +00:00
|
|
|
[[package]]
|
|
|
|
name = "itertools"
|
|
|
|
version = "0.9.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-22 23:02:49 +00:00
|
|
|
checksum = "284f18f85651fe11e8a991b2adb42cb078325c996ed026d994719efcfca1d54b"
|
2020-11-27 04:02:48 +00:00
|
|
|
dependencies = [
|
2021-01-22 23:02:49 +00:00
|
|
|
"either",
|
2020-11-27 04:02:48 +00:00
|
|
|
]
|
|
|
|
|
2019-03-16 15:30:10 +00:00
|
|
|
[[package]]
|
|
|
|
name = "itoa"
|
2021-01-22 23:02:49 +00:00
|
|
|
version = "0.4.7"
|
2019-03-16 15:30:10 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-22 23:02:49 +00:00
|
|
|
checksum = "dd25036021b0de88a0aff6b850051563c6516d0bf53f8638938edbb9de732736"
|
2019-03-16 15:30:10 +00:00
|
|
|
|
2021-05-09 21:03:25 +00:00
|
|
|
[[package]]
|
|
|
|
name = "jack"
|
2021-05-25 20:35:35 +00:00
|
|
|
version = "0.7.1"
|
2021-05-09 21:03:25 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-25 20:35:35 +00:00
|
|
|
checksum = "49e720259b4a3e1f33cba335ca524a99a5f2411d405b05f6405fadd69269e2db"
|
2021-05-09 21:03:25 +00:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"jack-sys",
|
|
|
|
"lazy_static",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2019-03-16 15:30:10 +00:00
|
|
|
[[package]]
|
|
|
|
name = "jack-sys"
|
2021-03-27 20:13:14 +00:00
|
|
|
version = "0.2.2"
|
2019-03-16 15:30:10 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-27 20:13:14 +00:00
|
|
|
checksum = "57983f0d72dfecf2b719ed39bc9cacd85194e1a94cb3f9146009eff9856fef41"
|
2019-03-16 15:30:10 +00:00
|
|
|
dependencies = [
|
2021-01-22 23:02:49 +00:00
|
|
|
"lazy_static",
|
|
|
|
"libc",
|
2021-02-23 13:45:01 +00:00
|
|
|
"libloading 0.6.7",
|
2019-03-16 15:30:10 +00:00
|
|
|
]
|
|
|
|
|
2020-12-02 19:45:31 +00:00
|
|
|
[[package]]
|
|
|
|
name = "jni"
|
2021-08-20 20:13:39 +00:00
|
|
|
version = "0.19.0"
|
2020-12-02 19:45:31 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-20 20:13:39 +00:00
|
|
|
checksum = "c6df18c2e3db7e453d3c6ac5b3e9d5182664d28788126d39b91f2d1e22b017ec"
|
2020-12-02 19:45:31 +00:00
|
|
|
dependencies = [
|
2021-01-22 23:02:49 +00:00
|
|
|
"cesu8",
|
2021-03-19 21:28:55 +00:00
|
|
|
"combine",
|
2021-01-22 23:02:49 +00:00
|
|
|
"jni-sys",
|
|
|
|
"log",
|
2021-03-19 21:28:55 +00:00
|
|
|
"thiserror",
|
2021-01-22 23:02:49 +00:00
|
|
|
"walkdir",
|
2020-12-02 19:45:31 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "jni-sys"
|
|
|
|
version = "0.3.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-22 23:02:49 +00:00
|
|
|
checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130"
|
2020-12-02 19:45:31 +00:00
|
|
|
|
2021-03-19 21:28:55 +00:00
|
|
|
[[package]]
|
|
|
|
name = "jobserver"
|
2021-08-20 20:13:39 +00:00
|
|
|
version = "0.1.24"
|
2021-03-19 21:28:55 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-20 20:13:39 +00:00
|
|
|
checksum = "af25a77299a7f711a01975c35a6a424eb6862092cc2d6c72c4ed6cbc56dfc1fa"
|
2021-03-19 21:28:55 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2020-12-02 19:45:31 +00:00
|
|
|
[[package]]
|
|
|
|
name = "js-sys"
|
2021-08-20 20:13:39 +00:00
|
|
|
version = "0.3.53"
|
2020-12-02 19:45:31 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-20 20:13:39 +00:00
|
|
|
checksum = "e4bf49d50e2961077d9c99f4b7997d770a1114f087c3c2e0069b36c13fc2979d"
|
2020-12-02 19:45:31 +00:00
|
|
|
dependencies = [
|
2021-01-22 23:02:49 +00:00
|
|
|
"wasm-bindgen",
|
2019-03-16 15:30:10 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "lazy_static"
|
2020-07-22 14:26:08 +00:00
|
|
|
version = "1.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-22 23:02:49 +00:00
|
|
|
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
|
2020-07-22 14:26:08 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "lazycell"
|
2021-01-22 23:02:49 +00:00
|
|
|
version = "1.3.0"
|
2019-03-16 15:30:10 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-22 23:02:49 +00:00
|
|
|
checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
|
2019-03-16 15:30:10 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "lewton"
|
2021-01-22 23:02:49 +00:00
|
|
|
version = "0.10.2"
|
2019-03-16 15:30:10 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-22 23:02:49 +00:00
|
|
|
checksum = "777b48df9aaab155475a83a7df3070395ea1ac6902f5cd062b8f2b028075c030"
|
2019-03-16 15:30:10 +00:00
|
|
|
dependencies = [
|
2021-01-22 23:02:49 +00:00
|
|
|
"byteorder",
|
|
|
|
"ogg",
|
|
|
|
"tinyvec",
|
2019-03-16 15:30:10 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "libc"
|
2021-08-20 20:13:39 +00:00
|
|
|
version = "0.2.99"
|
2019-03-16 15:30:10 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-20 20:13:39 +00:00
|
|
|
checksum = "a7f823d141fe0a24df1e23b4af4e3c7ba9e5966ec514ea068c93024aa7deb765"
|
2019-03-16 15:30:10 +00:00
|
|
|
|
2020-03-01 16:37:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "libloading"
|
2021-01-22 23:02:49 +00:00
|
|
|
version = "0.6.7"
|
2019-11-06 15:44:11 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-22 23:02:49 +00:00
|
|
|
checksum = "351a32417a12d5f7e82c368a66781e307834dae04c6ce0cd4456d52989229883"
|
2019-11-06 15:44:11 +00:00
|
|
|
dependencies = [
|
2021-01-22 23:02:49 +00:00
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"winapi",
|
2019-11-06 15:44:11 +00:00
|
|
|
]
|
|
|
|
|
2020-03-01 16:37:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "libloading"
|
2021-02-23 13:45:01 +00:00
|
|
|
version = "0.7.0"
|
2020-03-01 16:37:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-23 13:45:01 +00:00
|
|
|
checksum = "6f84d96438c15fcd6c3f244c8fce01d1e2b9c6b5623e9c711dc9286d8fc92d6a"
|
2020-03-01 16:37:30 +00:00
|
|
|
dependencies = [
|
2021-02-23 13:45:01 +00:00
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"winapi",
|
2020-03-01 16:37:30 +00:00
|
|
|
]
|
|
|
|
|
Implement dithering (#694)
Dithering lowers digital-to-analog conversion ("requantization") error, linearizing output, lowering distortion and replacing it with a constant, fixed noise level, which is more pleasant to the ear than the distortion.
Guidance:
- On S24, S24_3 and S24, the default is to use triangular dithering. Depending on personal preference you may use Gaussian dithering instead; it's not as good objectively, but it may be preferred subjectively if you are looking for a more "analog" sound akin to tape hiss.
- Advanced users who know that they have a DAC without noise shaping have a third option: high-passed dithering, which is like triangular dithering except that it moves dithering noise up in frequency where it is less audible. Note: 99% of DACs are of delta-sigma design with noise shaping, so unless you have a multibit / R2R DAC, or otherwise know what you are doing, this is not for you.
- Don't dither or shape noise on S32 or F32. On F32 it's not supported anyway (there are no integer conversions and so no rounding errors) and on S32 the noise level is so far down that it is simply inaudible even after volume normalisation and control.
New command line option:
--dither DITHER Specify the dither algorithm to use - [none, gpdf,
tpdf, tpdf_hp]. Defaults to 'tpdf' for formats S16
S24, S24_3 and 'none' for other formats.
Notes:
This PR also features some opportunistic improvements. Worthy of mention are:
- matching reference Vorbis sample conversion techniques for lower noise
- a cleanup of the convert API
2021-05-26 19:19:17 +00:00
|
|
|
[[package]]
|
|
|
|
name = "libm"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c7d73b3f436185384286bd8098d17ec07c9a7d2388a6599f824d8502b529702a"
|
|
|
|
|
2021-02-19 23:17:18 +00:00
|
|
|
[[package]]
|
|
|
|
name = "libmdns"
|
2021-05-01 09:01:32 +00:00
|
|
|
version = "0.6.1"
|
2021-02-19 23:17:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-01 09:01:32 +00:00
|
|
|
checksum = "98477a6781ae1d6a1c2aeabfd2e23353a75fe8eb7c2545f6ed282ac8f3e2fc53"
|
2021-02-19 23:17:18 +00:00
|
|
|
dependencies = [
|
|
|
|
"byteorder",
|
|
|
|
"futures-util",
|
|
|
|
"hostname",
|
|
|
|
"if-addrs",
|
|
|
|
"log",
|
|
|
|
"multimap",
|
2021-05-31 21:35:48 +00:00
|
|
|
"rand",
|
2021-02-19 23:17:18 +00:00
|
|
|
"socket2",
|
2021-05-01 09:01:32 +00:00
|
|
|
"thiserror",
|
2021-02-19 23:17:18 +00:00
|
|
|
"tokio",
|
|
|
|
]
|
|
|
|
|
2020-11-27 01:06:25 +00:00
|
|
|
[[package]]
|
|
|
|
name = "libpulse-binding"
|
2021-08-20 20:13:39 +00:00
|
|
|
version = "2.24.0"
|
2020-11-27 01:06:25 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-20 20:13:39 +00:00
|
|
|
checksum = "04b4154b9bc606019cb15125f96e08e1e9c4f53d55315f1ef69ae229e30d1765"
|
2020-11-27 01:06:25 +00:00
|
|
|
dependencies = [
|
2021-02-10 20:51:33 +00:00
|
|
|
"bitflags",
|
2021-01-22 23:02:49 +00:00
|
|
|
"libc",
|
|
|
|
"libpulse-sys",
|
|
|
|
"num-derive",
|
|
|
|
"num-traits",
|
|
|
|
"winapi",
|
2020-11-27 01:06:25 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "libpulse-simple-binding"
|
2021-08-20 20:13:39 +00:00
|
|
|
version = "2.24.0"
|
2020-11-27 01:06:25 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-20 20:13:39 +00:00
|
|
|
checksum = "1165af13c42b9c325582b1a75eaa4a0f176c9094bb3a13877826e9be24881231"
|
2020-11-27 01:06:25 +00:00
|
|
|
dependencies = [
|
2021-01-22 23:02:49 +00:00
|
|
|
"libpulse-binding",
|
|
|
|
"libpulse-simple-sys",
|
|
|
|
"libpulse-sys",
|
2020-11-27 01:06:25 +00:00
|
|
|
]
|
|
|
|
|
2020-11-27 00:06:16 +00:00
|
|
|
[[package]]
|
|
|
|
name = "libpulse-simple-sys"
|
2021-08-20 20:13:39 +00:00
|
|
|
version = "1.19.0"
|
2020-11-27 00:06:16 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-20 20:13:39 +00:00
|
|
|
checksum = "83346d68605e656afdefa9a8a2f1968fa05ab9369b55f2e26f7bf2a11b7e8444"
|
2020-11-27 00:06:16 +00:00
|
|
|
dependencies = [
|
2021-01-22 23:02:49 +00:00
|
|
|
"libpulse-sys",
|
|
|
|
"pkg-config",
|
2020-11-27 00:06:16 +00:00
|
|
|
]
|
|
|
|
|
2019-03-16 15:30:10 +00:00
|
|
|
[[package]]
|
|
|
|
name = "libpulse-sys"
|
2021-08-20 20:13:39 +00:00
|
|
|
version = "1.19.1"
|
2019-03-16 15:30:10 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-20 20:13:39 +00:00
|
|
|
checksum = "9ebed2cc92c38cac12307892ce6fb17e2e950bfda1ed17b3e1d47fd5184c8f2b"
|
2019-03-16 15:30:10 +00:00
|
|
|
dependencies = [
|
2021-01-22 23:02:49 +00:00
|
|
|
"libc",
|
|
|
|
"num-derive",
|
|
|
|
"num-traits",
|
|
|
|
"pkg-config",
|
|
|
|
"winapi",
|
2019-03-16 15:30:10 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "librespot"
|
2021-05-04 12:27:57 +00:00
|
|
|
version = "0.2.0"
|
2019-03-16 15:30:10 +00:00
|
|
|
dependencies = [
|
2021-02-23 13:45:01 +00:00
|
|
|
"base64",
|
2021-02-21 10:08:34 +00:00
|
|
|
"env_logger",
|
2021-02-21 18:38:49 +00:00
|
|
|
"futures-util",
|
2021-02-21 10:08:34 +00:00
|
|
|
"getopts",
|
|
|
|
"hex",
|
|
|
|
"hyper",
|
2021-01-22 23:02:49 +00:00
|
|
|
"librespot-audio",
|
2021-02-19 23:17:18 +00:00
|
|
|
"librespot-connect",
|
2021-01-22 23:02:49 +00:00
|
|
|
"librespot-core",
|
2021-02-28 23:10:13 +00:00
|
|
|
"librespot-discovery",
|
2021-01-22 23:02:49 +00:00
|
|
|
"librespot-metadata",
|
|
|
|
"librespot-playback",
|
|
|
|
"librespot-protocol",
|
2021-02-21 10:08:34 +00:00
|
|
|
"log",
|
|
|
|
"rpassword",
|
2021-02-21 18:38:49 +00:00
|
|
|
"sha-1",
|
2021-04-13 13:16:48 +00:00
|
|
|
"thiserror",
|
2021-02-21 10:08:34 +00:00
|
|
|
"tokio",
|
2021-02-22 10:26:12 +00:00
|
|
|
"url",
|
2019-03-16 15:30:10 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "librespot-audio"
|
2021-05-04 12:27:57 +00:00
|
|
|
version = "0.2.0"
|
2019-03-16 15:30:10 +00:00
|
|
|
dependencies = [
|
2021-01-26 10:59:09 +00:00
|
|
|
"aes-ctr",
|
2021-01-22 23:02:49 +00:00
|
|
|
"byteorder",
|
|
|
|
"bytes",
|
2021-02-10 22:18:13 +00:00
|
|
|
"futures-util",
|
2021-01-22 23:02:49 +00:00
|
|
|
"librespot-core",
|
|
|
|
"log",
|
|
|
|
"tempfile",
|
2021-02-10 22:18:13 +00:00
|
|
|
"tokio",
|
2019-03-16 15:30:10 +00:00
|
|
|
]
|
|
|
|
|
2021-02-19 23:17:18 +00:00
|
|
|
[[package]]
|
|
|
|
name = "librespot-connect"
|
2021-05-04 12:27:57 +00:00
|
|
|
version = "0.2.0"
|
2021-02-19 23:17:18 +00:00
|
|
|
dependencies = [
|
2021-03-18 16:51:50 +00:00
|
|
|
"form_urlencoded",
|
2021-02-21 18:38:44 +00:00
|
|
|
"futures-util",
|
2021-02-19 23:17:18 +00:00
|
|
|
"librespot-core",
|
2021-05-09 08:50:15 +00:00
|
|
|
"librespot-discovery",
|
2021-02-19 23:17:18 +00:00
|
|
|
"librespot-playback",
|
|
|
|
"librespot-protocol",
|
|
|
|
"log",
|
|
|
|
"protobuf",
|
2021-05-31 21:35:48 +00:00
|
|
|
"rand",
|
2021-02-19 23:17:18 +00:00
|
|
|
"serde",
|
|
|
|
"serde_json",
|
|
|
|
"tokio",
|
2021-02-21 18:38:40 +00:00
|
|
|
"tokio-stream",
|
2021-02-19 23:17:18 +00:00
|
|
|
]
|
|
|
|
|
2019-03-16 15:30:10 +00:00
|
|
|
[[package]]
|
|
|
|
name = "librespot-core"
|
2021-05-04 12:27:57 +00:00
|
|
|
version = "0.2.0"
|
2019-03-16 15:30:10 +00:00
|
|
|
dependencies = [
|
2021-01-22 23:02:49 +00:00
|
|
|
"aes",
|
2021-02-23 13:45:01 +00:00
|
|
|
"base64",
|
2021-01-22 23:02:49 +00:00
|
|
|
"byteorder",
|
|
|
|
"bytes",
|
2021-01-30 12:53:44 +00:00
|
|
|
"env_logger",
|
2021-03-18 16:51:50 +00:00
|
|
|
"form_urlencoded",
|
2021-02-10 21:54:35 +00:00
|
|
|
"futures-core",
|
|
|
|
"futures-util",
|
2021-01-22 23:02:49 +00:00
|
|
|
"hmac",
|
2021-03-17 20:24:28 +00:00
|
|
|
"http",
|
2021-01-22 23:02:49 +00:00
|
|
|
"httparse",
|
|
|
|
"hyper",
|
2021-03-17 20:24:28 +00:00
|
|
|
"hyper-proxy",
|
2021-01-22 23:02:49 +00:00
|
|
|
"librespot-protocol",
|
|
|
|
"log",
|
|
|
|
"num-bigint",
|
|
|
|
"num-integer",
|
|
|
|
"num-traits",
|
|
|
|
"once_cell",
|
|
|
|
"pbkdf2",
|
2021-03-19 22:09:38 +00:00
|
|
|
"priority-queue",
|
2021-01-22 23:02:49 +00:00
|
|
|
"protobuf",
|
2021-05-31 21:35:48 +00:00
|
|
|
"rand",
|
2021-01-22 23:02:49 +00:00
|
|
|
"serde",
|
|
|
|
"serde_json",
|
2021-02-21 18:38:49 +00:00
|
|
|
"sha-1",
|
2021-01-22 23:02:49 +00:00
|
|
|
"shannon",
|
2021-02-13 10:53:23 +00:00
|
|
|
"thiserror",
|
2021-01-22 23:02:49 +00:00
|
|
|
"tokio",
|
2021-02-10 21:54:35 +00:00
|
|
|
"tokio-stream",
|
2021-01-22 23:02:49 +00:00
|
|
|
"tokio-util",
|
2021-02-22 10:26:12 +00:00
|
|
|
"url",
|
2021-03-06 00:29:08 +00:00
|
|
|
"uuid",
|
2021-01-22 23:02:49 +00:00
|
|
|
"vergen",
|
2019-03-16 15:30:10 +00:00
|
|
|
]
|
|
|
|
|
2021-02-28 23:10:13 +00:00
|
|
|
[[package]]
|
|
|
|
name = "librespot-discovery"
|
|
|
|
version = "0.2.0"
|
|
|
|
dependencies = [
|
|
|
|
"aes-ctr",
|
|
|
|
"base64",
|
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"dns-sd",
|
|
|
|
"form_urlencoded",
|
2021-03-12 15:39:58 +00:00
|
|
|
"futures",
|
2021-02-28 23:10:13 +00:00
|
|
|
"futures-core",
|
2021-03-12 15:39:58 +00:00
|
|
|
"hex",
|
2021-02-28 23:10:13 +00:00
|
|
|
"hmac",
|
|
|
|
"hyper",
|
|
|
|
"libmdns",
|
|
|
|
"librespot-core",
|
|
|
|
"log",
|
2021-05-31 21:35:48 +00:00
|
|
|
"rand",
|
2021-02-28 23:10:13 +00:00
|
|
|
"serde_json",
|
|
|
|
"sha-1",
|
2021-03-12 15:39:58 +00:00
|
|
|
"simple_logger",
|
2021-03-17 17:47:27 +00:00
|
|
|
"thiserror",
|
2021-02-28 23:10:13 +00:00
|
|
|
"tokio",
|
|
|
|
]
|
|
|
|
|
2019-03-16 15:30:10 +00:00
|
|
|
[[package]]
|
|
|
|
name = "librespot-metadata"
|
2021-05-04 12:27:57 +00:00
|
|
|
version = "0.2.0"
|
2019-03-16 15:30:10 +00:00
|
|
|
dependencies = [
|
2021-01-22 23:02:49 +00:00
|
|
|
"async-trait",
|
|
|
|
"byteorder",
|
|
|
|
"librespot-core",
|
|
|
|
"librespot-protocol",
|
|
|
|
"log",
|
|
|
|
"protobuf",
|
2019-03-16 15:30:10 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "librespot-playback"
|
2021-05-04 12:27:57 +00:00
|
|
|
version = "0.2.0"
|
2019-03-16 15:30:10 +00:00
|
|
|
dependencies = [
|
2021-01-31 02:50:20 +00:00
|
|
|
"alsa",
|
2021-01-22 23:02:49 +00:00
|
|
|
"byteorder",
|
|
|
|
"cpal",
|
2021-02-22 08:55:40 +00:00
|
|
|
"futures-executor",
|
|
|
|
"futures-util",
|
2021-01-22 23:02:49 +00:00
|
|
|
"glib",
|
|
|
|
"gstreamer",
|
|
|
|
"gstreamer-app",
|
2021-08-20 20:13:39 +00:00
|
|
|
"jack",
|
2021-04-13 08:29:34 +00:00
|
|
|
"lewton",
|
2021-01-22 23:02:49 +00:00
|
|
|
"libpulse-binding",
|
|
|
|
"libpulse-simple-binding",
|
|
|
|
"librespot-audio",
|
|
|
|
"librespot-core",
|
|
|
|
"librespot-metadata",
|
|
|
|
"log",
|
2021-04-13 08:29:34 +00:00
|
|
|
"ogg",
|
2021-01-22 23:02:49 +00:00
|
|
|
"portaudio-rs",
|
2021-05-31 21:35:48 +00:00
|
|
|
"rand",
|
Implement dithering (#694)
Dithering lowers digital-to-analog conversion ("requantization") error, linearizing output, lowering distortion and replacing it with a constant, fixed noise level, which is more pleasant to the ear than the distortion.
Guidance:
- On S24, S24_3 and S24, the default is to use triangular dithering. Depending on personal preference you may use Gaussian dithering instead; it's not as good objectively, but it may be preferred subjectively if you are looking for a more "analog" sound akin to tape hiss.
- Advanced users who know that they have a DAC without noise shaping have a third option: high-passed dithering, which is like triangular dithering except that it moves dithering noise up in frequency where it is less audible. Note: 99% of DACs are of delta-sigma design with noise shaping, so unless you have a multibit / R2R DAC, or otherwise know what you are doing, this is not for you.
- Don't dither or shape noise on S32 or F32. On F32 it's not supported anyway (there are no integer conversions and so no rounding errors) and on S32 the noise level is so far down that it is simply inaudible even after volume normalisation and control.
New command line option:
--dither DITHER Specify the dither algorithm to use - [none, gpdf,
tpdf, tpdf_hp]. Defaults to 'tpdf' for formats S16
S24, S24_3 and 'none' for other formats.
Notes:
This PR also features some opportunistic improvements. Worthy of mention are:
- matching reference Vorbis sample conversion techniques for lower noise
- a cleanup of the convert API
2021-05-26 19:19:17 +00:00
|
|
|
"rand_distr",
|
2021-01-22 23:02:49 +00:00
|
|
|
"rodio",
|
|
|
|
"sdl2",
|
|
|
|
"shell-words",
|
2021-02-12 17:25:13 +00:00
|
|
|
"thiserror",
|
2021-02-22 08:55:40 +00:00
|
|
|
"tokio",
|
2021-01-22 23:02:49 +00:00
|
|
|
"zerocopy",
|
2019-03-16 15:30:10 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "librespot-protocol"
|
2021-05-04 12:27:57 +00:00
|
|
|
version = "0.2.0"
|
2019-03-16 15:30:10 +00:00
|
|
|
dependencies = [
|
2021-01-22 23:02:49 +00:00
|
|
|
"glob",
|
|
|
|
"protobuf",
|
|
|
|
"protobuf-codegen-pure",
|
2019-11-06 15:44:11 +00:00
|
|
|
]
|
|
|
|
|
2020-12-02 19:45:31 +00:00
|
|
|
[[package]]
|
|
|
|
name = "lock_api"
|
2021-05-01 09:01:32 +00:00
|
|
|
version = "0.4.4"
|
2020-12-02 19:45:31 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-01 09:01:32 +00:00
|
|
|
checksum = "0382880606dff6d15c9476c416d18690b72742aa7b605bb6dd6ec9030fbf07eb"
|
2020-12-02 19:45:31 +00:00
|
|
|
dependencies = [
|
2021-01-22 23:02:49 +00:00
|
|
|
"scopeguard",
|
2019-03-16 15:30:10 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "log"
|
2021-02-10 20:51:33 +00:00
|
|
|
version = "0.4.14"
|
2019-03-16 15:30:10 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-10 20:51:33 +00:00
|
|
|
checksum = "51b9bbe6c47d51fc3e1a9b945965946b4c44142ab8792c50835a980d362c2710"
|
2019-03-16 15:30:10 +00:00
|
|
|
dependencies = [
|
2021-02-10 20:51:33 +00:00
|
|
|
"cfg-if 1.0.0",
|
2019-03-16 15:30:10 +00:00
|
|
|
]
|
|
|
|
|
2020-12-02 19:45:31 +00:00
|
|
|
[[package]]
|
|
|
|
name = "mach"
|
|
|
|
version = "0.3.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-22 23:02:49 +00:00
|
|
|
checksum = "b823e83b2affd8f40a9ee8c29dbc56404c1e34cd2710921f2801e2cf29527afa"
|
2020-12-02 19:45:31 +00:00
|
|
|
dependencies = [
|
2021-01-22 23:02:49 +00:00
|
|
|
"libc",
|
2020-12-02 19:45:31 +00:00
|
|
|
]
|
|
|
|
|
2021-02-19 23:17:18 +00:00
|
|
|
[[package]]
|
|
|
|
name = "match_cfg"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ffbee8634e0d45d258acb448e7eaab3fce7a0a467395d4d9f228e3c1f01fb2e4"
|
|
|
|
|
2019-03-16 15:30:10 +00:00
|
|
|
[[package]]
|
|
|
|
name = "matches"
|
2021-08-20 20:13:39 +00:00
|
|
|
version = "0.1.9"
|
2019-03-16 15:30:10 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-20 20:13:39 +00:00
|
|
|
checksum = "a3e378b66a060d48947b590737b30a1be76706c8dd7b8ba0f2fe3989c68a853f"
|
2020-07-22 14:26:08 +00:00
|
|
|
|
2019-03-16 15:30:10 +00:00
|
|
|
[[package]]
|
|
|
|
name = "memchr"
|
2021-08-20 20:13:39 +00:00
|
|
|
version = "2.4.1"
|
2019-03-16 15:30:10 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-20 20:13:39 +00:00
|
|
|
checksum = "308cc39be01b73d0d18f82a0e7b2a3df85245f84af96fdddc5d202d27e47b86a"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "memoffset"
|
|
|
|
version = "0.6.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "59accc507f1338036a0477ef61afdae33cde60840f4dfe481319ce3ad116ddf9"
|
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
]
|
2019-03-16 15:30:10 +00:00
|
|
|
|
2021-03-17 20:24:28 +00:00
|
|
|
[[package]]
|
|
|
|
name = "mime"
|
|
|
|
version = "0.3.16"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2a60c7ce501c71e03a9c9c0d35b861413ae925bd979cc7a4e30d060069aaac8d"
|
|
|
|
|
2019-03-16 15:30:10 +00:00
|
|
|
[[package]]
|
|
|
|
name = "mio"
|
2021-06-30 19:39:55 +00:00
|
|
|
version = "0.7.13"
|
2019-03-16 15:30:10 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-30 19:39:55 +00:00
|
|
|
checksum = "8c2bdb6314ec10835cd3293dd268473a835c02b7b352e788be788b3c6ca6bb16"
|
2019-03-16 15:30:10 +00:00
|
|
|
dependencies = [
|
2021-01-22 23:02:49 +00:00
|
|
|
"libc",
|
|
|
|
"log",
|
|
|
|
"miow",
|
|
|
|
"ntapi",
|
|
|
|
"winapi",
|
2019-03-16 15:30:10 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "miow"
|
2021-05-01 09:01:32 +00:00
|
|
|
version = "0.3.7"
|
2019-03-16 15:30:10 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-01 09:01:32 +00:00
|
|
|
checksum = "b9f1c5b025cda876f66ef43a113f91ebc9f4ccef34843000e0adf6ebbab84e21"
|
2019-03-16 15:30:10 +00:00
|
|
|
dependencies = [
|
2021-01-22 23:02:49 +00:00
|
|
|
"winapi",
|
2019-03-16 15:30:10 +00:00
|
|
|
]
|
|
|
|
|
2020-07-25 01:52:37 +00:00
|
|
|
[[package]]
|
|
|
|
name = "muldiv"
|
2021-01-22 23:02:49 +00:00
|
|
|
version = "0.2.1"
|
2019-03-16 15:30:10 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-22 23:02:49 +00:00
|
|
|
checksum = "0419348c027fa7be448d2ae7ea0e4e04c2334c31dc4e74ab29f00a2a7ca69204"
|
2019-07-08 08:08:32 +00:00
|
|
|
|
2021-02-19 23:17:18 +00:00
|
|
|
[[package]]
|
|
|
|
name = "multimap"
|
2021-05-01 09:01:32 +00:00
|
|
|
version = "0.8.3"
|
2021-02-19 23:17:18 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-01 09:01:32 +00:00
|
|
|
checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"
|
2021-02-19 23:17:18 +00:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2019-07-08 08:08:32 +00:00
|
|
|
[[package]]
|
2020-12-02 19:45:31 +00:00
|
|
|
name = "ndk"
|
2021-03-19 21:28:55 +00:00
|
|
|
version = "0.3.0"
|
2019-07-08 08:08:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-19 21:28:55 +00:00
|
|
|
checksum = "8794322172319b972f528bf90c6b467be0079f1fa82780ffb431088e741a73ab"
|
2019-07-08 08:08:32 +00:00
|
|
|
dependencies = [
|
2021-01-22 23:02:49 +00:00
|
|
|
"jni-sys",
|
|
|
|
"ndk-sys",
|
|
|
|
"num_enum",
|
|
|
|
"thiserror",
|
2020-12-02 19:45:31 +00:00
|
|
|
]
|
|
|
|
|
2021-08-20 20:13:39 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ndk"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d64d6af06fde0e527b1ba5c7b79a6cc89cfc46325b0b2887dffe8f70197e0c3c"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"jni-sys",
|
|
|
|
"ndk-sys",
|
|
|
|
"num_enum",
|
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
2020-12-02 19:45:31 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ndk-glue"
|
2021-03-19 21:28:55 +00:00
|
|
|
version = "0.3.0"
|
2020-12-02 19:45:31 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-19 21:28:55 +00:00
|
|
|
checksum = "c5caf0c24d51ac1c905c27d4eda4fa0635bbe0de596b8f79235e0b17a4d29385"
|
2020-12-02 19:45:31 +00:00
|
|
|
dependencies = [
|
2021-01-22 23:02:49 +00:00
|
|
|
"lazy_static",
|
|
|
|
"libc",
|
|
|
|
"log",
|
2021-08-20 20:13:39 +00:00
|
|
|
"ndk 0.3.0",
|
|
|
|
"ndk-macro",
|
|
|
|
"ndk-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ndk-glue"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d3e9e94628f24e7a3cb5b96a2dc5683acd9230bf11991c2a1677b87695138420"
|
|
|
|
dependencies = [
|
|
|
|
"lazy_static",
|
|
|
|
"libc",
|
|
|
|
"log",
|
|
|
|
"ndk 0.4.0",
|
2021-01-22 23:02:49 +00:00
|
|
|
"ndk-macro",
|
|
|
|
"ndk-sys",
|
2019-03-16 15:30:10 +00:00
|
|
|
]
|
|
|
|
|
2020-12-02 19:45:31 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ndk-macro"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-22 23:02:49 +00:00
|
|
|
checksum = "05d1c6307dc424d0f65b9b06e94f88248e6305726b14729fd67a5e47b2dc481d"
|
2020-12-02 19:45:31 +00:00
|
|
|
dependencies = [
|
2021-01-22 23:02:49 +00:00
|
|
|
"darling",
|
2021-08-20 20:13:39 +00:00
|
|
|
"proc-macro-crate 0.1.5",
|
2021-01-22 23:02:49 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
2020-12-02 19:45:31 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ndk-sys"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-22 23:02:49 +00:00
|
|
|
checksum = "c44922cb3dbb1c70b5e5f443d63b64363a898564d739ba5198e3a9138442868d"
|
2019-03-16 15:30:10 +00:00
|
|
|
|
2020-12-02 19:45:31 +00:00
|
|
|
[[package]]
|
|
|
|
name = "nix"
|
2021-08-20 20:13:39 +00:00
|
|
|
version = "0.20.1"
|
2020-12-02 19:45:31 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-20 20:13:39 +00:00
|
|
|
checksum = "df8e5e343312e7fbeb2a52139114e9e702991ef9c2aea6817ff2440b35647d56"
|
2020-12-02 19:45:31 +00:00
|
|
|
dependencies = [
|
2021-01-31 02:50:20 +00:00
|
|
|
"bitflags",
|
2021-01-22 23:02:49 +00:00
|
|
|
"cc",
|
2021-03-19 21:28:55 +00:00
|
|
|
"cfg-if 1.0.0",
|
2021-01-22 23:02:49 +00:00
|
|
|
"libc",
|
2021-08-20 20:13:39 +00:00
|
|
|
"memoffset",
|
2020-12-02 19:45:31 +00:00
|
|
|
]
|
|
|
|
|
2019-03-20 13:30:10 +00:00
|
|
|
[[package]]
|
|
|
|
name = "nom"
|
2020-07-22 14:26:08 +00:00
|
|
|
version = "5.1.2"
|
2019-03-20 13:30:10 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-22 23:02:49 +00:00
|
|
|
checksum = "ffb4262d26ed83a1c0a33a38fe2bb15797329c85770da05e6b828ddb782627af"
|
2019-03-20 13:30:10 +00:00
|
|
|
dependencies = [
|
2021-01-22 23:02:49 +00:00
|
|
|
"memchr",
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ntapi"
|
|
|
|
version = "0.3.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3f6bb902e437b6d86e03cce10a7e2af662292c5dfef23b65899ea3ac9354ad44"
|
|
|
|
dependencies = [
|
|
|
|
"winapi",
|
2019-03-20 13:30:10 +00:00
|
|
|
]
|
|
|
|
|
2019-03-16 15:30:10 +00:00
|
|
|
[[package]]
|
|
|
|
name = "num-bigint"
|
2021-03-18 16:52:39 +00:00
|
|
|
version = "0.4.0"
|
2019-03-16 15:30:10 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-18 16:52:39 +00:00
|
|
|
checksum = "4e0d047c1062aa51e256408c560894e5251f08925980e53cf1aa5bd00eec6512"
|
2019-03-16 15:30:10 +00:00
|
|
|
dependencies = [
|
2021-01-22 23:02:49 +00:00
|
|
|
"autocfg",
|
|
|
|
"num-integer",
|
|
|
|
"num-traits",
|
2021-05-31 21:35:48 +00:00
|
|
|
"rand",
|
2019-03-16 15:30:10 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2020-12-02 19:45:31 +00:00
|
|
|
name = "num-derive"
|
|
|
|
version = "0.3.3"
|
2019-03-16 15:30:10 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-22 23:02:49 +00:00
|
|
|
checksum = "876a53fff98e03a936a674b29568b0e605f06b29372c2489ff4de23f1949743d"
|
2019-03-16 15:30:10 +00:00
|
|
|
dependencies = [
|
2021-01-22 23:02:49 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
2019-03-16 15:30:10 +00:00
|
|
|
]
|
|
|
|
|
2018-12-28 02:46:27 +00:00
|
|
|
[[package]]
|
2019-07-08 08:08:32 +00:00
|
|
|
name = "num-integer"
|
2021-01-22 23:02:49 +00:00
|
|
|
version = "0.1.44"
|
2018-12-28 02:46:27 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-22 23:02:49 +00:00
|
|
|
checksum = "d2cc698a63b549a70bc047073d2949cce27cd1c7b0a4a862d08a8031bc2801db"
|
2018-12-28 02:46:27 +00:00
|
|
|
dependencies = [
|
2021-01-22 23:02:49 +00:00
|
|
|
"autocfg",
|
|
|
|
"num-traits",
|
2018-12-28 02:46:27 +00:00
|
|
|
]
|
|
|
|
|
2020-07-22 14:26:08 +00:00
|
|
|
[[package]]
|
|
|
|
name = "num-rational"
|
2020-11-27 04:02:48 +00:00
|
|
|
version = "0.3.2"
|
2019-03-16 15:30:10 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-22 23:02:49 +00:00
|
|
|
checksum = "12ac428b1cb17fce6f731001d307d351ec70a6d202fc2e60f7d4c5e42d8f4f07"
|
2019-03-16 15:30:10 +00:00
|
|
|
dependencies = [
|
2021-01-22 23:02:49 +00:00
|
|
|
"autocfg",
|
|
|
|
"num-integer",
|
|
|
|
"num-traits",
|
2019-03-16 15:30:10 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num-traits"
|
2021-01-22 23:02:49 +00:00
|
|
|
version = "0.2.14"
|
2019-03-16 15:30:10 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-22 23:02:49 +00:00
|
|
|
checksum = "9a64b1ec5cda2586e284722486d802acf1f7dbdc623e2bfc57e65ca1cd099290"
|
2019-07-08 08:08:32 +00:00
|
|
|
dependencies = [
|
2021-01-22 23:02:49 +00:00
|
|
|
"autocfg",
|
Implement dithering (#694)
Dithering lowers digital-to-analog conversion ("requantization") error, linearizing output, lowering distortion and replacing it with a constant, fixed noise level, which is more pleasant to the ear than the distortion.
Guidance:
- On S24, S24_3 and S24, the default is to use triangular dithering. Depending on personal preference you may use Gaussian dithering instead; it's not as good objectively, but it may be preferred subjectively if you are looking for a more "analog" sound akin to tape hiss.
- Advanced users who know that they have a DAC without noise shaping have a third option: high-passed dithering, which is like triangular dithering except that it moves dithering noise up in frequency where it is less audible. Note: 99% of DACs are of delta-sigma design with noise shaping, so unless you have a multibit / R2R DAC, or otherwise know what you are doing, this is not for you.
- Don't dither or shape noise on S32 or F32. On F32 it's not supported anyway (there are no integer conversions and so no rounding errors) and on S32 the noise level is so far down that it is simply inaudible even after volume normalisation and control.
New command line option:
--dither DITHER Specify the dither algorithm to use - [none, gpdf,
tpdf, tpdf_hp]. Defaults to 'tpdf' for formats S16
S24, S24_3 and 'none' for other formats.
Notes:
This PR also features some opportunistic improvements. Worthy of mention are:
- matching reference Vorbis sample conversion techniques for lower noise
- a cleanup of the convert API
2021-05-26 19:19:17 +00:00
|
|
|
"libm",
|
2019-07-08 08:08:32 +00:00
|
|
|
]
|
2019-03-16 15:30:10 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num_cpus"
|
2020-07-22 14:26:08 +00:00
|
|
|
version = "1.13.0"
|
2019-03-16 15:30:10 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-22 23:02:49 +00:00
|
|
|
checksum = "05499f3756671c15885fee9034446956fff3f243d6077b91e5767df161f766b3"
|
2019-03-16 15:30:10 +00:00
|
|
|
dependencies = [
|
2021-01-22 23:02:49 +00:00
|
|
|
"hermit-abi",
|
|
|
|
"libc",
|
2019-03-16 15:30:10 +00:00
|
|
|
]
|
|
|
|
|
2020-12-02 19:45:31 +00:00
|
|
|
[[package]]
|
|
|
|
name = "num_enum"
|
2021-08-20 20:13:39 +00:00
|
|
|
version = "0.5.4"
|
2020-12-02 19:45:31 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-20 20:13:39 +00:00
|
|
|
checksum = "3f9bd055fb730c4f8f4f57d45d35cd6b3f0980535b056dc7ff119cee6a66ed6f"
|
2020-12-02 19:45:31 +00:00
|
|
|
dependencies = [
|
2021-01-22 23:02:49 +00:00
|
|
|
"derivative",
|
|
|
|
"num_enum_derive",
|
2020-12-02 19:45:31 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num_enum_derive"
|
2021-08-20 20:13:39 +00:00
|
|
|
version = "0.5.4"
|
2020-12-02 19:45:31 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-20 20:13:39 +00:00
|
|
|
checksum = "486ea01961c4a818096de679a8b740b26d9033146ac5291b1c98557658f8cdd9"
|
2020-12-02 19:45:31 +00:00
|
|
|
dependencies = [
|
2021-08-20 20:13:39 +00:00
|
|
|
"proc-macro-crate 1.0.0",
|
2021-01-22 23:02:49 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
2020-12-02 19:45:31 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "oboe"
|
2021-08-20 20:13:39 +00:00
|
|
|
version = "0.4.4"
|
2020-12-02 19:45:31 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-20 20:13:39 +00:00
|
|
|
checksum = "e15e22bc67e047fe342a32ecba55f555e3be6166b04dd157cd0f803dfa9f48e1"
|
2020-12-02 19:45:31 +00:00
|
|
|
dependencies = [
|
2021-03-19 21:28:55 +00:00
|
|
|
"jni",
|
2021-08-20 20:13:39 +00:00
|
|
|
"ndk 0.4.0",
|
|
|
|
"ndk-glue 0.4.0",
|
2021-01-22 23:02:49 +00:00
|
|
|
"num-derive",
|
|
|
|
"num-traits",
|
|
|
|
"oboe-sys",
|
2020-12-02 19:45:31 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "oboe-sys"
|
2021-08-20 20:13:39 +00:00
|
|
|
version = "0.4.4"
|
2020-12-02 19:45:31 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-20 20:13:39 +00:00
|
|
|
checksum = "338142ae5ab0aaedc8275aa8f67f460e43ae0fca76a695a742d56da0a269eadc"
|
2020-12-02 19:45:31 +00:00
|
|
|
dependencies = [
|
2021-03-19 21:28:55 +00:00
|
|
|
"cc",
|
2020-12-02 19:45:31 +00:00
|
|
|
]
|
|
|
|
|
2019-03-16 15:30:10 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ogg"
|
2021-01-22 23:02:49 +00:00
|
|
|
version = "0.8.0"
|
2019-03-16 15:30:10 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-22 23:02:49 +00:00
|
|
|
checksum = "6951b4e8bf21c8193da321bcce9c9dd2e13c858fe078bf9054a288b419ae5d6e"
|
2019-03-16 15:30:10 +00:00
|
|
|
dependencies = [
|
2021-01-22 23:02:49 +00:00
|
|
|
"byteorder",
|
2019-03-16 15:30:10 +00:00
|
|
|
]
|
|
|
|
|
2020-07-25 01:52:37 +00:00
|
|
|
[[package]]
|
|
|
|
name = "once_cell"
|
2021-06-30 19:39:55 +00:00
|
|
|
version = "1.8.0"
|
2020-07-25 01:52:37 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-30 19:39:55 +00:00
|
|
|
checksum = "692fcb63b64b1758029e0a96ee63e049ce8c5948587f2f7208df04625e5f6b56"
|
2020-07-25 01:52:37 +00:00
|
|
|
|
2019-03-16 15:30:10 +00:00
|
|
|
[[package]]
|
2021-01-22 23:02:49 +00:00
|
|
|
name = "opaque-debug"
|
|
|
|
version = "0.3.0"
|
2019-03-16 15:30:10 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-22 23:02:49 +00:00
|
|
|
checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5"
|
2019-03-16 15:30:10 +00:00
|
|
|
|
2020-12-02 19:45:31 +00:00
|
|
|
[[package]]
|
|
|
|
name = "parking_lot"
|
|
|
|
version = "0.11.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-22 23:02:49 +00:00
|
|
|
checksum = "6d7744ac029df22dca6284efe4e898991d28e3085c706c972bcd7da4a27a15eb"
|
2020-12-02 19:45:31 +00:00
|
|
|
dependencies = [
|
2021-01-22 23:02:49 +00:00
|
|
|
"instant",
|
|
|
|
"lock_api",
|
|
|
|
"parking_lot_core",
|
2020-12-02 19:45:31 +00:00
|
|
|
]
|
|
|
|
|
2019-03-16 15:30:10 +00:00
|
|
|
[[package]]
|
|
|
|
name = "parking_lot_core"
|
2021-02-19 23:17:18 +00:00
|
|
|
version = "0.8.3"
|
2020-12-02 19:45:31 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-19 23:17:18 +00:00
|
|
|
checksum = "fa7a782938e745763fe6907fc6ba86946d72f49fe7e21de074e08128a99fb018"
|
2020-12-02 19:45:31 +00:00
|
|
|
dependencies = [
|
2021-01-22 23:02:49 +00:00
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"instant",
|
|
|
|
"libc",
|
2021-02-19 23:17:18 +00:00
|
|
|
"redox_syscall",
|
2021-01-22 23:02:49 +00:00
|
|
|
"smallvec",
|
|
|
|
"winapi",
|
2020-12-02 19:45:31 +00:00
|
|
|
]
|
|
|
|
|
2020-07-25 01:52:37 +00:00
|
|
|
[[package]]
|
|
|
|
name = "paste"
|
2021-05-01 09:01:32 +00:00
|
|
|
version = "1.0.5"
|
2020-07-25 01:52:37 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-01 09:01:32 +00:00
|
|
|
checksum = "acbf547ad0c65e31259204bd90935776d1c693cec2f4ff7abb7a1bbbd40dfe58"
|
2020-07-25 01:52:37 +00:00
|
|
|
|
2019-03-16 15:30:10 +00:00
|
|
|
[[package]]
|
|
|
|
name = "pbkdf2"
|
2021-05-01 08:46:34 +00:00
|
|
|
version = "0.8.0"
|
2019-03-16 15:30:10 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-01 08:46:34 +00:00
|
|
|
checksum = "d95f5254224e617595d2cc3cc73ff0a5eaf2637519e25f03388154e9378b6ffa"
|
2019-03-16 15:30:10 +00:00
|
|
|
dependencies = [
|
2021-01-22 23:02:49 +00:00
|
|
|
"crypto-mac",
|
|
|
|
"hmac",
|
2019-03-16 15:30:10 +00:00
|
|
|
]
|
|
|
|
|
2019-03-20 13:30:10 +00:00
|
|
|
[[package]]
|
|
|
|
name = "peeking_take_while"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-22 23:02:49 +00:00
|
|
|
checksum = "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099"
|
2019-03-20 13:30:10 +00:00
|
|
|
|
2020-12-02 19:45:31 +00:00
|
|
|
[[package]]
|
|
|
|
name = "percent-encoding"
|
|
|
|
version = "2.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-22 23:02:49 +00:00
|
|
|
checksum = "d4fd5641d01c8f18a23da7b6fe29298ff4b55afcccdf78973b24cf3175fee32e"
|
|
|
|
|
2020-12-02 19:45:31 +00:00
|
|
|
[[package]]
|
|
|
|
name = "pin-project-lite"
|
2021-06-30 19:39:55 +00:00
|
|
|
version = "0.2.7"
|
2020-12-02 19:45:31 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-30 19:39:55 +00:00
|
|
|
checksum = "8d31d11c69a6b52a174b42bdc0c30e5e11670f90788b2c471c31c1d17d449443"
|
2020-12-02 19:45:31 +00:00
|
|
|
|
2020-07-25 01:52:37 +00:00
|
|
|
[[package]]
|
|
|
|
name = "pin-utils"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-22 23:02:49 +00:00
|
|
|
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
|
2020-07-25 01:52:37 +00:00
|
|
|
|
2019-03-16 15:30:10 +00:00
|
|
|
[[package]]
|
|
|
|
name = "pkg-config"
|
2021-01-22 23:02:49 +00:00
|
|
|
version = "0.3.19"
|
2019-03-16 15:30:10 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-22 23:02:49 +00:00
|
|
|
checksum = "3831453b3449ceb48b6d9c7ad7c96d5ea673e9b470a1dc578c2ce6521230884c"
|
2019-03-16 15:30:10 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "portaudio-rs"
|
2020-07-22 14:26:08 +00:00
|
|
|
version = "0.3.2"
|
2019-03-16 15:30:10 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-22 23:02:49 +00:00
|
|
|
checksum = "cdb6b5eff96ccc9bf44d34c379ab03ae944426d83d1694345bdf8159d561d562"
|
2019-03-16 15:30:10 +00:00
|
|
|
dependencies = [
|
2021-01-31 02:50:20 +00:00
|
|
|
"bitflags",
|
2021-01-22 23:02:49 +00:00
|
|
|
"libc",
|
|
|
|
"portaudio-sys",
|
2019-03-16 15:30:10 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "portaudio-sys"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-22 23:02:49 +00:00
|
|
|
checksum = "5194a4fa953b4ffd851c320ef6f0484cd7278cb7169ea9d6c433e49b23f7b7f5"
|
2019-03-16 15:30:10 +00:00
|
|
|
dependencies = [
|
2021-01-22 23:02:49 +00:00
|
|
|
"libc",
|
|
|
|
"pkg-config",
|
2019-03-16 15:30:10 +00:00
|
|
|
]
|
|
|
|
|
2019-07-08 08:08:32 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ppv-lite86"
|
2021-01-22 23:02:49 +00:00
|
|
|
version = "0.2.10"
|
2019-07-08 08:08:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-22 23:02:49 +00:00
|
|
|
checksum = "ac74c624d6b2d21f425f752262f42188365d7b8ff1aff74c82e45136510a4857"
|
2019-07-08 08:08:32 +00:00
|
|
|
|
2020-11-27 04:02:48 +00:00
|
|
|
[[package]]
|
|
|
|
name = "pretty-hex"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-22 23:02:49 +00:00
|
|
|
checksum = "bc5c99d529f0d30937f6f4b8a86d988047327bb88d04d2c4afc356de74722131"
|
2020-11-27 04:02:48 +00:00
|
|
|
|
2021-03-19 22:09:38 +00:00
|
|
|
[[package]]
|
|
|
|
name = "priority-queue"
|
2021-05-01 09:01:32 +00:00
|
|
|
version = "1.1.1"
|
2021-03-19 22:09:38 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-01 09:01:32 +00:00
|
|
|
checksum = "8e1340009a04e81f656a4e45e295f0b1191c81de424bf940c865e33577a8e223"
|
2021-03-19 22:09:38 +00:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
"indexmap",
|
|
|
|
]
|
|
|
|
|
2020-12-02 19:45:31 +00:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro-crate"
|
|
|
|
version = "0.1.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-22 23:02:49 +00:00
|
|
|
checksum = "1d6ea3c4595b96363c13943497db34af4460fb474a95c43f4446ad341b8c9785"
|
2020-12-02 19:45:31 +00:00
|
|
|
dependencies = [
|
2021-01-22 23:02:49 +00:00
|
|
|
"toml",
|
2020-12-02 19:45:31 +00:00
|
|
|
]
|
|
|
|
|
2021-08-20 20:13:39 +00:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro-crate"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "41fdbd1df62156fbc5945f4762632564d7d038153091c3fcf1067f6aef7cff92"
|
|
|
|
dependencies = [
|
|
|
|
"thiserror",
|
|
|
|
"toml",
|
|
|
|
]
|
|
|
|
|
2020-11-27 04:02:48 +00:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro-error"
|
|
|
|
version = "1.0.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-22 23:02:49 +00:00
|
|
|
checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
|
2020-11-27 04:02:48 +00:00
|
|
|
dependencies = [
|
2021-01-22 23:02:49 +00:00
|
|
|
"proc-macro-error-attr",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
"version_check",
|
2020-11-27 04:02:48 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "proc-macro-error-attr"
|
|
|
|
version = "1.0.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-22 23:02:49 +00:00
|
|
|
checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
|
2020-11-27 04:02:48 +00:00
|
|
|
dependencies = [
|
2021-01-22 23:02:49 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"version_check",
|
2020-11-27 04:02:48 +00:00
|
|
|
]
|
|
|
|
|
2020-07-25 01:52:37 +00:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro-hack"
|
2021-01-22 23:02:49 +00:00
|
|
|
version = "0.5.19"
|
2020-07-25 01:52:37 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-22 23:02:49 +00:00
|
|
|
checksum = "dbf0c48bc1d91375ae5c3cd81e3722dff1abcf81a30960240640d223f59fe0e5"
|
2020-07-25 01:52:37 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "proc-macro-nested"
|
2021-01-22 23:02:49 +00:00
|
|
|
version = "0.1.7"
|
2020-07-25 01:52:37 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-22 23:02:49 +00:00
|
|
|
checksum = "bc881b2c22681370c6a780e47af9840ef841837bc98118431d4e1868bd0c1086"
|
2020-07-25 01:52:37 +00:00
|
|
|
|
2019-03-20 13:30:10 +00:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro2"
|
2021-08-20 20:13:39 +00:00
|
|
|
version = "1.0.28"
|
2019-03-20 13:30:10 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-20 20:13:39 +00:00
|
|
|
checksum = "5c7ed8b8c7b886ea3ed7dde405212185f423ab44682667c8c6dd14aa1d9f6612"
|
2019-03-20 13:30:10 +00:00
|
|
|
dependencies = [
|
2021-01-22 23:02:49 +00:00
|
|
|
"unicode-xid",
|
2019-03-16 15:30:10 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "protobuf"
|
2021-08-20 20:13:39 +00:00
|
|
|
version = "2.25.0"
|
2019-03-16 15:30:10 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-20 20:13:39 +00:00
|
|
|
checksum = "020f86b07722c5c4291f7c723eac4676b3892d47d9a7708dc2779696407f039b"
|
2019-03-16 15:30:10 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "protobuf-codegen"
|
2021-08-20 20:13:39 +00:00
|
|
|
version = "2.25.0"
|
2019-03-16 15:30:10 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-20 20:13:39 +00:00
|
|
|
checksum = "7b8ac7c5128619b0df145d9bace18e8ed057f18aebda1aa837a5525d4422f68c"
|
2019-03-16 15:30:10 +00:00
|
|
|
dependencies = [
|
2021-01-22 23:02:49 +00:00
|
|
|
"protobuf",
|
2019-03-16 15:30:10 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "protobuf-codegen-pure"
|
2021-08-20 20:13:39 +00:00
|
|
|
version = "2.25.0"
|
2019-03-16 15:30:10 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-20 20:13:39 +00:00
|
|
|
checksum = "f6d0daa1b61d6e7a128cdca8c8604b3c5ee22c424c15c8d3a92fafffeda18aaf"
|
2019-03-16 15:30:10 +00:00
|
|
|
dependencies = [
|
2021-01-22 23:02:49 +00:00
|
|
|
"protobuf",
|
|
|
|
"protobuf-codegen",
|
2019-03-16 15:30:10 +00:00
|
|
|
]
|
|
|
|
|
2019-03-20 13:30:10 +00:00
|
|
|
[[package]]
|
|
|
|
name = "quote"
|
2021-02-19 23:17:18 +00:00
|
|
|
version = "1.0.9"
|
2019-03-20 13:30:10 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-19 23:17:18 +00:00
|
|
|
checksum = "c3d0b9745dc2debf507c8422de05d7226cc1f0644216dfdfead988f9b1ab32a7"
|
2019-03-20 13:30:10 +00:00
|
|
|
dependencies = [
|
2021-01-22 23:02:49 +00:00
|
|
|
"proc-macro2",
|
2019-03-16 15:30:10 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand"
|
2021-06-30 19:39:55 +00:00
|
|
|
version = "0.8.4"
|
2019-03-16 15:30:10 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-30 19:39:55 +00:00
|
|
|
checksum = "2e7573632e6454cf6b99d7aac4ccca54be06da05aca2ef7423d22d27d4d4bcd8"
|
2019-03-16 15:30:10 +00:00
|
|
|
dependencies = [
|
2021-01-22 23:02:49 +00:00
|
|
|
"libc",
|
2021-02-21 18:38:49 +00:00
|
|
|
"rand_chacha",
|
2021-05-31 21:35:48 +00:00
|
|
|
"rand_core",
|
2021-02-21 18:38:49 +00:00
|
|
|
"rand_hc",
|
2019-07-08 08:08:32 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_chacha"
|
2021-06-30 19:39:55 +00:00
|
|
|
version = "0.3.1"
|
2019-07-08 08:08:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-30 19:39:55 +00:00
|
|
|
checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
|
2019-07-08 08:08:32 +00:00
|
|
|
dependencies = [
|
2021-01-22 23:02:49 +00:00
|
|
|
"ppv-lite86",
|
2021-05-31 21:35:48 +00:00
|
|
|
"rand_core",
|
2021-01-22 23:02:49 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_core"
|
2021-06-30 19:39:55 +00:00
|
|
|
version = "0.6.3"
|
2021-01-22 23:02:49 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-30 19:39:55 +00:00
|
|
|
checksum = "d34f1408f55294453790c48b2f1ebbb1c5b4b7563eb1f418bcfcfdbb06ebb4e7"
|
2019-07-08 08:08:32 +00:00
|
|
|
dependencies = [
|
2021-02-21 18:38:49 +00:00
|
|
|
"getrandom",
|
2019-07-08 08:08:32 +00:00
|
|
|
]
|
|
|
|
|
Implement dithering (#694)
Dithering lowers digital-to-analog conversion ("requantization") error, linearizing output, lowering distortion and replacing it with a constant, fixed noise level, which is more pleasant to the ear than the distortion.
Guidance:
- On S24, S24_3 and S24, the default is to use triangular dithering. Depending on personal preference you may use Gaussian dithering instead; it's not as good objectively, but it may be preferred subjectively if you are looking for a more "analog" sound akin to tape hiss.
- Advanced users who know that they have a DAC without noise shaping have a third option: high-passed dithering, which is like triangular dithering except that it moves dithering noise up in frequency where it is less audible. Note: 99% of DACs are of delta-sigma design with noise shaping, so unless you have a multibit / R2R DAC, or otherwise know what you are doing, this is not for you.
- Don't dither or shape noise on S32 or F32. On F32 it's not supported anyway (there are no integer conversions and so no rounding errors) and on S32 the noise level is so far down that it is simply inaudible even after volume normalisation and control.
New command line option:
--dither DITHER Specify the dither algorithm to use - [none, gpdf,
tpdf, tpdf_hp]. Defaults to 'tpdf' for formats S16
S24, S24_3 and 'none' for other formats.
Notes:
This PR also features some opportunistic improvements. Worthy of mention are:
- matching reference Vorbis sample conversion techniques for lower noise
- a cleanup of the convert API
2021-05-26 19:19:17 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rand_distr"
|
2021-06-30 19:39:55 +00:00
|
|
|
version = "0.4.1"
|
Implement dithering (#694)
Dithering lowers digital-to-analog conversion ("requantization") error, linearizing output, lowering distortion and replacing it with a constant, fixed noise level, which is more pleasant to the ear than the distortion.
Guidance:
- On S24, S24_3 and S24, the default is to use triangular dithering. Depending on personal preference you may use Gaussian dithering instead; it's not as good objectively, but it may be preferred subjectively if you are looking for a more "analog" sound akin to tape hiss.
- Advanced users who know that they have a DAC without noise shaping have a third option: high-passed dithering, which is like triangular dithering except that it moves dithering noise up in frequency where it is less audible. Note: 99% of DACs are of delta-sigma design with noise shaping, so unless you have a multibit / R2R DAC, or otherwise know what you are doing, this is not for you.
- Don't dither or shape noise on S32 or F32. On F32 it's not supported anyway (there are no integer conversions and so no rounding errors) and on S32 the noise level is so far down that it is simply inaudible even after volume normalisation and control.
New command line option:
--dither DITHER Specify the dither algorithm to use - [none, gpdf,
tpdf, tpdf_hp]. Defaults to 'tpdf' for formats S16
S24, S24_3 and 'none' for other formats.
Notes:
This PR also features some opportunistic improvements. Worthy of mention are:
- matching reference Vorbis sample conversion techniques for lower noise
- a cleanup of the convert API
2021-05-26 19:19:17 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-30 19:39:55 +00:00
|
|
|
checksum = "051b398806e42b9cd04ad9ec8f81e355d0a382c543ac6672c62f5a5b452ef142"
|
Implement dithering (#694)
Dithering lowers digital-to-analog conversion ("requantization") error, linearizing output, lowering distortion and replacing it with a constant, fixed noise level, which is more pleasant to the ear than the distortion.
Guidance:
- On S24, S24_3 and S24, the default is to use triangular dithering. Depending on personal preference you may use Gaussian dithering instead; it's not as good objectively, but it may be preferred subjectively if you are looking for a more "analog" sound akin to tape hiss.
- Advanced users who know that they have a DAC without noise shaping have a third option: high-passed dithering, which is like triangular dithering except that it moves dithering noise up in frequency where it is less audible. Note: 99% of DACs are of delta-sigma design with noise shaping, so unless you have a multibit / R2R DAC, or otherwise know what you are doing, this is not for you.
- Don't dither or shape noise on S32 or F32. On F32 it's not supported anyway (there are no integer conversions and so no rounding errors) and on S32 the noise level is so far down that it is simply inaudible even after volume normalisation and control.
New command line option:
--dither DITHER Specify the dither algorithm to use - [none, gpdf,
tpdf, tpdf_hp]. Defaults to 'tpdf' for formats S16
S24, S24_3 and 'none' for other formats.
Notes:
This PR also features some opportunistic improvements. Worthy of mention are:
- matching reference Vorbis sample conversion techniques for lower noise
- a cleanup of the convert API
2021-05-26 19:19:17 +00:00
|
|
|
dependencies = [
|
|
|
|
"num-traits",
|
2021-05-31 21:35:48 +00:00
|
|
|
"rand",
|
Implement dithering (#694)
Dithering lowers digital-to-analog conversion ("requantization") error, linearizing output, lowering distortion and replacing it with a constant, fixed noise level, which is more pleasant to the ear than the distortion.
Guidance:
- On S24, S24_3 and S24, the default is to use triangular dithering. Depending on personal preference you may use Gaussian dithering instead; it's not as good objectively, but it may be preferred subjectively if you are looking for a more "analog" sound akin to tape hiss.
- Advanced users who know that they have a DAC without noise shaping have a third option: high-passed dithering, which is like triangular dithering except that it moves dithering noise up in frequency where it is less audible. Note: 99% of DACs are of delta-sigma design with noise shaping, so unless you have a multibit / R2R DAC, or otherwise know what you are doing, this is not for you.
- Don't dither or shape noise on S32 or F32. On F32 it's not supported anyway (there are no integer conversions and so no rounding errors) and on S32 the noise level is so far down that it is simply inaudible even after volume normalisation and control.
New command line option:
--dither DITHER Specify the dither algorithm to use - [none, gpdf,
tpdf, tpdf_hp]. Defaults to 'tpdf' for formats S16
S24, S24_3 and 'none' for other formats.
Notes:
This PR also features some opportunistic improvements. Worthy of mention are:
- matching reference Vorbis sample conversion techniques for lower noise
- a cleanup of the convert API
2021-05-26 19:19:17 +00:00
|
|
|
]
|
|
|
|
|
2019-03-16 15:30:10 +00:00
|
|
|
[[package]]
|
2021-01-22 23:02:49 +00:00
|
|
|
name = "rand_hc"
|
2021-06-30 19:39:55 +00:00
|
|
|
version = "0.3.1"
|
2019-03-16 15:30:10 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-30 19:39:55 +00:00
|
|
|
checksum = "d51e9f596de227fda2ea6c84607f5558e196eeaf43c986b724ba4fb8fdf497e7"
|
2019-03-16 15:30:10 +00:00
|
|
|
dependencies = [
|
2021-05-31 21:35:48 +00:00
|
|
|
"rand_core",
|
2019-03-16 15:30:10 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "redox_syscall"
|
2021-08-20 20:13:39 +00:00
|
|
|
version = "0.2.10"
|
2019-03-16 15:30:10 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-20 20:13:39 +00:00
|
|
|
checksum = "8383f39639269cde97d255a32bdb68c047337295414940c68bdd30c2e13203ff"
|
2019-03-16 15:30:10 +00:00
|
|
|
dependencies = [
|
2021-02-10 20:51:33 +00:00
|
|
|
"bitflags",
|
2019-03-16 15:30:10 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2021-01-22 23:02:49 +00:00
|
|
|
name = "regex"
|
2021-05-09 07:53:20 +00:00
|
|
|
version = "1.5.4"
|
2019-03-16 15:30:10 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-09 07:53:20 +00:00
|
|
|
checksum = "d07a8629359eb56f1e2fb1652bb04212c072a87ba68546a04065d525673ac461"
|
2021-01-22 23:02:49 +00:00
|
|
|
dependencies = [
|
2021-01-30 12:53:44 +00:00
|
|
|
"aho-corasick",
|
|
|
|
"memchr",
|
2021-01-22 23:02:49 +00:00
|
|
|
"regex-syntax",
|
|
|
|
]
|
2019-03-16 15:30:10 +00:00
|
|
|
|
|
|
|
[[package]]
|
2021-01-22 23:02:49 +00:00
|
|
|
name = "regex-syntax"
|
2021-05-09 07:53:20 +00:00
|
|
|
version = "0.6.25"
|
2019-03-16 15:30:10 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-09 07:53:20 +00:00
|
|
|
checksum = "f497285884f3fcff424ffc933e56d7cbca511def0c9831a7f9b5f6153e3cc89b"
|
2019-07-08 08:08:32 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "remove_dir_all"
|
2020-07-22 14:26:08 +00:00
|
|
|
version = "0.5.3"
|
2019-07-08 08:08:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-22 23:02:49 +00:00
|
|
|
checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"
|
2019-07-08 08:08:32 +00:00
|
|
|
dependencies = [
|
2021-01-22 23:02:49 +00:00
|
|
|
"winapi",
|
2019-03-16 15:30:10 +00:00
|
|
|
]
|
|
|
|
|
2019-03-20 13:30:10 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rodio"
|
2021-05-25 20:35:35 +00:00
|
|
|
version = "0.14.0"
|
2019-10-09 05:53:21 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-25 20:35:35 +00:00
|
|
|
checksum = "4d98f5e557b61525057e2bc142c8cd7f0e70d75dc32852309bec440e6e046bf9"
|
2019-03-20 13:30:10 +00:00
|
|
|
dependencies = [
|
2021-01-22 23:02:49 +00:00
|
|
|
"cpal",
|
2019-03-16 15:30:10 +00:00
|
|
|
]
|
|
|
|
|
2021-02-21 10:08:34 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rpassword"
|
|
|
|
version = "5.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ffc936cf8a7ea60c58f030fd36a612a48f440610214dc54bc36431f9ea0c3efb"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2020-03-01 16:37:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustc-hash"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-22 23:02:49 +00:00
|
|
|
checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
|
2020-03-01 16:37:30 +00:00
|
|
|
|
2021-02-10 20:51:33 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustc_version"
|
2021-06-30 19:39:55 +00:00
|
|
|
version = "0.4.0"
|
2021-02-10 20:51:33 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-30 19:39:55 +00:00
|
|
|
checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"
|
2021-02-10 20:51:33 +00:00
|
|
|
dependencies = [
|
2021-01-26 10:59:09 +00:00
|
|
|
"semver",
|
2020-12-02 19:45:31 +00:00
|
|
|
]
|
|
|
|
|
2019-03-15 14:50:15 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ryu"
|
2020-07-22 14:26:08 +00:00
|
|
|
version = "1.0.5"
|
2019-03-15 14:50:15 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-22 23:02:49 +00:00
|
|
|
checksum = "71d301d4193d031abdd79ff7e3dd721168a9572ef3fe51a1517aba235bd8f86e"
|
2019-03-15 14:50:15 +00:00
|
|
|
|
2020-12-02 19:45:31 +00:00
|
|
|
[[package]]
|
|
|
|
name = "same-file"
|
|
|
|
version = "1.0.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-22 23:02:49 +00:00
|
|
|
checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
|
2020-12-02 19:45:31 +00:00
|
|
|
dependencies = [
|
2021-01-22 23:02:49 +00:00
|
|
|
"winapi-util",
|
2020-12-02 19:45:31 +00:00
|
|
|
]
|
|
|
|
|
2019-03-16 15:30:10 +00:00
|
|
|
[[package]]
|
|
|
|
name = "scopeguard"
|
2020-07-22 14:26:08 +00:00
|
|
|
version = "1.1.0"
|
2019-07-27 17:09:03 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-22 23:02:49 +00:00
|
|
|
checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
|
2019-07-27 17:09:03 +00:00
|
|
|
|
2018-12-28 02:46:27 +00:00
|
|
|
[[package]]
|
|
|
|
name = "sdl2"
|
2021-05-01 09:01:32 +00:00
|
|
|
version = "0.34.5"
|
2018-12-28 02:46:27 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-01 09:01:32 +00:00
|
|
|
checksum = "deecbc3fa9460acff5a1e563e05cb5f31bba0aa0c214bb49a43db8159176d54b"
|
2018-12-28 02:46:27 +00:00
|
|
|
dependencies = [
|
2021-01-31 02:50:20 +00:00
|
|
|
"bitflags",
|
2021-01-22 23:02:49 +00:00
|
|
|
"lazy_static",
|
|
|
|
"libc",
|
|
|
|
"sdl2-sys",
|
2018-12-28 02:46:27 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "sdl2-sys"
|
2021-05-01 09:01:32 +00:00
|
|
|
version = "0.34.5"
|
2018-12-28 02:46:27 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-01 09:01:32 +00:00
|
|
|
checksum = "41a29aa21f175b5a41a6e26da572d5e5d1ee5660d35f9f9d0913e8a802098f74"
|
2018-12-28 02:46:27 +00:00
|
|
|
dependencies = [
|
2021-01-22 23:02:49 +00:00
|
|
|
"cfg-if 0.1.10",
|
|
|
|
"libc",
|
|
|
|
"version-compare",
|
2018-12-28 02:46:27 +00:00
|
|
|
]
|
|
|
|
|
2021-02-10 20:51:33 +00:00
|
|
|
[[package]]
|
|
|
|
name = "semver"
|
2021-08-20 20:13:39 +00:00
|
|
|
version = "1.0.4"
|
2021-02-10 20:51:33 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-20 20:13:39 +00:00
|
|
|
checksum = "568a8e6258aa33c13358f81fd834adb854c6f7c9468520910a9b1e8fac068012"
|
2021-02-10 20:51:33 +00:00
|
|
|
|
2019-03-16 15:30:10 +00:00
|
|
|
[[package]]
|
|
|
|
name = "serde"
|
2021-08-20 20:13:39 +00:00
|
|
|
version = "1.0.127"
|
2019-03-16 15:30:10 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-20 20:13:39 +00:00
|
|
|
checksum = "f03b9878abf6d14e6779d3f24f07b2cfa90352cfec4acc5aab8f1ac7f146fae8"
|
2021-01-22 23:02:49 +00:00
|
|
|
dependencies = [
|
|
|
|
"serde_derive",
|
|
|
|
]
|
2019-03-16 15:30:10 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_derive"
|
2021-08-20 20:13:39 +00:00
|
|
|
version = "1.0.127"
|
2019-03-16 15:30:10 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-20 20:13:39 +00:00
|
|
|
checksum = "a024926d3432516606328597e0f224a51355a493b49fdd67e9209187cbe55ecc"
|
2019-03-16 15:30:10 +00:00
|
|
|
dependencies = [
|
2021-01-22 23:02:49 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
2019-03-16 15:30:10 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_json"
|
2021-08-20 20:13:39 +00:00
|
|
|
version = "1.0.66"
|
2019-03-16 15:30:10 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-20 20:13:39 +00:00
|
|
|
checksum = "336b10da19a12ad094b59d870ebde26a45402e5b470add4b5fd03c5048a32127"
|
2019-03-16 15:30:10 +00:00
|
|
|
dependencies = [
|
2021-01-22 23:02:49 +00:00
|
|
|
"itoa",
|
|
|
|
"ryu",
|
|
|
|
"serde",
|
2019-03-16 15:30:10 +00:00
|
|
|
]
|
|
|
|
|
2021-01-22 23:02:49 +00:00
|
|
|
[[package]]
|
2021-02-13 18:10:34 +00:00
|
|
|
name = "sha-1"
|
2021-08-20 20:13:39 +00:00
|
|
|
version = "0.9.7"
|
2021-01-22 23:02:49 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-20 20:13:39 +00:00
|
|
|
checksum = "1a0c8611594e2ab4ebbf06ec7cbbf0a99450b8570e96cbf5188b5d5f6ef18d81"
|
2021-02-13 18:10:34 +00:00
|
|
|
dependencies = [
|
2021-02-21 18:38:49 +00:00
|
|
|
"block-buffer",
|
2021-02-13 18:10:34 +00:00
|
|
|
"cfg-if 1.0.0",
|
2021-05-08 22:46:35 +00:00
|
|
|
"cpufeatures",
|
2021-02-21 18:38:49 +00:00
|
|
|
"digest",
|
|
|
|
"opaque-debug",
|
2021-02-13 18:10:34 +00:00
|
|
|
]
|
2021-01-22 23:02:49 +00:00
|
|
|
|
2019-03-16 15:30:10 +00:00
|
|
|
[[package]]
|
|
|
|
name = "shannon"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-22 23:02:49 +00:00
|
|
|
checksum = "7ea5b41c9427b56caa7b808cb548a04fb50bb5b9e98590b53f28064ff4174561"
|
2019-03-16 15:30:10 +00:00
|
|
|
dependencies = [
|
2021-01-22 23:02:49 +00:00
|
|
|
"byteorder",
|
2019-03-16 15:30:10 +00:00
|
|
|
]
|
|
|
|
|
2020-01-24 00:35:24 +00:00
|
|
|
[[package]]
|
|
|
|
name = "shell-words"
|
2020-11-27 03:24:41 +00:00
|
|
|
version = "1.0.0"
|
2020-01-24 00:35:24 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-22 23:02:49 +00:00
|
|
|
checksum = "b6fa3938c99da4914afedd13bf3d79bcb6c277d1b2c398d23257a304d9e1b074"
|
2020-01-24 00:35:24 +00:00
|
|
|
|
2020-03-01 16:37:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "shlex"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-22 23:02:49 +00:00
|
|
|
checksum = "7fdf1b9db47230893d76faad238fd6097fd6d6a9245cd7a4d90dbd639536bbd2"
|
2019-03-16 15:30:10 +00:00
|
|
|
|
2021-02-21 10:08:34 +00:00
|
|
|
[[package]]
|
|
|
|
name = "signal-hook-registry"
|
2021-06-30 19:39:55 +00:00
|
|
|
version = "1.4.0"
|
2021-02-21 10:08:34 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-30 19:39:55 +00:00
|
|
|
checksum = "e51e73328dc4ac0c7ccbda3a494dfa03df1de2f46018127f60c693f2648455b0"
|
2021-02-21 10:08:34 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2021-03-12 15:39:58 +00:00
|
|
|
[[package]]
|
|
|
|
name = "simple_logger"
|
2021-08-20 20:13:39 +00:00
|
|
|
version = "1.13.0"
|
2021-03-12 15:39:58 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-20 20:13:39 +00:00
|
|
|
checksum = "b7de33c687404ec3045d4a0d437580455257c0436f858d702f244e7d652f9f07"
|
2021-03-12 15:39:58 +00:00
|
|
|
dependencies = [
|
|
|
|
"atty",
|
|
|
|
"chrono",
|
|
|
|
"colored",
|
|
|
|
"log",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2019-03-16 15:30:10 +00:00
|
|
|
[[package]]
|
|
|
|
name = "slab"
|
2021-08-20 20:13:39 +00:00
|
|
|
version = "0.4.4"
|
2019-03-16 15:30:10 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-20 20:13:39 +00:00
|
|
|
checksum = "c307a32c1c5c437f38c7fd45d753050587732ba8628319fbdf12a7e289ccc590"
|
2019-03-16 15:30:10 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "smallvec"
|
2021-01-22 23:02:49 +00:00
|
|
|
version = "1.6.1"
|
2019-03-16 15:30:10 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-22 23:02:49 +00:00
|
|
|
checksum = "fe0f37c9e8f3c5a4a66ad655a93c74daac4ad00c441533bf5c6e7990bb42604e"
|
2019-03-16 15:30:10 +00:00
|
|
|
|
|
|
|
[[package]]
|
2021-01-22 23:02:49 +00:00
|
|
|
name = "socket2"
|
2021-08-20 20:13:39 +00:00
|
|
|
version = "0.4.1"
|
2019-03-16 15:30:10 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-20 20:13:39 +00:00
|
|
|
checksum = "765f090f0e423d2b55843402a07915add955e7d60657db13707a159727326cad"
|
2020-07-22 14:26:08 +00:00
|
|
|
dependencies = [
|
2021-01-22 23:02:49 +00:00
|
|
|
"libc",
|
|
|
|
"winapi",
|
2020-07-22 14:26:08 +00:00
|
|
|
]
|
2019-03-16 15:30:10 +00:00
|
|
|
|
2020-12-02 19:45:31 +00:00
|
|
|
[[package]]
|
2021-01-22 23:02:49 +00:00
|
|
|
name = "stdweb"
|
|
|
|
version = "0.1.3"
|
2020-12-02 19:45:31 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-22 23:02:49 +00:00
|
|
|
checksum = "ef5430c8e36b713e13b48a9f709cc21e046723fe44ce34587b73a830203b533e"
|
2020-12-02 19:45:31 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "strsim"
|
|
|
|
version = "0.9.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-22 23:02:49 +00:00
|
|
|
checksum = "6446ced80d6c486436db5c078dde11a9f73d42b57fb273121e160b84f63d894c"
|
2020-12-02 19:45:31 +00:00
|
|
|
|
2020-11-27 04:02:48 +00:00
|
|
|
[[package]]
|
|
|
|
name = "strum"
|
|
|
|
version = "0.18.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-22 23:02:49 +00:00
|
|
|
checksum = "57bd81eb48f4c437cadc685403cad539345bf703d78e63707418431cecd4522b"
|
2020-11-27 04:02:48 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "strum_macros"
|
|
|
|
version = "0.18.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-22 23:02:49 +00:00
|
|
|
checksum = "87c85aa3f8ea653bfd3ddf25f7ee357ee4d204731f6aa9ad04002306f6e2774c"
|
2020-11-27 04:02:48 +00:00
|
|
|
dependencies = [
|
2021-01-22 23:02:49 +00:00
|
|
|
"heck",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
2020-11-27 04:02:48 +00:00
|
|
|
]
|
|
|
|
|
2019-03-16 15:30:10 +00:00
|
|
|
[[package]]
|
|
|
|
name = "subtle"
|
2021-08-20 20:13:39 +00:00
|
|
|
version = "2.4.1"
|
2019-03-16 15:30:10 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-20 20:13:39 +00:00
|
|
|
checksum = "6bdef32e8150c2a081110b42772ffe7d7c9032b606bc226c8260fd97e0976601"
|
2019-03-16 15:30:10 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
2021-08-20 20:13:39 +00:00
|
|
|
version = "1.0.74"
|
2019-03-16 15:30:10 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-20 20:13:39 +00:00
|
|
|
checksum = "1873d832550d4588c3dbc20f01361ab00bfe741048f71e3fecf145a7cc18b29c"
|
2019-03-16 15:30:10 +00:00
|
|
|
dependencies = [
|
2021-01-22 23:02:49 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"unicode-xid",
|
2019-07-08 08:08:32 +00:00
|
|
|
]
|
|
|
|
|
2020-07-25 01:52:37 +00:00
|
|
|
[[package]]
|
|
|
|
name = "synstructure"
|
2021-08-20 20:13:39 +00:00
|
|
|
version = "0.12.5"
|
2020-07-25 01:52:37 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-20 20:13:39 +00:00
|
|
|
checksum = "474aaa926faa1603c40b7885a9eaea29b444d1cb2850cb7c0e37bb1a4182f4fa"
|
2020-07-25 01:52:37 +00:00
|
|
|
dependencies = [
|
2021-01-22 23:02:49 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
"unicode-xid",
|
2020-07-25 01:52:37 +00:00
|
|
|
]
|
|
|
|
|
2020-11-27 04:02:48 +00:00
|
|
|
[[package]]
|
|
|
|
name = "system-deps"
|
|
|
|
version = "1.3.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-22 23:02:49 +00:00
|
|
|
checksum = "0f3ecc17269a19353b3558b313bba738b25d82993e30d62a18406a24aba4649b"
|
2020-11-27 04:02:48 +00:00
|
|
|
dependencies = [
|
2021-01-22 23:02:49 +00:00
|
|
|
"heck",
|
|
|
|
"pkg-config",
|
|
|
|
"strum",
|
|
|
|
"strum_macros",
|
|
|
|
"thiserror",
|
|
|
|
"toml",
|
|
|
|
"version-compare",
|
2020-11-27 04:02:48 +00:00
|
|
|
]
|
|
|
|
|
2019-03-16 15:30:10 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tempfile"
|
2021-01-22 23:02:49 +00:00
|
|
|
version = "3.2.0"
|
2019-05-03 05:40:13 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-22 23:02:49 +00:00
|
|
|
checksum = "dac1c663cfc93810f88aed9b8941d48cabf856a1b111c29a40439018d870eb22"
|
2019-05-03 05:40:13 +00:00
|
|
|
dependencies = [
|
2021-01-22 23:02:49 +00:00
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"libc",
|
2021-05-31 21:35:48 +00:00
|
|
|
"rand",
|
2021-02-19 23:17:18 +00:00
|
|
|
"redox_syscall",
|
2021-01-22 23:02:49 +00:00
|
|
|
"remove_dir_all",
|
|
|
|
"winapi",
|
2019-05-03 05:40:13 +00:00
|
|
|
]
|
|
|
|
|
2021-01-30 12:53:44 +00:00
|
|
|
[[package]]
|
|
|
|
name = "termcolor"
|
|
|
|
version = "1.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2dfed899f0eb03f32ee8c6a0aabdb8a7949659e3466561fc0adf54e26d88c5f4"
|
|
|
|
dependencies = [
|
|
|
|
"winapi-util",
|
|
|
|
]
|
|
|
|
|
2020-12-02 19:45:31 +00:00
|
|
|
[[package]]
|
|
|
|
name = "thiserror"
|
2021-08-20 20:13:39 +00:00
|
|
|
version = "1.0.26"
|
2020-12-02 19:45:31 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-20 20:13:39 +00:00
|
|
|
checksum = "93119e4feac1cbe6c798c34d3a53ea0026b0b1de6a120deef895137c0529bfe2"
|
2020-12-02 19:45:31 +00:00
|
|
|
dependencies = [
|
2021-01-22 23:02:49 +00:00
|
|
|
"thiserror-impl",
|
2020-12-02 19:45:31 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "thiserror-impl"
|
2021-08-20 20:13:39 +00:00
|
|
|
version = "1.0.26"
|
2020-12-02 19:45:31 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-20 20:13:39 +00:00
|
|
|
checksum = "060d69a0afe7796bf42e9e2ff91f5ee691fb15c53d38b4b62a9a53eb23164745"
|
2020-12-02 19:45:31 +00:00
|
|
|
dependencies = [
|
2021-01-22 23:02:49 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
2020-12-02 19:45:31 +00:00
|
|
|
]
|
|
|
|
|
2019-03-16 15:30:10 +00:00
|
|
|
[[package]]
|
2020-07-22 14:26:08 +00:00
|
|
|
name = "time"
|
|
|
|
version = "0.1.43"
|
2019-03-16 15:30:10 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-22 23:02:49 +00:00
|
|
|
checksum = "ca8a50ef2360fbd1eeb0ecd46795a87a19024eb4b53c5dc916ca1fd95fe62438"
|
2019-03-16 15:30:10 +00:00
|
|
|
dependencies = [
|
2021-01-22 23:02:49 +00:00
|
|
|
"libc",
|
|
|
|
"winapi",
|
2019-03-16 15:30:10 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2021-01-22 23:02:49 +00:00
|
|
|
name = "tinyvec"
|
2021-08-20 20:13:39 +00:00
|
|
|
version = "1.3.1"
|
2019-03-16 15:30:10 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-20 20:13:39 +00:00
|
|
|
checksum = "848a1e1181b9f6753b5e96a092749e29b11d19ede67dfbbd6c7dc7e0f49b5338"
|
2019-03-16 15:30:10 +00:00
|
|
|
dependencies = [
|
2021-01-22 23:02:49 +00:00
|
|
|
"tinyvec_macros",
|
2019-03-16 15:30:10 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2021-01-22 23:02:49 +00:00
|
|
|
name = "tinyvec_macros"
|
|
|
|
version = "0.1.0"
|
2019-03-16 15:30:10 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-22 23:02:49 +00:00
|
|
|
checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c"
|
2019-03-16 15:30:10 +00:00
|
|
|
|
|
|
|
[[package]]
|
2021-01-22 23:02:49 +00:00
|
|
|
name = "tokio"
|
2021-08-20 20:13:39 +00:00
|
|
|
version = "1.10.0"
|
2019-03-16 15:30:10 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-20 20:13:39 +00:00
|
|
|
checksum = "01cf844b23c6131f624accf65ce0e4e9956a8bb329400ea5bcc26ae3a5c20b0b"
|
2019-03-16 15:30:10 +00:00
|
|
|
dependencies = [
|
2021-01-22 23:02:49 +00:00
|
|
|
"autocfg",
|
|
|
|
"bytes",
|
|
|
|
"libc",
|
|
|
|
"memchr",
|
|
|
|
"mio",
|
|
|
|
"num_cpus",
|
2021-02-21 10:08:34 +00:00
|
|
|
"once_cell",
|
2021-01-22 23:02:49 +00:00
|
|
|
"pin-project-lite",
|
2021-02-21 10:08:34 +00:00
|
|
|
"signal-hook-registry",
|
2021-01-22 23:02:49 +00:00
|
|
|
"tokio-macros",
|
2021-02-21 10:08:34 +00:00
|
|
|
"winapi",
|
2019-03-16 15:30:10 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2021-01-22 23:02:49 +00:00
|
|
|
name = "tokio-macros"
|
2021-08-20 20:13:39 +00:00
|
|
|
version = "1.3.0"
|
2019-03-16 15:30:10 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-20 20:13:39 +00:00
|
|
|
checksum = "54473be61f4ebe4efd09cec9bd5d16fa51d70ea0192213d754d2d500457db110"
|
2019-03-16 15:30:10 +00:00
|
|
|
dependencies = [
|
2021-01-22 23:02:49 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
2019-03-16 15:30:10 +00:00
|
|
|
]
|
|
|
|
|
2021-02-10 21:54:35 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tokio-stream"
|
2021-08-20 20:13:39 +00:00
|
|
|
version = "0.1.7"
|
2021-02-10 21:54:35 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-20 20:13:39 +00:00
|
|
|
checksum = "7b2f3f698253f03119ac0102beaa64f67a67e08074d03a22d18784104543727f"
|
2021-02-10 21:54:35 +00:00
|
|
|
dependencies = [
|
|
|
|
"futures-core",
|
|
|
|
"pin-project-lite",
|
|
|
|
"tokio",
|
|
|
|
]
|
|
|
|
|
2019-03-16 15:30:10 +00:00
|
|
|
[[package]]
|
2021-01-22 23:02:49 +00:00
|
|
|
name = "tokio-util"
|
2021-05-28 08:55:05 +00:00
|
|
|
version = "0.6.7"
|
2019-03-16 15:30:10 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-28 08:55:05 +00:00
|
|
|
checksum = "1caa0b0c8d94a049db56b5acf8cba99dc0623aab1b26d5b5f5e2d945846b3592"
|
2019-03-16 15:30:10 +00:00
|
|
|
dependencies = [
|
2021-01-22 23:02:49 +00:00
|
|
|
"bytes",
|
|
|
|
"futures-core",
|
|
|
|
"futures-sink",
|
|
|
|
"log",
|
|
|
|
"pin-project-lite",
|
|
|
|
"tokio",
|
2019-03-16 15:30:10 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2021-01-22 23:02:49 +00:00
|
|
|
name = "toml"
|
|
|
|
version = "0.5.8"
|
2019-03-16 15:30:10 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-22 23:02:49 +00:00
|
|
|
checksum = "a31142970826733df8241ef35dc040ef98c679ab14d7c3e54d827099b3acecaa"
|
2019-03-16 15:30:10 +00:00
|
|
|
dependencies = [
|
2021-01-22 23:02:49 +00:00
|
|
|
"serde",
|
2019-03-16 15:30:10 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2021-01-22 23:02:49 +00:00
|
|
|
name = "tower-service"
|
2021-02-10 20:51:33 +00:00
|
|
|
version = "0.3.1"
|
2019-03-16 15:30:10 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-10 20:51:33 +00:00
|
|
|
checksum = "360dfd1d6d30e05fda32ace2c8c70e9c0a9da713275777f5a4dbb8a1893930c6"
|
2019-03-16 15:30:10 +00:00
|
|
|
|
|
|
|
[[package]]
|
2021-01-22 23:02:49 +00:00
|
|
|
name = "tracing"
|
2021-05-01 09:01:32 +00:00
|
|
|
version = "0.1.26"
|
2019-03-16 15:30:10 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-01 09:01:32 +00:00
|
|
|
checksum = "09adeb8c97449311ccd28a427f96fb563e7fd31aabf994189879d9da2394b89d"
|
2019-03-16 15:30:10 +00:00
|
|
|
dependencies = [
|
2021-01-22 23:02:49 +00:00
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"pin-project-lite",
|
|
|
|
"tracing-core",
|
2019-03-16 15:30:10 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2021-01-22 23:02:49 +00:00
|
|
|
name = "tracing-core"
|
2021-08-20 20:13:39 +00:00
|
|
|
version = "0.1.19"
|
2019-03-16 15:30:10 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-20 20:13:39 +00:00
|
|
|
checksum = "2ca517f43f0fb96e0c3072ed5c275fe5eece87e8cb52f4a77b69226d3b1c9df8"
|
2019-03-16 15:30:10 +00:00
|
|
|
dependencies = [
|
2021-01-22 23:02:49 +00:00
|
|
|
"lazy_static",
|
2019-03-16 15:30:10 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "try-lock"
|
2021-01-22 23:02:49 +00:00
|
|
|
version = "0.2.3"
|
2019-03-16 15:30:10 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-22 23:02:49 +00:00
|
|
|
checksum = "59547bce71d9c38b83d9c0e92b6066c4253371f15005def0c30d9657f50c7642"
|
2019-03-16 15:30:10 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "typenum"
|
2021-05-01 09:01:32 +00:00
|
|
|
version = "1.13.0"
|
2019-03-16 15:30:10 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-01 09:01:32 +00:00
|
|
|
checksum = "879f6906492a7cd215bfa4cf595b600146ccfac0c79bcbd1f3000162af5e8b06"
|
2019-03-16 15:30:10 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-bidi"
|
2021-08-20 20:13:39 +00:00
|
|
|
version = "0.3.6"
|
2019-03-16 15:30:10 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-20 20:13:39 +00:00
|
|
|
checksum = "246f4c42e67e7a4e3c6106ff716a5d067d4132a642840b242e357e468a2a0085"
|
2019-03-16 15:30:10 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-normalization"
|
2021-06-30 19:39:55 +00:00
|
|
|
version = "0.1.19"
|
2019-03-16 15:30:10 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-06-30 19:39:55 +00:00
|
|
|
checksum = "d54590932941a9e9266f0832deed84ebe1bf2e4c9e4a3554d393d18f5e854bf9"
|
2019-03-16 15:30:10 +00:00
|
|
|
dependencies = [
|
2021-01-22 23:02:49 +00:00
|
|
|
"tinyvec",
|
2019-03-16 15:30:10 +00:00
|
|
|
]
|
|
|
|
|
2020-11-27 04:02:48 +00:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-segmentation"
|
2021-08-20 20:13:39 +00:00
|
|
|
version = "1.8.0"
|
2020-11-27 04:02:48 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-20 20:13:39 +00:00
|
|
|
checksum = "8895849a949e7845e06bd6dc1aa51731a103c42707010a5b591c0038fb73385b"
|
2019-03-16 15:30:10 +00:00
|
|
|
|
2021-02-21 10:08:34 +00:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-width"
|
|
|
|
version = "0.1.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9337591893a19b88d8d87f2cec1e73fad5cdfd10e5a6f349f498ad6ea2ffb1e3"
|
|
|
|
|
2020-03-01 16:37:30 +00:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-xid"
|
2021-05-01 09:01:32 +00:00
|
|
|
version = "0.2.2"
|
2020-03-01 16:37:30 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-01 09:01:32 +00:00
|
|
|
checksum = "8ccb82d61f80a663efe1f787a51b16b5a51e3314d6ac365b08639f52387b33f3"
|
2020-03-01 16:37:30 +00:00
|
|
|
|
2020-12-02 19:45:31 +00:00
|
|
|
[[package]]
|
|
|
|
name = "url"
|
2021-05-09 07:53:20 +00:00
|
|
|
version = "2.2.2"
|
2020-12-02 19:45:31 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-09 07:53:20 +00:00
|
|
|
checksum = "a507c383b2d33b5fc35d1861e77e6b383d158b2da5e14fe51b83dfedf6fd578c"
|
2020-12-02 19:45:31 +00:00
|
|
|
dependencies = [
|
2021-01-22 23:02:49 +00:00
|
|
|
"form_urlencoded",
|
2021-02-22 10:26:12 +00:00
|
|
|
"idna",
|
2021-01-22 23:02:49 +00:00
|
|
|
"matches",
|
2021-02-22 10:26:12 +00:00
|
|
|
"percent-encoding",
|
2020-12-02 19:45:31 +00:00
|
|
|
]
|
|
|
|
|
2021-03-06 00:29:08 +00:00
|
|
|
[[package]]
|
|
|
|
name = "uuid"
|
|
|
|
version = "0.8.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "bc5cf98d8186244414c848017f0e2676b3fcb46807f6668a97dfe67359a3c4b7"
|
|
|
|
dependencies = [
|
|
|
|
"getrandom",
|
|
|
|
]
|
|
|
|
|
2019-07-08 08:08:32 +00:00
|
|
|
[[package]]
|
|
|
|
name = "vergen"
|
2021-02-10 20:51:33 +00:00
|
|
|
version = "3.2.0"
|
2019-07-08 08:08:32 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-10 20:51:33 +00:00
|
|
|
checksum = "e7141e445af09c8919f1d5f8a20dae0b20c3b57a45dee0d5823c6ed5d237f15a"
|
2019-07-08 08:08:32 +00:00
|
|
|
dependencies = [
|
2021-01-31 02:50:20 +00:00
|
|
|
"bitflags",
|
2021-01-22 23:02:49 +00:00
|
|
|
"chrono",
|
2021-04-10 08:27:24 +00:00
|
|
|
"rustc_version",
|
2019-07-08 08:08:32 +00:00
|
|
|
]
|
|
|
|
|
2020-11-27 04:02:48 +00:00
|
|
|
[[package]]
|
|
|
|
name = "version-compare"
|
|
|
|
version = "0.0.10"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-22 23:02:49 +00:00
|
|
|
checksum = "d63556a25bae6ea31b52e640d7c41d1ab27faba4ccb600013837a3d0b3994ca1"
|
2020-11-27 04:02:48 +00:00
|
|
|
|
2019-03-16 15:30:10 +00:00
|
|
|
[[package]]
|
|
|
|
name = "version_check"
|
2021-05-01 09:01:32 +00:00
|
|
|
version = "0.9.3"
|
2019-03-16 15:30:10 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-01 09:01:32 +00:00
|
|
|
checksum = "5fecdca9a5291cc2b8dcf7dc02453fee791a280f3743cb0905f8822ae463b3fe"
|
2019-03-16 15:30:10 +00:00
|
|
|
|
2020-12-02 19:45:31 +00:00
|
|
|
[[package]]
|
|
|
|
name = "walkdir"
|
2021-05-01 09:01:32 +00:00
|
|
|
version = "2.3.2"
|
2020-12-02 19:45:31 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-05-01 09:01:32 +00:00
|
|
|
checksum = "808cf2735cd4b6866113f648b791c6adc5714537bc222d9347bb203386ffda56"
|
2020-12-02 19:45:31 +00:00
|
|
|
dependencies = [
|
2021-01-22 23:02:49 +00:00
|
|
|
"same-file",
|
|
|
|
"winapi",
|
|
|
|
"winapi-util",
|
2020-12-02 19:45:31 +00:00
|
|
|
]
|
|
|
|
|
2019-03-16 15:30:10 +00:00
|
|
|
[[package]]
|
|
|
|
name = "want"
|
2021-01-22 23:02:49 +00:00
|
|
|
version = "0.3.0"
|
2019-03-16 15:30:10 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-22 23:02:49 +00:00
|
|
|
checksum = "1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0"
|
2019-03-16 15:30:10 +00:00
|
|
|
dependencies = [
|
2021-01-22 23:02:49 +00:00
|
|
|
"log",
|
|
|
|
"try-lock",
|
2019-03-16 15:30:10 +00:00
|
|
|
]
|
|
|
|
|
2021-01-22 23:02:49 +00:00
|
|
|
[[package]]
|
|
|
|
name = "wasi"
|
2021-02-10 20:51:33 +00:00
|
|
|
version = "0.10.2+wasi-snapshot-preview1"
|
2021-01-22 23:02:49 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-02-10 20:51:33 +00:00
|
|
|
checksum = "fd6fbd9a79829dd1ad0cc20627bf1ed606756a7f77edff7b66b7064f9cb327c6"
|
2020-07-22 14:26:08 +00:00
|
|
|
|
2020-12-02 19:45:31 +00:00
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen"
|
2021-08-20 20:13:39 +00:00
|
|
|
version = "0.2.76"
|
2020-12-02 19:45:31 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-20 20:13:39 +00:00
|
|
|
checksum = "8ce9b1b516211d33767048e5d47fa2a381ed8b76fc48d2ce4aa39877f9f183e0"
|
2020-12-02 19:45:31 +00:00
|
|
|
dependencies = [
|
2021-01-22 23:02:49 +00:00
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"wasm-bindgen-macro",
|
2020-12-02 19:45:31 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-backend"
|
2021-08-20 20:13:39 +00:00
|
|
|
version = "0.2.76"
|
2020-12-02 19:45:31 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-20 20:13:39 +00:00
|
|
|
checksum = "cfe8dc78e2326ba5f845f4b5bf548401604fa20b1dd1d365fb73b6c1d6364041"
|
2020-12-02 19:45:31 +00:00
|
|
|
dependencies = [
|
2021-01-22 23:02:49 +00:00
|
|
|
"bumpalo",
|
|
|
|
"lazy_static",
|
|
|
|
"log",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
"wasm-bindgen-shared",
|
2020-12-02 19:45:31 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-macro"
|
2021-08-20 20:13:39 +00:00
|
|
|
version = "0.2.76"
|
2020-12-02 19:45:31 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-20 20:13:39 +00:00
|
|
|
checksum = "44468aa53335841d9d6b6c023eaab07c0cd4bddbcfdee3e2bb1e8d2cb8069fef"
|
2020-12-02 19:45:31 +00:00
|
|
|
dependencies = [
|
2021-01-22 23:02:49 +00:00
|
|
|
"quote",
|
|
|
|
"wasm-bindgen-macro-support",
|
2020-12-02 19:45:31 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-macro-support"
|
2021-08-20 20:13:39 +00:00
|
|
|
version = "0.2.76"
|
2020-12-02 19:45:31 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-20 20:13:39 +00:00
|
|
|
checksum = "0195807922713af1e67dc66132c7328206ed9766af3858164fb583eedc25fbad"
|
2020-12-02 19:45:31 +00:00
|
|
|
dependencies = [
|
2021-01-22 23:02:49 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
"wasm-bindgen-backend",
|
|
|
|
"wasm-bindgen-shared",
|
2020-12-02 19:45:31 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-shared"
|
2021-08-20 20:13:39 +00:00
|
|
|
version = "0.2.76"
|
2020-12-02 19:45:31 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-20 20:13:39 +00:00
|
|
|
checksum = "acdb075a845574a1fa5f09fd77e43f7747599301ea3417a9fbffdeedfc1f4a29"
|
2020-12-02 19:45:31 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "web-sys"
|
2021-08-20 20:13:39 +00:00
|
|
|
version = "0.3.53"
|
2020-12-02 19:45:31 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-08-20 20:13:39 +00:00
|
|
|
checksum = "224b2f6b67919060055ef1a67807367c2066ed520c3862cc013d26cf893a783c"
|
2020-12-02 19:45:31 +00:00
|
|
|
dependencies = [
|
2021-01-22 23:02:49 +00:00
|
|
|
"js-sys",
|
|
|
|
"wasm-bindgen",
|
2020-12-02 19:45:31 +00:00
|
|
|
]
|
|
|
|
|
2019-03-16 15:30:10 +00:00
|
|
|
[[package]]
|
|
|
|
name = "winapi"
|
2020-07-22 14:26:08 +00:00
|
|
|
version = "0.3.9"
|
2019-03-16 15:30:10 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-22 23:02:49 +00:00
|
|
|
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
|
2019-03-16 15:30:10 +00:00
|
|
|
dependencies = [
|
2021-01-22 23:02:49 +00:00
|
|
|
"winapi-i686-pc-windows-gnu",
|
|
|
|
"winapi-x86_64-pc-windows-gnu",
|
2019-03-16 15:30:10 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi-i686-pc-windows-gnu"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-22 23:02:49 +00:00
|
|
|
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
|
2019-03-16 15:30:10 +00:00
|
|
|
|
2019-05-03 05:40:13 +00:00
|
|
|
[[package]]
|
|
|
|
name = "winapi-util"
|
2020-07-22 14:26:08 +00:00
|
|
|
version = "0.1.5"
|
2019-05-03 05:40:13 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-22 23:02:49 +00:00
|
|
|
checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
|
2019-05-03 05:40:13 +00:00
|
|
|
dependencies = [
|
2021-01-22 23:02:49 +00:00
|
|
|
"winapi",
|
2019-05-03 05:40:13 +00:00
|
|
|
]
|
|
|
|
|
2019-03-16 15:30:10 +00:00
|
|
|
[[package]]
|
|
|
|
name = "winapi-x86_64-pc-windows-gnu"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-22 23:02:49 +00:00
|
|
|
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
|
2019-03-16 15:30:10 +00:00
|
|
|
|
2020-07-25 01:52:37 +00:00
|
|
|
[[package]]
|
|
|
|
name = "zerocopy"
|
2020-11-27 05:00:15 +00:00
|
|
|
version = "0.3.0"
|
2020-07-25 01:52:37 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-22 23:02:49 +00:00
|
|
|
checksum = "6580539ad917b7c026220c4b3f2c08d52ce54d6ce0dc491e66002e35388fab46"
|
2020-07-25 01:52:37 +00:00
|
|
|
dependencies = [
|
2021-01-22 23:02:49 +00:00
|
|
|
"byteorder",
|
|
|
|
"zerocopy-derive",
|
2020-07-25 01:52:37 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "zerocopy-derive"
|
2020-11-27 05:00:15 +00:00
|
|
|
version = "0.2.0"
|
2020-07-25 01:52:37 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-01-22 23:02:49 +00:00
|
|
|
checksum = "d498dbd1fd7beb83c86709ae1c33ca50942889473473d287d56ce4770a18edfb"
|
2020-07-25 01:52:37 +00:00
|
|
|
dependencies = [
|
2021-01-22 23:02:49 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"syn",
|
|
|
|
"synstructure",
|
|
|
|
]
|