librespot/Cargo.lock

4180 lines
100 KiB
Text
Raw Normal View History

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
[[package]]
name = "addr2line"
version = "0.24.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f5fb1d8e4442bd405fdfd1dacb42792696b0cf9cb15882e5d097b742a676d375"
dependencies = [
"gimli",
]
[[package]]
name = "adler2"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "512761e0bb2578dd7380c6baaa0f4ce03e84f95e960231d1dec8bf4d7d6e2627"
[[package]]
name = "aes"
version = "0.8.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b169f7a6d4742236a0a00c541b845991d0ac43e546831af1249753ab4c3aa3a0"
dependencies = [
"cfg-if",
2021-01-22 23:02:49 +00:00
"cipher",
2022-01-08 19:51:51 +00:00
"cpufeatures",
]
2021-01-30 12:53:44 +00:00
[[package]]
name = "aho-corasick"
version = "1.1.3"
2021-01-30 12:53:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
2021-01-30 12:53:44 +00:00
dependencies = [
"memchr",
]
[[package]]
name = "alsa"
version = "0.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ed7572b7ba83a31e20d1b48970ee402d2e3e0537dcfe0a3ff4d6eb7508617d43"
dependencies = [
"alsa-sys",
"bitflags 2.6.0",
"cfg-if",
"libc",
]
[[package]]
name = "alsa-sys"
2021-01-22 23:02:49 +00:00
version = "0.3.1"
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
]
2024-09-16 10:19:12 +00:00
[[package]]
name = "android-tzdata"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0"
[[package]]
name = "android_system_properties"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
dependencies = [
"libc",
]
[[package]]
name = "anstream"
version = "0.6.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "64e15c1ab1f89faffbf04a634d5e1962e9074f2741eef6d97f3c4e322426d526"
dependencies = [
"anstyle",
"anstyle-parse",
"anstyle-query",
"anstyle-wincon",
"colorchoice",
"is_terminal_polyfill",
"utf8parse",
]
[[package]]
name = "anstyle"
version = "1.0.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1bec1de6f59aedf83baf9ff929c98f2ad654b97c9510f4e70cf6f661d49fd5b1"
[[package]]
name = "anstyle-parse"
version = "0.2.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "eb47de1e80c2b463c735db5b217a0ddc39d612e7ac9e2e96a5aed1f57616c1cb"
dependencies = [
"utf8parse",
]
[[package]]
name = "anstyle-query"
version = "1.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6d36fc52c7f6c869915e99412912f22093507da8d9e942ceaf66fe4b7c14422a"
dependencies = [
"windows-sys 0.52.0",
]
[[package]]
name = "anstyle-wincon"
version = "3.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5bf74e1b6e971609db8ca7a9ce79fd5768ab6ae46441c572e46cf596f59e57f8"
dependencies = [
"anstyle",
"windows-sys 0.52.0",
]
[[package]]
name = "anyhow"
version = "1.0.89"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "86fdf8605db99b54d3cd748a44c6d04df638eb5dafb219b135d0149bd0db01f6"
[[package]]
name = "arrayvec"
version = "0.7.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50"
[[package]]
2021-01-22 23:02:49 +00:00
name = "async-trait"
2024-09-30 19:31:26 +00:00
version = "0.1.83"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-30 19:31:26 +00:00
checksum = "721cae7de5c34fbb2acd27e21e6d2cf7b886dce0c27388d46c4e6c47ea4318dd"
dependencies = [
2021-01-22 23:02:49 +00:00
"proc-macro2",
"quote",
"syn 2.0.79",
]
2024-06-06 07:38:46 +00:00
[[package]]
name = "atomic-waker"
version = "1.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
2021-01-30 12:53:44 +00:00
[[package]]
2023-04-11 18:33:45 +00:00
name = "atomic_refcell"
version = "0.1.13"
2021-01-30 12:53:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "41e67cd8309bbd06cd603a9e693a784ac2e5d1e955f11286e355089fcab3047c"
2021-01-30 12:53:44 +00:00
[[package]]
2021-01-22 23:02:49 +00:00
name = "autocfg"
version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26"
[[package]]
name = "aws-lc-rs"
version = "1.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2f95446d919226d587817a7d21379e6eb099b97b45110a7f272a444ca5c54070"
dependencies = [
"aws-lc-sys",
"mirai-annotations",
"paste",
"zeroize",
]
[[package]]
name = "aws-lc-sys"
2024-09-30 19:31:26 +00:00
version = "0.21.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-30 19:31:26 +00:00
checksum = "b3ddc4a5b231dd6958b140ff3151b6412b3f4321fab354f399eec8f14b06df62"
dependencies = [
"bindgen 0.69.4",
"cc",
"cmake",
"dunce",
"fs_extra",
"libc",
"paste",
]
[[package]]
name = "backtrace"
version = "0.3.74"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8d82cb332cdfaed17ae235a638438ac4d4839913cc2af585c3c6746e8f8bee1a"
dependencies = [
"addr2line",
2022-05-23 18:14:43 +00:00
"cfg-if",
"libc",
"miniz_oxide",
"object",
"rustc-demangle",
"windows-targets 0.52.6",
]
2024-09-16 10:19:12 +00:00
[[package]]
name = "base64"
version = "0.13.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
2023-04-11 18:33:45 +00:00
[[package]]
name = "base64"
version = "0.21.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
[[package]]
name = "base64"
version = "0.22.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
[[package]]
name = "base64ct"
2023-04-11 18:33:45 +00:00
version = "1.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-11 18:33:45 +00:00
checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b"
[[package]]
name = "bindgen"
version = "0.69.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a00dc851838a2120612785d195287475a3ac45514741da670b735818822129a0"
dependencies = [
"bitflags 2.6.0",
2021-01-22 23:02:49 +00:00
"cexpr",
"clang-sys",
"itertools 0.12.1",
2021-01-22 23:02:49 +00:00
"lazy_static",
"lazycell",
"log",
"prettyplease",
2021-01-22 23:02:49 +00:00
"proc-macro2",
"quote",
"regex",
"rustc-hash",
"shlex",
"syn 2.0.79",
"which",
]
[[package]]
name = "bindgen"
version = "0.70.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f49d8fed880d473ea71efb9bf597651e77201bdd4893efe54c9e5d65ae04ce6f"
dependencies = [
"bitflags 2.6.0",
"cexpr",
"clang-sys",
"itertools 0.13.0",
"proc-macro2",
"quote",
"regex",
"rustc-hash",
"shlex",
"syn 2.0.79",
]
[[package]]
name = "bitflags"
2021-10-26 18:10:39 +00:00
version = "1.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-10-26 18:10:39 +00:00
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
[[package]]
name = "bitflags"
version = "2.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b048fb63fd8b5923fc5aa7b340d8e156aec7ec02f0c78fa8a6ddc2613f6f71de"
2022-05-21 19:51:37 +00:00
[[package]]
name = "block-buffer"
2023-04-11 18:33:45 +00:00
version = "0.10.4"
2022-05-21 19:51:37 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-11 18:33:45 +00:00
checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
2022-05-21 19:51:37 +00:00
dependencies = [
"generic-array",
]
[[package]]
name = "bumpalo"
version = "3.16.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c"
[[package]]
name = "bytemuck"
version = "1.18.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "94bbb0ad554ad961ddc5da507a12a29b14e4ae5bda06b19f575a3e6079d2e2ae"
[[package]]
name = "byteorder"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
2019-07-08 08:08:32 +00:00
[[package]]
name = "bytes"
2024-09-30 19:31:26 +00:00
version = "1.7.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-30 19:31:26 +00:00
checksum = "428d9aa8fbc0670b7b8d6030a7fadd0f86151cae55e4dbbece15f3780a3dfaf3"
[[package]]
name = "cc"
version = "1.1.23"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3bbb537bb4a30b90362caddba8f360c0a56bc13d3a5570028e7197204cb54a17"
2021-03-19 21:28:55 +00:00
dependencies = [
"jobserver",
"libc",
"shlex",
2021-03-19 21:28:55 +00:00
]
[[package]]
name = "cesu8"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-01-22 23:02:49 +00:00
checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c"
[[package]]
name = "cexpr"
2022-05-21 19:51:37 +00:00
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-21 19:51:37 +00:00
checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
dependencies = [
2021-01-22 23:02:49 +00:00
"nom",
]
[[package]]
name = "cfg-expr"
version = "0.17.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d0890061c4d3223e7267f3bad2ec40b997d64faac1c2815a4a9d95018e2b9e9c"
dependencies = [
"smallvec",
"target-lexicon",
]
[[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"
2024-09-16 10:19:12 +00:00
[[package]]
name = "chrono"
version = "0.4.38"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a21f936df1771bf62b77f047b726c4625ff2e8aa607c01ec06e5a05bd8463401"
dependencies = [
"android-tzdata",
"iana-time-zone",
"js-sys",
"num-traits",
"serde",
"wasm-bindgen",
"windows-targets 0.52.6",
2024-09-16 10:19:12 +00:00
]
[[package]]
2021-01-22 23:02:49 +00:00
name = "cipher"
2023-04-11 18:33:45 +00:00
version = "0.4.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-11 18:33:45 +00:00
checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad"
dependencies = [
"crypto-common",
"inout",
]
[[package]]
2021-01-22 23:02:49 +00:00
name = "clang-sys"
version = "1.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4"
dependencies = [
2021-01-22 23:02:49 +00:00
"glob",
"libc",
"libloading 0.8.5",
]
[[package]]
name = "cmake"
version = "0.1.51"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fb1e43aa7fd152b1f968787f7dbcdeb306d1867ff373c69955211876c053f91a"
dependencies = [
"cc",
]
[[package]]
name = "colorchoice"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d3fd119d74b830634cea2a0f58bbd0d54540518a14397557951e79340abc28c0"
[[package]]
name = "combine"
version = "4.6.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd"
dependencies = [
2021-01-22 23:02:49 +00:00
"bytes",
"memchr",
]
2022-01-25 21:48:27 +00:00
[[package]]
name = "const-oid"
version = "0.9.6"
2022-01-25 21:48:27 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8"
2022-01-25 21:48:27 +00:00
[[package]]
name = "core-foundation"
version = "0.9.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
dependencies = [
"core-foundation-sys",
"libc",
]
[[package]]
name = "core-foundation-sys"
version = "0.8.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
[[package]]
name = "coreaudio-rs"
version = "0.11.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "321077172d79c662f64f5071a03120748d5bb652f5231570141be24cfcd2bace"
dependencies = [
"bitflags 1.3.2",
"core-foundation-sys",
2021-01-22 23:02:49 +00:00
"coreaudio-sys",
]
[[package]]
name = "coreaudio-sys"
version = "0.2.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2ce857aa0b77d77287acc1ac3e37a05a8c95a2af3647d23b15f263bdaeb7562b"
dependencies = [
"bindgen 0.70.1",
]
[[package]]
name = "cpal"
version = "0.15.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "873dab07c8f743075e57f524c583985fbaf745602acbe916a01539364369a779"
dependencies = [
"alsa",
"core-foundation-sys",
2021-01-22 23:02:49 +00:00
"coreaudio-rs",
2023-04-11 18:33:45 +00:00
"dasp_sample",
"jack",
"jni",
2021-01-22 23:02:49 +00:00
"js-sys",
"libc",
2023-04-11 18:33:45 +00:00
"mach2",
2022-05-23 18:14:43 +00:00
"ndk",
2023-04-11 18:33:45 +00:00
"ndk-context",
2021-01-22 23:02:49 +00:00
"oboe",
2023-04-11 18:33:45 +00:00
"wasm-bindgen",
"wasm-bindgen-futures",
2021-01-22 23:02:49 +00:00
"web-sys",
"windows 0.54.0",
]
2021-02-13 18:10:34 +00:00
[[package]]
2021-05-08 22:46:35 +00:00
name = "cpufeatures"
version = "0.2.14"
2021-02-13 18:10:34 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "608697df725056feaccfa42cffdaeeec3fccc4ffc38358ecd19b243e716a78e0"
2021-05-08 22:46:35 +00:00
dependencies = [
"libc",
]
2021-02-13 18:10:34 +00:00
2022-05-21 19:51:37 +00:00
[[package]]
name = "crypto-common"
2022-07-29 20:05:10 +00:00
version = "0.1.6"
2022-05-21 19:51:37 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-29 20:05:10 +00:00
checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
2022-05-21 19:51:37 +00:00
dependencies = [
"generic-array",
"typenum",
]
[[package]]
name = "ctr"
2023-04-11 18:33:45 +00:00
version = "0.9.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-11 18:33:45 +00:00
checksum = "0369ee1ad671834580515889b80f2ea915f23b8be8d0daa4bbaf2ac5c7590835"
dependencies = [
2021-01-22 23:02:49 +00:00
"cipher",
]
[[package]]
name = "darling"
version = "0.20.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6f63b86c8a8826a49b8c21f08a2d07338eec8d900540f8630dc76284be802989"
dependencies = [
"darling_core",
"darling_macro",
]
[[package]]
name = "darling_core"
version = "0.20.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "95133861a8032aaea082871032f5815eb9e98cef03fa916ab4500513994df9e5"
dependencies = [
"fnv",
"ident_case",
"proc-macro2",
"quote",
"strsim",
"syn 2.0.79",
]
[[package]]
name = "darling_macro"
version = "0.20.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d336a2a514f6ccccaa3e09b02d41d35330c07ddf03a62165fcec10bb561c7806"
dependencies = [
"darling_core",
"quote",
"syn 2.0.79",
]
[[package]]
2023-04-11 18:33:45 +00:00
name = "dasp_sample"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-11 18:33:45 +00:00
checksum = "0c87e182de0887fd5361989c677c4e8f5000cd9491d6d563161a8f3a5519fc7f"
[[package]]
name = "data-encoding"
version = "2.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e8566979429cf69b49a5c740c60791108e86440e8be149bbea4fe54d2c32d6e2"
[[package]]
2022-01-25 21:48:27 +00:00
name = "der"
version = "0.7.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f55bf8e7b65898637379c1b74eb1551107c8294ed26d855ceb9fd1a09cfc9bc0"
dependencies = [
2022-01-25 21:48:27 +00:00
"const-oid",
"pem-rfc7468",
"zeroize",
]
[[package]]
name = "deranged"
version = "0.3.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b42b6fa04a440b495c8b04d0e71b707c585f83cb9cb28cf8cd0d976c315e31b4"
dependencies = [
"powerfmt",
]
[[package]]
name = "derive_builder"
version = "0.20.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cd33f37ee6a119146a1781d3356a7c26028f83d779b2e04ecd45fdc75c76877b"
dependencies = [
"derive_builder_macro",
]
[[package]]
name = "derive_builder_core"
version = "0.20.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7431fa049613920234f22c47fdc33e6cf3ee83067091ea4277a3f8c4587aae38"
dependencies = [
"darling",
"proc-macro2",
"quote",
"syn 2.0.79",
]
[[package]]
name = "derive_builder_macro"
version = "0.20.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4abae7035bf79b9877b779505d8cf3749285b80c43941eda66604841889451dc"
dependencies = [
"derive_builder_core",
"syn 2.0.79",
]
2021-02-13 18:10:34 +00:00
[[package]]
name = "digest"
version = "0.10.7"
2021-02-13 18:10:34 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
2021-02-13 18:10:34 +00:00
dependencies = [
2022-04-07 20:51:08 +00:00
"block-buffer",
"const-oid",
2022-05-21 19:51:37 +00:00
"crypto-common",
"subtle",
]
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",
]
[[package]]
name = "dunce"
version = "1.0.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813"
[[package]]
name = "either"
version = "1.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0"
[[package]]
name = "encoding_rs"
version = "0.8.34"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b45de904aa0b010bce2ab45264d0631681847fa7b6f2eaa7dab7619943bc4f59"
dependencies = [
"cfg-if",
]
[[package]]
name = "env_filter"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4f2c92ceda6ceec50f43169f9ee8424fe2db276791afde7b2cd8bc084cb376ab"
dependencies = [
"log",
]
2021-01-30 12:53:44 +00:00
[[package]]
name = "env_logger"
version = "0.11.5"
2021-01-30 12:53:44 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e13fa619b91fb2381732789fc5de83b45675e882f66623b7d8cb4f643017018d"
2021-01-30 12:53:44 +00:00
dependencies = [
"anstream",
"anstyle",
"env_filter",
2021-01-30 12:53:44 +00:00
"humantime",
"log",
]
[[package]]
name = "equivalent"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
2023-04-11 18:33:45 +00:00
[[package]]
name = "errno"
version = "0.3.9"
2023-04-11 18:33:45 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "534c5cf6194dfab3db3242765c03bbe257cf92f22b38f6bc0c58d59108a820ba"
2023-04-11 18:33:45 +00:00
dependencies = [
"libc",
"windows-sys 0.52.0",
2023-04-11 18:33:45 +00:00
]
2022-05-21 19:51:37 +00:00
[[package]]
name = "fastrand"
version = "2.1.1"
2022-05-21 19:51:37 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e8c02a5121d4ea3eb16a80748c74f5549a5665e4c21333c6098f283870fbdea6"
2022-05-21 19:51:37 +00:00
[[package]]
name = "fixedbitset"
2022-07-29 20:05:10 +00:00
version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-07-29 20:05:10 +00:00
checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"
[[package]]
name = "fnv"
version = "1.0.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-01-22 23:02:49 +00:00
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
[[package]]
name = "form_urlencoded"
version = "1.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
dependencies = [
2021-02-22 10:26:12 +00:00
"percent-encoding",
]
[[package]]
name = "fs_extra"
version = "1.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c"
2021-03-17 20:24:28 +00:00
[[package]]
name = "futures"
version = "0.3.30"
2021-03-17 20:24:28 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "645c6916888f6cb6350d2550b80fb63e734897a8498abe35cfb732b6487804b0"
2021-03-17 20:24:28 +00:00
dependencies = [
"futures-channel",
"futures-core",
"futures-executor",
"futures-io",
"futures-sink",
"futures-task",
"futures-util",
]
[[package]]
name = "futures-channel"
version = "0.3.30"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "eac8f7d7865dcb88bd4373ab671c8cf4508703796caa2b1985a9ca867b3fcb78"
dependencies = [
2021-01-22 23:02:49 +00:00
"futures-core",
2021-03-17 20:24:28 +00:00
"futures-sink",
]
[[package]]
name = "futures-core"
version = "0.3.30"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dfc6580bb841c5a68e9ef15c77ccc837b40a7504914d52e47b8b0e9bbda25a1d"
[[package]]
2021-01-22 23:02:49 +00:00
name = "futures-executor"
version = "0.3.30"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a576fc72ae164fca6b9db127eaa9a9dda0d61316034f33a0a0d4eda41f02b01d"
dependencies = [
2021-01-22 23:02:49 +00:00
"futures-core",
"futures-task",
"futures-util",
]
2021-03-17 20:24:28 +00:00
[[package]]
name = "futures-io"
version = "0.3.30"
2021-03-17 20:24:28 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a44623e20b9681a318efdd71c299b6b222ed6f231972bfe2f224ebad6311f0c1"
2021-03-17 20:24:28 +00:00
[[package]]
name = "futures-macro"
version = "0.3.30"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "87750cf4b7a4c0625b1529e4c543c2182106e4dedc60a2a6455e00d212c489ac"
dependencies = [
2021-01-22 23:02:49 +00:00
"proc-macro2",
"quote",
"syn 2.0.79",
]
[[package]]
name = "futures-sink"
version = "0.3.30"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9fb8e00e87438d937621c1c6269e53f536c14d3fbd6a042bb24879e57d474fb5"
[[package]]
name = "futures-task"
version = "0.3.30"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "38d84fa142264698cdce1a9f9172cf383a0c82de1bddcf3092901442c4097004"
2022-08-29 21:09:51 +00:00
[[package]]
name = "futures-timer"
version = "3.0.3"
2022-08-29 21:09:51 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f288b0a4f20f9a56b5d1da57e2227c661b7b16168e2f72365f57b63326e29b24"
2022-08-29 21:09:51 +00:00
[[package]]
name = "futures-util"
version = "0.3.30"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3d6401deb83407ab3da39eba7e33987a73c3df0c82b4bb5813ee871c19c41d48"
dependencies = [
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",
"slab",
]
[[package]]
2021-01-22 23:02:49 +00:00
name = "generic-array"
2023-04-11 18:33:45 +00:00
version = "0.14.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-11 18:33:45 +00:00
checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
dependencies = [
2021-01-22 23:02:49 +00:00
"typenum",
"version_check",
]
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"
version = "0.2.15"
2021-01-22 23:02:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
2021-01-22 23:02:49 +00:00
dependencies = [
2022-05-23 18:14:43 +00:00
"cfg-if",
2024-09-16 10:19:12 +00:00
"js-sys",
2021-01-22 23:02:49 +00:00
"libc",
"wasi",
2024-09-16 10:19:12 +00:00
"wasm-bindgen",
2019-07-08 08:08:32 +00:00
]
[[package]]
name = "gimli"
version = "0.31.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "32085ea23f3234fc7846555e85283ba4de91e21016dc0455a16286d87a292d64"
[[package]]
name = "gio-sys"
version = "0.20.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4f7efc368de04755344f0084104835b6bb71df2c1d41e37d863947392a894779"
dependencies = [
"glib-sys",
"gobject-sys",
2023-04-11 18:33:45 +00:00
"libc",
"system-deps",
"windows-sys 0.52.0",
2023-04-11 18:33:45 +00:00
]
[[package]]
name = "glib"
version = "0.20.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "adcf1ec6d3650bf9fdbc6cee242d4fcebc6f6bfd9bea5b929b6a8b7344eb85ff"
dependencies = [
"bitflags 2.6.0",
"futures-channel",
"futures-core",
"futures-executor",
"futures-task",
"futures-util",
"gio-sys",
"glib-macros",
"glib-sys",
"gobject-sys",
2021-01-22 23:02:49 +00:00
"libc",
2023-04-11 18:33:45 +00:00
"memchr",
"smallvec",
]
[[package]]
name = "glib-macros"
version = "0.20.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a6bf88f70cd5720a6197639dcabcb378dd528d0cb68cb1f45e3b358bcb841cd7"
dependencies = [
"heck",
"proc-macro-crate",
"proc-macro2",
"quote",
"syn 2.0.79",
]
[[package]]
name = "glib-sys"
version = "0.20.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5f9eca5d88cfa6a453b00d203287c34a2b7cac3a7831779aa2bb0b3c7233752b"
dependencies = [
"libc",
"system-deps",
]
[[package]]
name = "glob"
2023-04-11 18:33:45 +00:00
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-11 18:33:45 +00:00
checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
[[package]]
name = "gobject-sys"
version = "0.20.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a4c674d2ff8478cf0ec29d2be730ed779fef54415a2fb4b565c52def62696462"
dependencies = [
"glib-sys",
2021-01-22 23:02:49 +00:00
"libc",
2022-05-23 18:14:43 +00:00
"system-deps",
]
2022-08-29 21:09:51 +00:00
[[package]]
name = "governor"
version = "0.6.3"
2022-08-29 21:09:51 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "68a7f542ee6b35af73b06abc0dad1c1bae89964e4e253bc4b587b91c9637867b"
2022-08-29 21:09:51 +00:00
dependencies = [
2023-04-11 18:33:45 +00:00
"cfg-if",
2022-08-29 21:09:51 +00:00
"futures",
"futures-timer",
"no-std-compat",
"nonzero_ext",
2023-04-11 18:33:45 +00:00
"parking_lot",
"portable-atomic",
2022-08-29 21:09:51 +00:00
"rand",
"smallvec",
"spinning_top",
2022-08-29 21:09:51 +00:00
]
[[package]]
name = "gstreamer"
version = "0.23.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "49ecf3bcfc2ceb82ce02437f53ff2fcaee5e7d45ae697ab64a018408749779b9"
dependencies = [
2022-05-23 18:14:43 +00:00
"cfg-if",
2021-01-22 23:02:49 +00:00
"futures-channel",
"futures-core",
"futures-util",
"glib",
2021-01-22 23:02:49 +00:00
"gstreamer-sys",
"itertools 0.13.0",
2021-01-22 23:02:49 +00:00
"libc",
"muldiv",
"num-integer",
2021-01-22 23:02:49 +00:00
"num-rational",
"once_cell",
2022-05-23 18:14:43 +00:00
"option-operations",
2021-01-22 23:02:49 +00:00
"paste",
"pin-project-lite",
2023-04-11 18:33:45 +00:00
"smallvec",
2021-01-22 23:02:49 +00:00
"thiserror",
]
[[package]]
name = "gstreamer-app"
version = "0.23.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "54a4ec9f0d2037349c82f589c1cbfe788a62f4941851924bb7c3929a6a790007"
dependencies = [
2021-01-22 23:02:49 +00:00
"futures-core",
"futures-sink",
"glib",
2021-01-22 23:02:49 +00:00
"gstreamer",
"gstreamer-app-sys",
"gstreamer-base",
"libc",
]
[[package]]
name = "gstreamer-app-sys"
version = "0.23.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "08d5cac633c1ab7030c777c8c58c682a0c763bbc4127bccc370dabe39c01a12d"
dependencies = [
"glib-sys",
2021-01-22 23:02:49 +00:00
"gstreamer-base-sys",
"gstreamer-sys",
"libc",
2022-05-23 18:14:43 +00:00
"system-deps",
]
[[package]]
name = "gstreamer-audio"
version = "0.23.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "36d39b07213f83055fc705a384fa32ad581776b8e5b04c86f3a419ec5dfc0f81"
dependencies = [
2022-05-23 18:14:43 +00:00
"cfg-if",
"glib",
2021-01-22 23:02:49 +00:00
"gstreamer",
"gstreamer-audio-sys",
"gstreamer-base",
"libc",
"once_cell",
"smallvec",
]
[[package]]
name = "gstreamer-audio-sys"
version = "0.23.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d84744e7ac8f8bc0cf76b7be40f2d5be12e6cf197e4c6ca9d3438109c21e2f51"
dependencies = [
"glib-sys",
"gobject-sys",
2021-01-22 23:02:49 +00:00
"gstreamer-base-sys",
"gstreamer-sys",
"libc",
2022-05-23 18:14:43 +00:00
"system-deps",
]
[[package]]
name = "gstreamer-base"
version = "0.23.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "46ce7330d2995138a77192ea20961422ddee1578e1a47480acb820c43ceb0e2d"
dependencies = [
2023-04-11 18:33:45 +00:00
"atomic_refcell",
2022-05-23 18:14:43 +00:00
"cfg-if",
"glib",
"gstreamer",
"gstreamer-base-sys",
"libc",
]
[[package]]
name = "gstreamer-base-sys"
version = "0.23.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7796e694c21c215447811c9cff694dce1fc6e02b0bbafb75cd8583b6aefe9e5f"
dependencies = [
"glib-sys",
"gobject-sys",
2021-01-22 23:02:49 +00:00
"gstreamer-sys",
"libc",
2022-05-23 18:14:43 +00:00
"system-deps",
]
[[package]]
name = "gstreamer-sys"
version = "0.23.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cb3859929db32f26a35818d0d9ed82f0887c9221ca402ddefaea2bb99833d535"
dependencies = [
"glib-sys",
"gobject-sys",
2021-01-22 23:02:49 +00:00
"libc",
2022-05-23 18:14:43 +00:00
"system-deps",
]
2024-09-16 10:19:12 +00:00
[[package]]
name = "h2"
version = "0.3.26"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "81fe527a889e1532da5c525686d96d4c2e74cdd345badf8dfef9f6b39dd5f5e8"
dependencies = [
"bytes",
"fnv",
"futures-core",
"futures-sink",
"futures-util",
"http 0.2.12",
"indexmap",
2024-09-16 10:19:12 +00:00
"slab",
"tokio",
"tokio-util",
"tracing",
]
[[package]]
name = "h2"
version = "0.4.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "524e8ac6999421f49a846c2d4411f337e53497d8ec55d67753beffa43c5d9205"
dependencies = [
2024-06-06 07:38:46 +00:00
"atomic-waker",
"bytes",
"fnv",
"futures-core",
"futures-sink",
2024-09-16 10:19:12 +00:00
"http 1.1.0",
"indexmap",
"slab",
"tokio",
"tokio-util",
"tracing",
]
[[package]]
name = "hashbrown"
version = "0.14.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
[[package]]
2021-03-17 20:24:28 +00:00
name = "headers"
2024-06-06 07:38:46 +00:00
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-06 07:38:46 +00:00
checksum = "322106e6bd0cba2d5ead589ddb8150a13d7c4217cf80d7c4f682ca994ccc6aa9"
dependencies = [
"base64 0.21.7",
2021-01-22 23:02:49 +00:00
"bytes",
2021-03-17 20:24:28 +00:00
"headers-core",
2024-09-16 10:19:12 +00:00
"http 1.1.0",
2021-10-26 18:10:39 +00:00
"httpdate",
2021-03-17 20:24:28 +00:00
"mime",
2022-09-28 20:17:55 +00:00
"sha1",
]
[[package]]
2021-03-17 20:24:28 +00:00
name = "headers-core"
2024-06-06 07:38:46 +00:00
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-06 07:38:46 +00:00
checksum = "54b4a22553d4242c49fddb9ba998a99962b5cc6f22cb5a3482bec22522403ce4"
2021-03-17 20:24:28 +00:00
dependencies = [
2024-09-16 10:19:12 +00:00
"http 1.1.0",
2021-03-17 20:24:28 +00:00
]
2021-01-22 23:02:49 +00:00
[[package]]
name = "heck"
version = "0.5.0"
2021-01-22 23:02:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
[[package]]
2021-01-22 23:02:49 +00:00
name = "hermit-abi"
version = "0.3.9"
2023-04-11 18:33:45 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
2023-04-11 18:33:45 +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
[[package]]
name = "hmac"
2022-04-07 20:51:08 +00:00
version = "0.12.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-04-07 20:51:08 +00:00
checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
dependencies = [
"digest",
]
[[package]]
name = "home"
version = "0.5.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e3d1354bf6b7235cb4a0576c2619fd4ed18183f689b12b006a0ee7329eeff9a5"
dependencies = [
"windows-sys 0.52.0",
]
2021-02-19 23:17:18 +00:00
[[package]]
name = "hostname"
2024-08-24 16:31:34 +00:00
version = "0.4.0"
2021-02-19 23:17:18 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-24 16:31:34 +00:00
checksum = "f9c7c7c8ac16c798734b8a24560c1362120597c40d5e1459f09498f8f6c8f2ba"
2021-02-19 23:17:18 +00:00
dependencies = [
2024-08-24 16:31:34 +00:00
"cfg-if",
2021-02-19 23:17:18 +00:00
"libc",
2024-08-24 16:31:34 +00:00
"windows 0.52.0",
2021-02-19 23:17:18 +00:00
]
2024-09-16 10:19:12 +00:00
[[package]]
name = "http"
version = "0.2.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1"
dependencies = [
"bytes",
"fnv",
"itoa",
]
[[package]]
2021-01-22 23:02:49 +00:00
name = "http"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "21b9ddb458710bc376481b842f5da65cdf31522de232c1ca8146abce2a358258"
dependencies = [
2021-01-22 23:02:49 +00:00
"bytes",
"fnv",
"itoa",
]
2024-09-16 10:19:12 +00:00
[[package]]
name = "http-body"
version = "0.4.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2"
dependencies = [
"bytes",
"http 0.2.12",
"pin-project-lite",
]
[[package]]
2024-06-06 07:38:46 +00:00
name = "http-body"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
dependencies = [
"bytes",
2024-09-16 10:19:12 +00:00
"http 1.1.0",
]
[[package]]
2024-06-06 07:38:46 +00:00
name = "http-body-util"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "793429d76616a256bcb62c2a2ec2bed781c8307e797e2598c50010f2bee2544f"
2021-01-22 23:02:49 +00:00
dependencies = [
"bytes",
"futures-util",
2024-09-16 10:19:12 +00:00
"http 1.1.0",
"http-body 1.0.1",
2021-05-01 09:01:32 +00:00
"pin-project-lite",
2021-01-22 23:02:49 +00:00
]
2019-05-03 05:40:13 +00:00
[[package]]
2021-01-22 23:02:49 +00:00
name = "httparse"
version = "1.9.4"
2019-05-03 05:40:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0fcc0b4a115bf80b728eb8ea024ad5bd707b615bfed49e0665b6e0f86fd082d9"
2019-05-03 05:40:13 +00:00
[[package]]
2021-01-22 23:02:49 +00:00
name = "httpdate"
version = "1.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
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"
2024-09-16 10:19:12 +00:00
[[package]]
name = "hyper"
version = "0.14.30"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a152ddd61dfaec7273fe8419ab357f33aee0d914c5f4efbf0d96fa749eea5ec9"
dependencies = [
"bytes",
"futures-channel",
"futures-core",
"futures-util",
"h2 0.3.26",
"http 0.2.12",
"http-body 0.4.6",
"httparse",
"httpdate",
"itoa",
"pin-project-lite",
"socket2",
"tokio",
"tower-service",
"tracing",
"want",
]
[[package]]
2021-01-22 23:02:49 +00:00
name = "hyper"
version = "1.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "50dfd22e0e76d0f662d429a5f80fcaf3855009297eab6a0a9f8543834744ba05"
dependencies = [
2021-01-22 23:02:49 +00:00
"bytes",
"futures-channel",
"futures-util",
"h2 0.4.6",
2024-09-16 10:19:12 +00:00
"http 1.1.0",
"http-body 1.0.1",
2021-01-22 23:02:49 +00:00
"httparse",
"httpdate",
"itoa",
2021-06-30 19:39:55 +00:00
"pin-project-lite",
2024-06-06 07:38:46 +00:00
"smallvec",
2021-01-22 23:02:49 +00:00
"tokio",
"want",
]
2021-03-17 20:24:28 +00:00
[[package]]
2024-06-06 07:38:46 +00:00
name = "hyper-proxy2"
version = "0.1.0"
2021-03-17 20:24:28 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-06 07:38:46 +00:00
checksum = "9043b7b23fb0bc4a1c7014c27b50a4fc42cc76206f71d34fc0dfe5b28ddc3faf"
2021-03-17 20:24:28 +00:00
dependencies = [
"bytes",
2024-06-06 07:38:46 +00:00
"futures-util",
2021-03-17 20:24:28 +00:00
"headers",
2024-09-16 10:19:12 +00:00
"http 1.1.0",
"hyper 1.4.1",
"hyper-rustls 0.26.0",
2024-06-06 07:38:46 +00:00
"hyper-util",
"pin-project-lite",
"rustls-native-certs 0.7.3",
2021-03-17 20:24:28 +00:00
"tokio",
"tokio-rustls 0.25.0",
2021-03-17 20:24:28 +00:00
"tower-service",
2024-06-06 07:38:46 +00:00
"webpki",
]
2024-09-16 10:19:12 +00:00
[[package]]
name = "hyper-rustls"
version = "0.24.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590"
dependencies = [
"futures-util",
"http 0.2.12",
"hyper 0.14.30",
"rustls 0.21.12",
"tokio",
"tokio-rustls 0.24.1",
]
[[package]]
name = "hyper-rustls"
2024-06-06 07:38:46 +00:00
version = "0.26.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-06-06 07:38:46 +00:00
checksum = "a0bea761b46ae2b24eb4aef630d8d1c398157b6fc29e6350ecf090a0b70c952c"
dependencies = [
"futures-util",
2024-09-16 10:19:12 +00:00
"http 1.1.0",
"hyper 1.4.1",
2024-06-06 07:38:46 +00:00
"hyper-util",
"log",
"rustls 0.22.4",
"rustls-native-certs 0.7.3",
2024-06-06 07:38:46 +00:00
"rustls-pki-types",
"tokio",
"tokio-rustls 0.25.0",
2024-06-06 07:38:46 +00:00
"tower-service",
2022-01-08 22:28:46 +00:00
]
[[package]]
name = "hyper-rustls"
version = "0.27.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "08afdbb5c31130e3034af566421053ab03787c640246a446327f550d11bcb333"
dependencies = [
"futures-util",
2024-09-16 10:19:12 +00:00
"http 1.1.0",
"hyper 1.4.1",
"hyper-util",
"log",
"rustls 0.23.13",
"rustls-native-certs 0.8.0",
"rustls-pki-types",
"tokio",
"tokio-rustls 0.26.0",
"tower-service",
]
2022-01-08 22:28:46 +00:00
[[package]]
2024-06-06 07:38:46 +00:00
name = "hyper-util"
2024-09-30 19:31:26 +00:00
version = "0.1.9"
2022-01-08 22:28:46 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-30 19:31:26 +00:00
checksum = "41296eb09f183ac68eec06e03cdbea2e759633d4067b2f6552fc2e009bcad08b"
2022-01-08 22:28:46 +00:00
dependencies = [
2024-06-06 07:38:46 +00:00
"bytes",
"futures-channel",
"futures-util",
2024-09-16 10:19:12 +00:00
"http 1.1.0",
"http-body 1.0.1",
"hyper 1.4.1",
2024-06-06 07:38:46 +00:00
"pin-project-lite",
"socket2",
2022-01-08 22:28:46 +00:00
"tokio",
2024-06-06 07:38:46 +00:00
"tower-service",
"tracing",
2021-03-17 20:24:28 +00:00
]
2024-09-16 10:19:12 +00:00
[[package]]
name = "iana-time-zone"
2024-09-30 19:31:26 +00:00
version = "0.1.61"
2024-09-16 10:19:12 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-30 19:31:26 +00:00
checksum = "235e081f3925a06703c2d0117ea8b91f042756fd6e7a6e5d901e8ca1a996b220"
2024-09-16 10:19:12 +00:00
dependencies = [
"android_system_properties",
"core-foundation-sys",
"iana-time-zone-haiku",
"js-sys",
"wasm-bindgen",
"windows-core 0.52.0",
]
[[package]]
name = "iana-time-zone-haiku"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
dependencies = [
"cc",
]
[[package]]
name = "ident_case"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
[[package]]
name = "idna"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "634d9b1461af396cad843f47fdba5597a4f9e6ddd4bfb6ff5d85028c25cb12f6"
dependencies = [
"unicode-bidi",
"unicode-normalization",
]
2021-02-19 23:17:18 +00:00
[[package]]
name = "if-addrs"
2024-08-24 16:31:34 +00:00
version = "0.12.0"
2021-02-19 23:17:18 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-24 16:31:34 +00:00
checksum = "bb2a33e9c38988ecbda730c85b0fd9ddcdf83c0305ac7fd21c8bb9f57f2f0cc8"
2021-02-19 23:17:18 +00:00
dependencies = [
"libc",
"windows-sys 0.52.0",
2021-02-19 23:17:18 +00:00
]
2021-03-19 22:09:38 +00:00
[[package]]
name = "indexmap"
version = "2.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "68b900aa2f7301e21c36462b170ee99994de34dff39a4a6a528e80e7376d07e5"
dependencies = [
"equivalent",
"hashbrown",
2021-03-19 22:09:38 +00:00
]
[[package]]
name = "inout"
version = "0.1.3"
2021-03-19 22:09:38 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a0c10553d664a4d0bcff9f4215d0aac67a639cc68ef660840afe309b807bc9f5"
2021-03-19 22:09:38 +00:00
dependencies = [
"generic-array",
2021-03-19 22:09:38 +00:00
]
2024-09-16 10:19:12 +00:00
[[package]]
name = "ipnet"
version = "2.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "187674a687eed5fe42285b40c6291f9a01517d415fad1c3cbc6a9f778af7fcd4"
[[package]]
name = "is_terminal_polyfill"
version = "1.70.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
[[package]]
name = "itertools"
version = "0.12.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
dependencies = [
"either",
]
[[package]]
name = "itertools"
version = "0.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186"
dependencies = [
"either",
]
2023-04-11 18:33:45 +00:00
[[package]]
name = "itoa"
version = "1.0.11"
2023-04-11 18:33:45 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b"
2023-04-11 18:33:45 +00:00
2021-05-09 21:03:25 +00:00
[[package]]
name = "jack"
2023-04-11 18:33:45 +00:00
version = "0.11.4"
2021-05-09 21:03:25 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-11 18:33:45 +00:00
checksum = "0e5a18a3c2aefb354fb77111ade228b20267bdc779de84e7a4ccf7ea96b9a6cd"
2021-05-09 21:03:25 +00:00
dependencies = [
"bitflags 1.3.2",
2023-04-11 18:33:45 +00:00
"jack-sys",
2021-05-09 21:03:25 +00:00
"lazy_static",
"libc",
2022-05-21 19:51:37 +00:00
"log",
2021-05-09 21:03:25 +00:00
]
[[package]]
name = "jack-sys"
2023-04-11 18:33:45 +00:00
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-11 18:33:45 +00:00
checksum = "6013b7619b95a22b576dfb43296faa4ecbe40abbdb97dfd22ead520775fc86ab"
dependencies = [
"bitflags 1.3.2",
2021-01-22 23:02:49 +00:00
"lazy_static",
"libc",
"libloading 0.7.4",
2023-04-11 18:33:45 +00:00
"log",
"pkg-config",
2022-05-23 18:14:43 +00:00
]
[[package]]
2023-04-11 18:33:45 +00:00
name = "jni"
version = "0.21.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97"
dependencies = [
2021-01-22 23:02:49 +00:00
"cesu8",
"cfg-if",
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",
"windows-sys 0.45.0",
]
[[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"
[[package]]
name = "jobserver"
version = "0.1.32"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "48d1dbcbbeb6a7fec7e059840aa538bd62aaccf972c7346c4d9d2059312853d0"
dependencies = [
"libc",
]
[[package]]
name = "js-sys"
version = "0.3.70"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1868808506b929d7b0cfa8f75951347aa71bb21144b7791bae35d9bccfcfe37a"
dependencies = [
2021-01-22 23:02:49 +00:00
"wasm-bindgen",
]
[[package]]
name = "lazy_static"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
2022-01-25 21:48:27 +00:00
dependencies = [
"spin",
2022-01-25 21:48:27 +00:00
]
[[package]]
name = "lazycell"
2021-01-22 23:02:49 +00:00
version = "1.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-01-22 23:02:49 +00:00
checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
[[package]]
name = "libc"
2024-09-30 19:31:26 +00:00
version = "0.2.159"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-30 19:31:26 +00:00
checksum = "561d97a539a36e26a9a5fad1ea11a3039a67714694aaa379433e580854bc3dc5"
[[package]]
name = "libloading"
2023-04-11 18:33:45 +00:00
version = "0.7.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-11 18:33:45 +00:00
checksum = "b67380fd3b2fbe7527a606e18729d21c6f3951633d0500574c4dc22d2d638b9f"
dependencies = [
2022-05-23 18:14:43 +00:00
"cfg-if",
"winapi",
]
[[package]]
name = "libloading"
version = "0.8.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4979f22fdb869068da03c9f7528f8297c6fd2606bc3a4affe42e6a823fdb8da4"
dependencies = [
"cfg-if",
"windows-targets 0.52.6",
]
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.8"
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"
checksum = "4ec2a862134d2a7d32d7983ddcdd1c4923530833c9f2ea1a44fc5fa473989058"
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
2021-02-19 23:17:18 +00:00
[[package]]
name = "libmdns"
2024-08-24 16:31:34 +00:00
version = "0.9.1"
2021-02-19 23:17:18 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-24 16:31:34 +00:00
checksum = "48854699e11b111433431b69cee2365fcab0b29b06993f48c257dfbaf6395862"
2021-02-19 23:17:18 +00:00
dependencies = [
"byteorder",
"futures-util",
"hostname",
"if-addrs",
"log",
"multimap",
"rand",
"socket2",
2021-05-01 09:01:32 +00:00
"thiserror",
2021-02-19 23:17:18 +00:00
"tokio",
]
[[package]]
name = "libpulse-binding"
version = "2.28.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ed3557a2dfc380c8f061189a01c6ae7348354e0c9886038dc6c171219c08eaff"
dependencies = [
"bitflags 1.3.2",
2021-01-22 23:02:49 +00:00
"libc",
"libpulse-sys",
"num-derive 0.3.3",
2021-01-22 23:02:49 +00:00
"num-traits",
"winapi",
]
[[package]]
name = "libpulse-simple-binding"
version = "2.28.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "05fd6b68f33f6a251265e6ed1212dc3107caad7c5c6fdcd847b2e65ef58c308d"
dependencies = [
2021-01-22 23:02:49 +00:00
"libpulse-binding",
"libpulse-simple-sys",
"libpulse-sys",
]
[[package]]
name = "libpulse-simple-sys"
version = "1.21.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ea6613b4199d8b9f0edcfb623e020cb17bbd0bee8dd21f3c7cc938de561c4152"
dependencies = [
2021-01-22 23:02:49 +00:00
"libpulse-sys",
"pkg-config",
]
[[package]]
name = "libpulse-sys"
version = "1.21.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bc19e110fbf42c17260d30f6d3dc545f58491c7830d38ecb9aaca96e26067a9b"
dependencies = [
2021-01-22 23:02:49 +00:00
"libc",
"num-derive 0.3.3",
2021-01-22 23:02:49 +00:00
"num-traits",
"pkg-config",
"winapi",
]
[[package]]
name = "librespot"
2022-07-30 20:28:12 +00:00
version = "0.5.0-dev"
dependencies = [
"data-encoding",
2021-02-21 10:08:34 +00:00
"env_logger",
"futures-util",
2021-02-21 10:08:34 +00:00
"getopts",
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",
2024-09-16 10:19:12 +00:00
"librespot-oauth",
2021-01-22 23:02:49 +00:00
"librespot-playback",
"librespot-protocol",
2021-02-21 10:08:34 +00:00
"log",
"sha1",
"sysinfo",
"thiserror",
2021-02-21 10:08:34 +00:00
"tokio",
2021-02-22 10:26:12 +00:00
"url",
]
[[package]]
name = "librespot-audio"
2022-07-30 20:28:12 +00:00
version = "0.5.0-dev"
dependencies = [
2022-01-08 19:51:51 +00:00
"aes",
2021-01-22 23:02:49 +00:00
"bytes",
"ctr",
"futures-util",
2024-06-06 07:41:48 +00:00
"http-body-util",
"hyper 1.4.1",
2024-06-06 07:38:46 +00:00
"hyper-util",
2021-01-22 23:02:49 +00:00
"librespot-core",
"log",
2023-04-11 18:33:45 +00:00
"parking_lot",
2021-01-22 23:02:49 +00:00
"tempfile",
2021-12-16 21:42:37 +00:00
"thiserror",
"tokio",
]
2021-02-19 23:17:18 +00:00
[[package]]
name = "librespot-connect"
2022-07-30 20:28:12 +00:00
version = "0.5.0-dev"
2021-02-19 23:17:18 +00:00
dependencies = [
2021-03-18 16:51:50 +00:00
"form_urlencoded",
"futures-util",
2021-02-19 23:17:18 +00:00
"librespot-core",
"librespot-playback",
"librespot-protocol",
"log",
"protobuf",
"rand",
2021-02-19 23:17:18 +00:00
"serde",
"serde_json",
"thiserror",
2021-02-19 23:17:18 +00:00
"tokio",
"tokio-stream",
2021-02-19 23:17:18 +00:00
]
[[package]]
name = "librespot-core"
2022-07-30 20:28:12 +00:00
version = "0.5.0-dev"
dependencies = [
2021-01-22 23:02:49 +00:00
"aes",
"base64 0.22.1",
2021-01-22 23:02:49 +00:00
"byteorder",
"bytes",
"data-encoding",
2021-12-26 23:21:42 +00:00
"dns-sd",
2021-03-18 16:51:50 +00:00
"form_urlencoded",
"futures-core",
"futures-util",
2022-08-29 21:09:51 +00:00
"governor",
2021-01-22 23:02:49 +00:00
"hmac",
2024-09-16 10:19:12 +00:00
"http 1.1.0",
2024-06-06 07:38:46 +00:00
"http-body-util",
2021-01-22 23:02:49 +00:00
"httparse",
"hyper 1.4.1",
2024-06-06 07:38:46 +00:00
"hyper-proxy2",
"hyper-rustls 0.27.3",
2024-06-06 07:38:46 +00:00
"hyper-util",
2024-09-16 10:19:12 +00:00
"librespot-oauth",
2021-01-22 23:02:49 +00:00
"librespot-protocol",
"log",
2022-08-29 21:09:51 +00:00
"nonzero_ext",
2021-01-22 23:02:49 +00:00
"num-bigint",
"num-derive 0.4.2",
2021-01-22 23:02:49 +00:00
"num-integer",
"num-traits",
"once_cell",
2023-04-11 18:33:45 +00:00
"parking_lot",
2021-01-22 23:02:49 +00:00
"pbkdf2",
"pin-project-lite",
2021-03-19 22:09:38 +00:00
"priority-queue",
2021-01-22 23:02:49 +00:00
"protobuf",
2021-12-10 23:03:35 +00:00
"quick-xml",
"rand",
2022-01-25 21:48:27 +00:00
"rsa",
2021-01-22 23:02:49 +00:00
"serde",
"serde_json",
"sha1",
2021-01-22 23:02:49 +00:00
"shannon",
2022-08-26 19:14:43 +00:00
"sysinfo",
2021-02-13 10:53:23 +00:00
"thiserror",
"time",
2021-01-22 23:02:49 +00:00
"tokio",
"tokio-stream",
2021-05-22 17:05:13 +00:00
"tokio-tungstenite",
2021-01-22 23:02:49 +00:00
"tokio-util",
2021-02-22 10:26:12 +00:00
"url",
"uuid",
"vergen-gitcl",
]
2021-02-28 23:10:13 +00:00
[[package]]
name = "librespot-discovery"
2022-07-30 20:28:12 +00:00
version = "0.5.0-dev"
2021-02-28 23:10:13 +00:00
dependencies = [
2022-01-08 19:51:51 +00:00
"aes",
"base64 0.22.1",
2024-06-06 09:05:42 +00:00
"bytes",
"ctr",
2021-02-28 23:10:13 +00:00
"dns-sd",
"form_urlencoded",
2021-03-12 15:39:58 +00:00
"futures",
2021-02-28 23:10:13 +00:00
"futures-core",
"futures-util",
2021-03-12 15:39:58 +00:00
"hex",
2021-02-28 23:10:13 +00:00
"hmac",
2024-06-06 09:05:42 +00:00
"http-body-util",
"hyper 1.4.1",
2024-06-06 07:38:46 +00:00
"hyper-util",
2021-02-28 23:10:13 +00:00
"libmdns",
"librespot-core",
"log",
"rand",
2021-02-28 23:10:13 +00:00
"serde_json",
"sha1",
"thiserror",
2021-02-28 23:10:13 +00:00
"tokio",
]
[[package]]
name = "librespot-metadata"
2022-07-30 20:28:12 +00:00
version = "0.5.0-dev"
dependencies = [
2021-01-22 23:02:49 +00:00
"async-trait",
"bytes",
2021-01-22 23:02:49 +00:00
"librespot-core",
"librespot-protocol",
"log",
"protobuf",
"serde",
"serde_json",
"thiserror",
"uuid",
]
2024-09-16 10:19:12 +00:00
[[package]]
name = "librespot-oauth"
version = "0.5.0-dev"
dependencies = [
"env_logger",
"log",
"oauth2",
"thiserror",
"url",
]
[[package]]
name = "librespot-playback"
2022-07-30 20:28:12 +00:00
version = "0.5.0-dev"
dependencies = [
"alsa",
2021-01-22 23:02:49 +00:00
"cpal",
"futures-util",
"glib",
2021-01-22 23:02:49 +00:00
"gstreamer",
"gstreamer-app",
"gstreamer-audio",
2023-04-11 18:33:45 +00:00
"jack",
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",
2023-04-11 18:33:45 +00:00
"parking_lot",
2021-01-22 23:02:49 +00:00
"portaudio-rs",
"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",
"symphonia",
"thiserror",
"tokio",
2021-01-22 23:02:49 +00:00
"zerocopy",
]
[[package]]
name = "librespot-protocol"
2022-07-30 20:28:12 +00:00
version = "0.5.0-dev"
dependencies = [
2021-01-22 23:02:49 +00:00
"protobuf",
"protobuf-codegen",
2019-11-06 15:44:11 +00:00
]
2023-04-11 18:33:45 +00:00
[[package]]
name = "linux-raw-sys"
version = "0.4.14"
2023-04-11 18:33:45 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89"
[[package]]
name = "lock_api"
version = "0.4.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17"
dependencies = [
2022-05-21 19:51:37 +00:00
"autocfg",
2021-01-22 23:02:49 +00:00
"scopeguard",
]
[[package]]
name = "log"
version = "0.4.22"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24"
[[package]]
2023-04-11 18:33:45 +00:00
name = "mach2"
version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "19b955cdeb2a02b9117f121ce63aa52d08ade45de53e48fe6a38b39c10f6f709"
dependencies = [
2021-01-22 23:02:49 +00:00
"libc",
]
[[package]]
name = "memchr"
version = "2.7.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
2021-08-20 20:13:39 +00:00
2021-03-17 20:24:28 +00:00
[[package]]
name = "mime"
2023-04-11 18:33:45 +00:00
version = "0.3.17"
2021-03-17 20:24:28 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-11 18:33:45 +00:00
checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
2021-03-17 20:24:28 +00:00
2022-05-21 19:51:37 +00:00
[[package]]
name = "minimal-lexical"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
[[package]]
name = "miniz_oxide"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e2d80299ef12ff69b16a84bb182e3b9df68b5a91574d3d4fa6e41b65deec4df1"
dependencies = [
"adler2",
]
[[package]]
name = "mio"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "80e04d1dcff3aae0704555fe5fee3bcfaf3d1fdf8a7e521d5b9d2b42acb52cec"
dependencies = [
"hermit-abi",
2021-01-22 23:02:49 +00:00
"libc",
"wasi",
"windows-sys 0.52.0",
]
[[package]]
name = "mirai-annotations"
version = "1.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c9be0862c1b3f26a88803c4a49de6889c10e608b3ee9344e6ef5b45fb37ad3d1"
[[package]]
name = "muldiv"
2023-04-11 18:33:45 +00:00
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-11 18:33:45 +00:00
checksum = "956787520e75e9bd233246045d19f42fb73242759cc57fba9611d940ae96d4b0"
2019-07-08 08:08:32 +00:00
2021-02-19 23:17:18 +00:00
[[package]]
name = "multimap"
2024-08-24 16:31:34 +00:00
version = "0.10.0"
2021-02-19 23:17:18 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-08-24 16:31:34 +00:00
checksum = "defc4c55412d89136f966bbb339008b474350e5e6e78d2714439c386b3137a03"
2021-02-19 23:17:18 +00:00
dependencies = [
"serde",
]
2021-08-20 20:13:39 +00:00
[[package]]
name = "ndk"
version = "0.8.0"
2021-08-20 20:13:39 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2076a31b7010b17a38c01907c45b945e8f11495ee4dd588309718901b1f7a5b7"
2021-08-20 20:13:39 +00:00
dependencies = [
"bitflags 2.6.0",
2021-08-20 20:13:39 +00:00
"jni-sys",
"log",
2022-05-23 18:14:43 +00:00
"ndk-sys",
2021-08-20 20:13:39 +00:00
"num_enum",
"thiserror",
]
[[package]]
2022-05-21 19:51:37 +00:00
name = "ndk-context"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-21 19:51:37 +00:00
checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b"
2021-08-20 20:13:39 +00:00
[[package]]
2023-04-11 18:33:45 +00:00
name = "ndk-sys"
version = "0.5.0+25.2.9519653"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8c196769dd60fd4f363e11d948139556a344e79d451aeb2fa2fd040738ef7691"
dependencies = [
2023-04-11 18:33:45 +00:00
"jni-sys",
]
2022-08-29 21:09:51 +00:00
[[package]]
name = "no-std-compat"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b93853da6d84c2e3c7d730d6473e8817692dd89be387eb01b94d7f108ecb5b8c"
[[package]]
name = "nom"
2023-04-11 18:33:45 +00:00
version = "7.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-11 18:33:45 +00:00
checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
dependencies = [
2021-01-22 23:02:49 +00:00
"memchr",
2022-05-21 19:51:37 +00:00
"minimal-lexical",
]
2022-08-29 21:09:51 +00:00
[[package]]
name = "nonzero_ext"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "38bf9645c8b145698bb0b18a4637dcacbc421ea49bef2317e4fd8065a387cf21"
2022-08-26 19:14:43 +00:00
[[package]]
name = "ntapi"
version = "0.4.1"
2022-08-26 19:14:43 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4"
2022-08-26 19:14:43 +00:00
dependencies = [
"winapi",
]
[[package]]
name = "num-bigint"
version = "0.4.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
dependencies = [
2021-01-22 23:02:49 +00:00
"num-integer",
"num-traits",
"rand",
]
2022-01-25 21:48:27 +00:00
[[package]]
name = "num-bigint-dig"
version = "0.8.4"
2022-01-25 21:48:27 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dc84195820f291c7697304f3cbdadd1cb7199c0efc917ff5eafd71225c136151"
2022-01-25 21:48:27 +00:00
dependencies = [
"byteorder",
"lazy_static",
"libm",
"num-integer",
"num-iter",
"num-traits",
"rand",
"smallvec",
"zeroize",
]
[[package]]
name = "num-conv"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
[[package]]
name = "num-derive"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-01-22 23:02:49 +00:00
checksum = "876a53fff98e03a936a674b29568b0e605f06b29372c2489ff4de23f1949743d"
dependencies = [
2021-01-22 23:02:49 +00:00
"proc-macro2",
"quote",
2023-04-11 18:33:45 +00:00
"syn 1.0.109",
]
[[package]]
name = "num-derive"
version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.79",
]
2018-12-28 02:46:27 +00:00
[[package]]
2019-07-08 08:08:32 +00:00
name = "num-integer"
version = "0.1.46"
2018-12-28 02:46:27 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
2018-12-28 02:46:27 +00:00
dependencies = [
2021-01-22 23:02:49 +00:00
"num-traits",
2018-12-28 02:46:27 +00:00
]
[[package]]
name = "num-iter"
version = "0.1.45"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf"
dependencies = [
2021-01-22 23:02:49 +00:00
"autocfg",
"num-integer",
"num-traits",
]
[[package]]
name = "num-rational"
version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824"
dependencies = [
"num-integer",
"num-traits",
]
[[package]]
name = "num-traits"
version = "0.2.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
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
]
[[package]]
name = "num_enum"
version = "0.7.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4e613fc340b2220f734a8595782c551f1250e969d87d3be1ae0579e8d4065179"
dependencies = [
2021-01-22 23:02:49 +00:00
"num_enum_derive",
]
[[package]]
name = "num_enum_derive"
version = "0.7.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "af1844ef2428cc3e1cb900be36181049ef3d3193c63e43026cfe202983b27a56"
dependencies = [
"proc-macro-crate",
2021-01-22 23:02:49 +00:00
"proc-macro2",
"quote",
"syn 2.0.79",
2022-05-21 19:51:37 +00:00
]
[[package]]
name = "num_threads"
version = "0.1.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9"
dependencies = [
"libc",
]
2024-09-16 10:19:12 +00:00
[[package]]
name = "oauth2"
version = "4.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c38841cdd844847e3e7c8d29cef9dcfed8877f8f56f9071f77843ecf3baf937f"
dependencies = [
"base64 0.13.1",
"chrono",
"getrandom",
"http 0.2.12",
"rand",
"reqwest",
"serde",
"serde_json",
"serde_path_to_error",
"sha2",
"thiserror",
"url",
]
[[package]]
name = "object"
version = "0.36.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "084f1a5821ac4c651660a94a7153d27ac9d8a53736203f58b31945ded098070a"
dependencies = [
"memchr",
]
[[package]]
name = "oboe"
version = "0.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e8b61bebd49e5d43f5f8cc7ee2891c16e0f41ec7954d36bcb6c14c5e0de867fb"
dependencies = [
"jni",
2022-05-23 18:14:43 +00:00
"ndk",
2022-05-21 19:51:37 +00:00
"ndk-context",
"num-derive 0.4.2",
2021-01-22 23:02:49 +00:00
"num-traits",
"oboe-sys",
]
[[package]]
name = "oboe-sys"
version = "0.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6c8bb09a4a2b1d668170cfe0a7d5bc103f8999fb316c98099b6a9939c9f2e79d"
dependencies = [
2021-03-19 21:28:55 +00:00
"cc",
]
[[package]]
name = "ogg"
version = "0.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5477016638150530ba21dec7caac835b29ef69b20865751d2973fce6be386cf1"
dependencies = [
2021-01-22 23:02:49 +00:00
"byteorder",
]
[[package]]
name = "once_cell"
version = "1.20.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "82881c4be219ab5faaf2ad5e5e5ecdff8c66bd7402ca3160975c93b24961afd1"
dependencies = [
"portable-atomic",
]
[[package]]
name = "openssl-probe"
2022-01-25 20:18:06 +00:00
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-01-25 20:18:06 +00:00
checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
2022-05-23 18:14:43 +00:00
[[package]]
name = "option-operations"
2023-04-11 18:33:45 +00:00
version = "0.5.0"
2022-05-23 18:14:43 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-11 18:33:45 +00:00
checksum = "7c26d27bb1aeab65138e4bf7666045169d1717febcc9ff870166be8348b223d0"
2022-05-23 18:14:43 +00:00
dependencies = [
"paste",
]
2022-05-21 19:51:37 +00:00
[[package]]
name = "parking_lot"
version = "0.12.3"
2022-05-21 19:51:37 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27"
2022-05-21 19:51:37 +00:00
dependencies = [
"lock_api",
2023-04-11 18:33:45 +00:00
"parking_lot_core",
]
2022-05-21 19:51:37 +00:00
[[package]]
name = "parking_lot_core"
version = "0.9.10"
2022-05-21 19:51:37 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8"
2022-05-21 19:51:37 +00:00
dependencies = [
"backtrace",
2022-05-23 18:14:43 +00:00
"cfg-if",
2022-05-21 19:51:37 +00:00
"libc",
"petgraph",
"redox_syscall",
2022-05-21 19:51:37 +00:00
"smallvec",
"thread-id",
"windows-targets 0.52.6",
2022-05-21 19:51:37 +00:00
]
[[package]]
name = "paste"
version = "1.0.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
[[package]]
name = "pbkdf2"
version = "0.12.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f8ed6a7761f76e3b9f92dfb0a60a6a6477c61024b775147ff0973a02653abaf2"
dependencies = [
"digest",
2021-01-22 23:02:49 +00:00
"hmac",
]
[[package]]
name = "pem-rfc7468"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
dependencies = [
"base64ct",
]
[[package]]
name = "percent-encoding"
version = "2.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
2021-01-22 23:02:49 +00:00
[[package]]
name = "petgraph"
version = "0.6.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db"
dependencies = [
"fixedbitset",
"indexmap",
]
[[package]]
name = "pin-project-lite"
version = "0.2.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bda66fc9667c18cb2758a2ac84d1167245054bcf85d5d1aaa6923f45801bdd02"
[[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"
2022-01-25 21:48:27 +00:00
[[package]]
name = "pkcs1"
version = "0.7.5"
2022-01-25 21:48:27 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f"
2022-01-25 21:48:27 +00:00
dependencies = [
"der",
"pkcs8",
"spki",
2022-01-25 21:48:27 +00:00
]
[[package]]
name = "pkcs8"
version = "0.10.2"
2022-01-25 21:48:27 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
2022-01-25 21:48:27 +00:00
dependencies = [
"der",
"spki",
]
[[package]]
name = "pkg-config"
2024-09-30 19:31:26 +00:00
version = "0.3.31"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-30 19:31:26 +00:00
checksum = "953ec861398dccce10c670dfeaf3ec4911ca479e9c02154b3a215178c5f566f2"
[[package]]
name = "portable-atomic"
version = "1.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cc9c68a3f6da06753e9335d63e27f6b9754dd1920d941135b7ea8224f141adb2"
[[package]]
name = "portaudio-rs"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-01-22 23:02:49 +00:00
checksum = "cdb6b5eff96ccc9bf44d34c379ab03ae944426d83d1694345bdf8159d561d562"
dependencies = [
"bitflags 1.3.2",
2021-01-22 23:02:49 +00:00
"libc",
"portaudio-sys",
]
[[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"
dependencies = [
2021-01-22 23:02:49 +00:00
"libc",
"pkg-config",
]
[[package]]
name = "powerfmt"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
2019-07-08 08:08:32 +00:00
[[package]]
name = "ppv-lite86"
version = "0.2.20"
2019-07-08 08:08:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "77957b295656769bb8ad2b6a6b09d897d94f05c41b069aede1fcdaa675eaea04"
dependencies = [
"zerocopy",
]
2019-07-08 08:08:32 +00:00
[[package]]
name = "prettyplease"
version = "0.2.22"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "479cf940fbbb3426c32c5d5176f62ad57549a0bb84773423ba8be9d089f5faba"
dependencies = [
"proc-macro2",
"syn 2.0.79",
]
2021-03-19 22:09:38 +00:00
[[package]]
name = "priority-queue"
2024-09-30 19:31:26 +00:00
version = "2.1.1"
2021-03-19 22:09:38 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-30 19:31:26 +00:00
checksum = "714c75db297bc88a63783ffc6ab9f830698a6705aa0201416931759ef4c8183d"
2021-03-19 22:09:38 +00:00
dependencies = [
"autocfg",
"equivalent",
"indexmap",
2021-03-19 22:09:38 +00:00
]
[[package]]
name = "proc-macro-crate"
version = "3.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8ecf48c7ca261d60b74ab1a7b20da18bede46776b2e55535cb958eb595c5fa7b"
dependencies = [
"toml_edit",
]
[[package]]
name = "proc-macro2"
version = "1.0.86"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5e719e8df665df0d1c8fbfd238015744736151d4445ec0836b8e628aae103b77"
dependencies = [
2022-05-21 19:51:37 +00:00
"unicode-ident",
]
[[package]]
name = "protobuf"
version = "3.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0bcc343da15609eaecd65f8aa76df8dc4209d325131d8219358c0aaaebab0bf6"
dependencies = [
"once_cell",
"protobuf-support",
"thiserror",
]
[[package]]
name = "protobuf-codegen"
version = "3.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c4d0cde5642ea4df842b13eb9f59ea6fafa26dcb43e3e1ee49120e9757556189"
dependencies = [
"anyhow",
"once_cell",
2021-01-22 23:02:49 +00:00
"protobuf",
"protobuf-parse",
"regex",
"tempfile",
"thiserror",
]
[[package]]
name = "protobuf-parse"
version = "3.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1b0e9b447d099ae2c4993c0cbb03c7a9d6c937b17f2d56cfc0b1550e6fcfdb76"
dependencies = [
"anyhow",
"indexmap",
"log",
2021-01-22 23:02:49 +00:00
"protobuf",
"protobuf-support",
"tempfile",
"thiserror",
"which",
]
[[package]]
name = "protobuf-support"
version = "3.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f0766e3675a627c327e4b3964582594b0e8741305d628a98a5de75a1d15f99b9"
dependencies = [
"thiserror",
]
2021-12-10 23:03:35 +00:00
[[package]]
name = "quick-xml"
2024-09-30 19:31:26 +00:00
version = "0.36.2"
2021-12-10 23:03:35 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-30 19:31:26 +00:00
checksum = "f7649a7b4df05aed9ea7ec6f628c67c9953a43869b8bc50929569b2999d443fe"
2021-12-10 23:03:35 +00:00
dependencies = [
"memchr",
"serde",
]
[[package]]
name = "quote"
version = "1.0.37"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b5b9d34b8991d19d98081b46eacdd8eb58c6f2b201139f7c5f643cc155a633af"
dependencies = [
2021-01-22 23:02:49 +00:00
"proc-macro2",
]
[[package]]
name = "rand"
2022-05-21 19:51:37 +00:00
version = "0.8.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-21 19:51:37 +00:00
checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
dependencies = [
2021-01-22 23:02:49 +00:00
"libc",
"rand_chacha",
"rand_core",
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",
"rand_core",
2021-01-22 23:02:49 +00:00
]
[[package]]
name = "rand_core"
2022-09-28 20:17:55 +00:00
version = "0.6.4"
2021-01-22 23:02:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-09-28 20:17:55 +00:00
checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
2019-07-08 08:08:32 +00:00
dependencies = [
"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"
2022-05-21 19:51:37 +00:00
version = "0.4.3"
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"
2022-05-21 19:51:37 +00:00
checksum = "32cb0b9bc82b0a0876c2dd994a7e7a2683d3e7390ca40e6886785ef0c7e3ee31"
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",
"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
]
[[package]]
name = "redox_syscall"
version = "0.5.7"
2023-04-11 18:33:45 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9b6dfecf2c74bce2466cabf93f6664d6998a69eb21e39f4207930065b27b771f"
2023-04-11 18:33:45 +00:00
dependencies = [
"bitflags 2.6.0",
2023-04-11 18:33:45 +00:00
]
[[package]]
2021-01-22 23:02:49 +00:00
name = "regex"
version = "1.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "38200e5ee88914975b69f657f0801b6f6dccafd44fd9326302a4aaeecfacb1d8"
dependencies = [
"aho-corasick",
"memchr",
"regex-automata",
"regex-syntax",
]
[[package]]
name = "regex-automata"
version = "0.4.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "368758f23274712b504848e9d5a6f010445cc8b87a7cdb4d7cbee666c1288da3"
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",
]
[[package]]
2021-01-22 23:02:49 +00:00
name = "regex-syntax"
version = "0.8.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c"
2024-09-16 10:19:12 +00:00
[[package]]
name = "reqwest"
version = "0.11.27"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dd67538700a17451e7cba03ac727fb961abb7607553461627b97de0b89cf4a62"
dependencies = [
"base64 0.21.7",
"bytes",
"encoding_rs",
"futures-core",
"futures-util",
"h2 0.3.26",
"http 0.2.12",
"http-body 0.4.6",
"hyper 0.14.30",
"hyper-rustls 0.24.2",
"ipnet",
"js-sys",
"log",
"mime",
"once_cell",
"percent-encoding",
"pin-project-lite",
"rustls 0.21.12",
"rustls-pemfile 1.0.4",
"serde",
"serde_json",
"serde_urlencoded",
"sync_wrapper",
"system-configuration",
"tokio",
"tokio-rustls 0.24.1",
"tower-service",
"url",
"wasm-bindgen",
"wasm-bindgen-futures",
"web-sys",
"webpki-roots",
"winreg",
]
[[package]]
name = "ring"
version = "0.17.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c17fa4cb658e3583423e915b9f3acc01cceaee1860e33d59ebae66adc3a2dc0d"
dependencies = [
"cc",
"cfg-if",
"getrandom",
"libc",
"spin",
2024-06-06 07:38:46 +00:00
"untrusted",
"windows-sys 0.52.0",
]
[[package]]
name = "rodio"
version = "0.19.0"
2019-10-09 05:53:21 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6006a627c1a38d37f3d3a85c6575418cfe34a5392d60a686d0071e1c8d427acb"
dependencies = [
2021-01-22 23:02:49 +00:00
"cpal",
"thiserror",
]
2022-01-25 21:48:27 +00:00
[[package]]
name = "rsa"
version = "0.9.6"
2022-01-25 21:48:27 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5d0e5124fcb30e76a7e79bfee683a2746db83784b86289f6251b54b7950a0dfc"
2022-01-25 21:48:27 +00:00
dependencies = [
"const-oid",
"digest",
2022-01-25 21:48:27 +00:00
"num-bigint-dig",
"num-integer",
"num-traits",
"pkcs1",
"pkcs8",
"rand_core",
"signature",
"spki",
2022-01-25 21:48:27 +00:00
"subtle",
"zeroize",
]
[[package]]
name = "rustc-demangle"
version = "0.1.24"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"
[[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"
2023-04-11 18:33:45 +00:00
[[package]]
name = "rustix"
version = "0.38.37"
2023-04-11 18:33:45 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8acb788b847c24f28525660c4d7758620a7210875711f79e7f663cc152726811"
2023-04-11 18:33:45 +00:00
dependencies = [
"bitflags 2.6.0",
2023-04-11 18:33:45 +00:00
"errno",
"libc",
"linux-raw-sys",
"windows-sys 0.52.0",
2023-04-11 18:33:45 +00:00
]
2024-09-16 10:19:12 +00:00
[[package]]
name = "rustls"
version = "0.21.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e"
dependencies = [
"log",
"ring",
"rustls-webpki 0.101.7",
"sct",
]
[[package]]
name = "rustls"
version = "0.22.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bf4ef73721ac7bcd79b2b315da7779d8fc09718c6b3d2d1b2d94850eb8c18432"
dependencies = [
"log",
2024-06-06 07:38:46 +00:00
"ring",
"rustls-pki-types",
"rustls-webpki 0.102.8",
"subtle",
"zeroize",
]
[[package]]
name = "rustls"
version = "0.23.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f2dabaac7466917e566adb06783a81ca48944c6898a1b08b9374106dd671f4c8"
dependencies = [
"aws-lc-rs",
"log",
"once_cell",
"rustls-pki-types",
"rustls-webpki 0.102.8",
"subtle",
"zeroize",
]
[[package]]
name = "rustls-native-certs"
version = "0.7.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e5bfb394eeed242e909609f56089eecfe5fda225042e8b171791b9c95f5931e5"
dependencies = [
"openssl-probe",
"rustls-pemfile 2.2.0",
"rustls-pki-types",
"schannel",
"security-framework",
]
[[package]]
name = "rustls-native-certs"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fcaf18a4f2be7326cd874a5fa579fae794320a0f388d365dca7e480e55f83f8a"
dependencies = [
"openssl-probe",
"rustls-pemfile 2.2.0",
"rustls-pki-types",
"schannel",
"security-framework",
]
2024-09-16 10:19:12 +00:00
[[package]]
name = "rustls-pemfile"
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c"
dependencies = [
"base64 0.21.7",
]
[[package]]
name = "rustls-pemfile"
version = "2.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50"
dependencies = [
"rustls-pki-types",
2022-01-08 22:28:46 +00:00
]
[[package]]
name = "rustls-pki-types"
version = "1.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0e696e35370c65c9c541198af4543ccd580cf17fc25d8e05c5a242b202488c55"
2024-09-16 10:19:12 +00:00
[[package]]
name = "rustls-webpki"
version = "0.101.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
dependencies = [
"ring",
"untrusted",
]
[[package]]
name = "rustls-webpki"
version = "0.102.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "64ca1bc8749bd4cf37b5ce386cc146580777b4e8572c7b97baf22c83f444bee9"
dependencies = [
"aws-lc-rs",
2024-06-06 07:38:46 +00:00
"ring",
"rustls-pki-types",
2024-06-06 07:38:46 +00:00
"untrusted",
]
2022-01-09 00:03:47 +00:00
[[package]]
name = "rustversion"
version = "1.0.17"
2022-01-09 00:03:47 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "955d28af4278de8121b7ebeb796b6a45735dc01436d898801014aced2773a3d6"
2022-01-09 00:03:47 +00:00
2019-03-15 14:50:15 +00:00
[[package]]
name = "ryu"
version = "1.0.18"
2019-03-15 14:50:15 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f"
2019-03-15 14:50:15 +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"
dependencies = [
2021-01-22 23:02:49 +00:00
"winapi-util",
]
[[package]]
name = "schannel"
version = "0.1.24"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e9aaafd5a2b6e3d657ff009d82fbd630b6bd54dd4eb06f21693925cdf80f9b8b"
dependencies = [
"windows-sys 0.59.0",
]
[[package]]
name = "scopeguard"
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
2024-09-16 10:19:12 +00:00
[[package]]
name = "sct"
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414"
dependencies = [
"ring",
"untrusted",
]
2018-12-28 02:46:27 +00:00
[[package]]
name = "sdl2"
version = "0.37.0"
2018-12-28 02:46:27 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3b498da7d14d1ad6c839729bd4ad6fc11d90a57583605f3b4df2cd709a9cd380"
2018-12-28 02:46:27 +00:00
dependencies = [
"bitflags 1.3.2",
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"
version = "0.37.0"
2018-12-28 02:46:27 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "951deab27af08ed9c6068b7b0d05a93c91f0a8eb16b6b816a5e73452a43521d3"
2018-12-28 02:46:27 +00:00
dependencies = [
2022-05-23 18:14:43 +00:00
"cfg-if",
2021-01-22 23:02:49 +00:00
"libc",
"version-compare 0.1.1",
2018-12-28 02:46:27 +00:00
]
[[package]]
name = "security-framework"
version = "2.11.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
dependencies = [
"bitflags 2.6.0",
"core-foundation",
"core-foundation-sys",
"libc",
"security-framework-sys",
]
[[package]]
name = "security-framework-sys"
2024-09-30 19:31:26 +00:00
version = "2.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-30 19:31:26 +00:00
checksum = "ea4a292869320c0272d7bc55a5a6aafaff59b4f63404a003887b679a2e05b4b6"
dependencies = [
"core-foundation-sys",
"libc",
]
[[package]]
name = "serde"
version = "1.0.210"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c8e3592472072e6e22e0a54d5904d9febf8508f65fb8552499a1abc7d1078c3a"
2021-01-22 23:02:49 +00:00
dependencies = [
"serde_derive",
]
[[package]]
name = "serde_derive"
version = "1.0.210"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "243902eda00fad750862fc144cea25caca5e20d615af0a81bee94ca738f1df1f"
dependencies = [
2021-01-22 23:02:49 +00:00
"proc-macro2",
"quote",
"syn 2.0.79",
]
[[package]]
name = "serde_json"
version = "1.0.128"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6ff5456707a1de34e7e37f2a6fd3d3f808c318259cbd01ab6377795054b483d8"
dependencies = [
2021-01-22 23:02:49 +00:00
"itoa",
"memchr",
2021-01-22 23:02:49 +00:00
"ryu",
"serde",
]
2024-09-16 10:19:12 +00:00
[[package]]
name = "serde_path_to_error"
version = "0.1.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "af99884400da37c88f5e9146b7f1fd0fbcae8f6eec4e9da38b67d05486f814a6"
dependencies = [
"itoa",
"serde",
]
2021-01-22 23:02:49 +00:00
[[package]]
2023-04-11 18:33:45 +00:00
name = "serde_spanned"
2024-09-30 19:31:26 +00:00
version = "0.6.8"
2021-01-22 23:02:49 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-30 19:31:26 +00:00
checksum = "87607cb1398ed59d48732e575a4c28a7a8ebf2454b964fe3f224f2afc07909e1"
2021-02-13 18:10:34 +00:00
dependencies = [
2023-04-11 18:33:45 +00:00
"serde",
2021-02-13 18:10:34 +00:00
]
2021-01-22 23:02:49 +00:00
2024-09-16 10:19:12 +00:00
[[package]]
name = "serde_urlencoded"
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
dependencies = [
"form_urlencoded",
"itoa",
"ryu",
"serde",
]
2022-05-21 19:51:37 +00:00
[[package]]
name = "sha1"
version = "0.10.6"
2022-05-21 19:51:37 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
2022-05-21 19:51:37 +00:00
dependencies = [
2022-05-23 18:14:43 +00:00
"cfg-if",
2022-05-21 19:51:37 +00:00
"cpufeatures",
"digest",
2022-05-21 19:51:37 +00:00
]
2024-09-16 10:19:12 +00:00
[[package]]
name = "sha2"
version = "0.10.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8"
dependencies = [
"cfg-if",
"cpufeatures",
"digest",
]
[[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"
dependencies = [
2021-01-22 23:02:49 +00:00
"byteorder",
]
2020-01-24 00:35:24 +00:00
[[package]]
name = "shell-words"
2022-05-21 19:51:37 +00:00
version = "1.1.0"
2020-01-24 00:35:24 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2022-05-21 19:51:37 +00:00
checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
2020-01-24 00:35:24 +00:00
[[package]]
name = "shlex"
version = "1.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
2021-02-21 10:08:34 +00:00
[[package]]
name = "signal-hook-registry"
version = "1.4.2"
2021-02-21 10:08:34 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a9e9e0b4211b72e7b8b6e85c807d36c212bdb33ea8587f7569562a84df5465b1"
2021-02-21 10:08:34 +00:00
dependencies = [
"libc",
]
[[package]]
name = "signature"
version = "2.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
dependencies = [
"digest",
"rand_core",
]
[[package]]
name = "slab"
version = "0.4.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
2022-07-29 20:05:10 +00:00
dependencies = [
"autocfg",
]
[[package]]
name = "smallvec"
version = "1.13.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67"
[[package]]
2021-01-22 23:02:49 +00:00
name = "socket2"
version = "0.5.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ce305eb0b4296696835b71df73eb912e0f1ffd2556a501fcede6e0c50349191c"
dependencies = [
2021-01-22 23:02:49 +00:00
"libc",
"windows-sys 0.52.0",
]
[[package]]
name = "spin"
version = "0.9.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
[[package]]
name = "spinning_top"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d96d2d1d716fb500937168cc09353ffdc7a012be8475ac7308e1bdf0e3923300"
dependencies = [
"lock_api",
]
2022-01-25 21:48:27 +00:00
[[package]]
name = "spki"
version = "0.7.3"
2022-01-25 21:48:27 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
2022-01-25 21:48:27 +00:00
dependencies = [
"base64ct",
2022-01-25 21:48:27 +00:00
"der",
]
[[package]]
name = "strsim"
version = "0.11.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
[[package]]
name = "subtle"
version = "2.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
[[package]]
name = "symphonia"
version = "0.5.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "815c942ae7ee74737bb00f965fa5b5a2ac2ce7b6c01c0cc169bbeaf7abd5f5a9"
dependencies = [
"lazy_static",
"symphonia-bundle-mp3",
"symphonia-codec-vorbis",
"symphonia-core",
"symphonia-format-ogg",
"symphonia-metadata",
]
[[package]]
name = "symphonia-bundle-mp3"
version = "0.5.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c01c2aae70f0f1fb096b6f0ff112a930b1fb3626178fba3ae68b09dce71706d4"
dependencies = [
"lazy_static",
"log",
"symphonia-core",
"symphonia-metadata",
]
[[package]]
name = "symphonia-codec-vorbis"
version = "0.5.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5a98765fb46a0a6732b007f7e2870c2129b6f78d87db7987e6533c8f164a9f30"
dependencies = [
"log",
"symphonia-core",
"symphonia-utils-xiph",
]
[[package]]
name = "symphonia-core"
version = "0.5.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "798306779e3dc7d5231bd5691f5a813496dc79d3f56bf82e25789f2094e022c3"
dependencies = [
"arrayvec",
"bitflags 1.3.2",
"bytemuck",
"lazy_static",
"log",
]
[[package]]
name = "symphonia-format-ogg"
version = "0.5.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ada3505789516bcf00fc1157c67729eded428b455c27ca370e41f4d785bfa931"
dependencies = [
"log",
"symphonia-core",
"symphonia-metadata",
"symphonia-utils-xiph",
]
[[package]]
name = "symphonia-metadata"
version = "0.5.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bc622b9841a10089c5b18e99eb904f4341615d5aa55bbf4eedde1be721a4023c"
dependencies = [
"encoding_rs",
"lazy_static",
"log",
"symphonia-core",
]
[[package]]
name = "symphonia-utils-xiph"
version = "0.5.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "484472580fa49991afda5f6550ece662237b00c6f562c7d9638d1b086ed010fe"
dependencies = [
"symphonia-core",
"symphonia-metadata",
]
[[package]]
name = "syn"
2023-04-11 18:33:45 +00:00
version = "1.0.109"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-11 18:33:45 +00:00
checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
dependencies = [
2021-01-22 23:02:49 +00:00
"proc-macro2",
"quote",
2022-05-21 19:51:37 +00:00
"unicode-ident",
2019-07-08 08:08:32 +00:00
]
[[package]]
2023-04-11 18:33:45 +00:00
name = "syn"
version = "2.0.79"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "89132cd0bf050864e1d38dc3bbc07a0eb8e7530af26344d3d2bbbef83499f590"
dependencies = [
2021-01-22 23:02:49 +00:00
"proc-macro2",
"quote",
2023-04-11 18:33:45 +00:00
"unicode-ident",
]
2024-09-16 10:19:12 +00:00
[[package]]
name = "sync_wrapper"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
2022-08-26 19:14:43 +00:00
[[package]]
name = "sysinfo"
version = "0.31.4"
2022-08-26 19:14:43 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "355dbe4f8799b304b05e1b0f05fc59b2a18d36645cf169607da45bde2f69a1be"
2022-08-26 19:14:43 +00:00
dependencies = [
"core-foundation-sys",
2022-08-26 19:14:43 +00:00
"libc",
"memchr",
2022-08-26 19:14:43 +00:00
"ntapi",
"windows 0.57.0",
2022-08-26 19:14:43 +00:00
]
2024-09-16 10:19:12 +00:00
[[package]]
name = "system-configuration"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7"
dependencies = [
"bitflags 1.3.2",
"core-foundation",
"system-configuration-sys",
]
[[package]]
name = "system-configuration-sys"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9"
dependencies = [
"core-foundation-sys",
"libc",
]
[[package]]
name = "system-deps"
version = "7.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "66d23aaf9f331227789a99e8de4c91bf46703add012bdfd45fdecdfb2975a005"
dependencies = [
"cfg-expr",
"heck",
"pkg-config",
2021-01-22 23:02:49 +00:00
"toml",
"version-compare 0.2.0",
]
[[package]]
name = "target-lexicon"
version = "0.12.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
[[package]]
name = "tempfile"
version = "3.13.0"
2019-05-03 05:40:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f0f2c9fc62d0beef6951ccffd757e241266a2c833136efbe35af6cd2567dca5b"
2019-05-03 05:40:13 +00:00
dependencies = [
2022-05-23 18:14:43 +00:00
"cfg-if",
2022-05-21 19:51:37 +00:00
"fastrand",
"once_cell",
2023-04-11 18:33:45 +00:00
"rustix",
"windows-sys 0.59.0",
2021-01-30 12:53:44 +00:00
]
[[package]]
name = "thiserror"
2024-09-30 19:31:26 +00:00
version = "1.0.64"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-30 19:31:26 +00:00
checksum = "d50af8abc119fb8bb6dbabcfa89656f46f84aa0ac7688088608076ad2b459a84"
dependencies = [
2021-01-22 23:02:49 +00:00
"thiserror-impl",
]
[[package]]
name = "thiserror-impl"
2024-09-30 19:31:26 +00:00
version = "1.0.64"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-30 19:31:26 +00:00
checksum = "08904e7672f5eb876eaaf87e0ce17857500934f4981c4a0ab2b4aa98baac7fc3"
dependencies = [
2021-01-22 23:02:49 +00:00
"proc-macro2",
"quote",
"syn 2.0.79",
]
[[package]]
name = "thread-id"
version = "4.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cfe8f25bbdd100db7e1d34acf7fd2dc59c4bf8f7483f505eaa7d4f12f76cc0ea"
dependencies = [
"libc",
"winapi",
]
2022-05-21 19:51:37 +00:00
[[package]]
name = "time"
version = "0.3.36"
2022-05-21 19:51:37 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5dfd88e563464686c916c7e46e623e520ddc6d79fa6641390f2e3fa86e83e885"
2022-05-21 19:51:37 +00:00
dependencies = [
"deranged",
2022-05-21 19:51:37 +00:00
"itoa",
"libc",
"num-conv",
"num_threads",
"powerfmt",
2023-04-11 18:33:45 +00:00
"serde",
"time-core",
"time-macros",
]
[[package]]
name = "time-core"
version = "0.1.2"
2023-04-11 18:33:45 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3"
2023-04-11 18:33:45 +00:00
[[package]]
name = "time-macros"
version = "0.2.18"
2023-04-11 18:33:45 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3f252a68540fde3a3877aeea552b832b40ab9a69e318efd078774a01ddee1ccf"
2023-04-11 18:33:45 +00:00
dependencies = [
"num-conv",
2023-04-11 18:33:45 +00:00
"time-core",
2022-05-21 19:51:37 +00:00
]
[[package]]
name = "tinyvec"
version = "1.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "445e881f4f6d382d5f27c034e25eb92edd7c784ceab92a0937db7f2e9471b938"
dependencies = [
"tinyvec_macros",
]
[[package]]
name = "tinyvec_macros"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
[[package]]
2021-01-22 23:02:49 +00:00
name = "tokio"
version = "1.40.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e2b070231665d27ad9ec9b8df639893f46727666c6767db40317fbe920a5d998"
dependencies = [
"backtrace",
2021-01-22 23:02:49 +00:00
"bytes",
"libc",
"mio",
2023-04-11 18:33:45 +00:00
"parking_lot",
2021-01-22 23:02:49 +00:00
"pin-project-lite",
2021-02-21 10:08:34 +00:00
"signal-hook-registry",
"socket2",
2021-01-22 23:02:49 +00:00
"tokio-macros",
"windows-sys 0.52.0",
]
[[package]]
2021-01-22 23:02:49 +00:00
name = "tokio-macros"
version = "2.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "693d596312e88961bc67d7f1f97af8a70227d9f90c31bba5806eec004978d752"
dependencies = [
2021-01-22 23:02:49 +00:00
"proc-macro2",
"quote",
"syn 2.0.79",
]
2024-09-16 10:19:12 +00:00
[[package]]
name = "tokio-rustls"
version = "0.24.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
dependencies = [
"rustls 0.21.12",
"tokio",
]
[[package]]
name = "tokio-rustls"
version = "0.25.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "775e0c0f0adb3a2f22a00c4745d728b479985fc15ee7ca6a2608388c5569860f"
dependencies = [
"rustls 0.22.4",
"rustls-pki-types",
"tokio",
]
[[package]]
name = "tokio-rustls"
version = "0.26.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0c7bc40d0e5a97695bb96e27995cd3a08538541b0a846f65bba7a359f36700d4"
dependencies = [
"rustls 0.23.13",
"rustls-pki-types",
"tokio",
]
[[package]]
name = "tokio-stream"
version = "0.1.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4f4e6ce100d0eb49a2734f8c0812bcd324cf357d21810932c5df6b96ef2b86f1"
dependencies = [
"futures-core",
"pin-project-lite",
"tokio",
]
2021-05-22 17:05:13 +00:00
[[package]]
name = "tokio-tungstenite"
version = "0.24.0"
2021-05-22 17:05:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "edc5f74e248dc973e0dbb7b74c7e0d6fcc301c694ff50049504004ef4d0cdcd9"
2021-05-22 17:05:13 +00:00
dependencies = [
"futures-util",
"log",
"rustls 0.23.13",
"rustls-native-certs 0.8.0",
"rustls-pki-types",
2021-05-22 17:05:13 +00:00
"tokio",
"tokio-rustls 0.26.0",
2021-05-22 17:05:13 +00:00
"tungstenite",
]
[[package]]
2021-01-22 23:02:49 +00:00
name = "tokio-util"
version = "0.7.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "61e7c3654c13bcd040d4a03abee2c75b1d14a37b423cf5a813ceae1cc903ec6a"
dependencies = [
2021-01-22 23:02:49 +00:00
"bytes",
"futures-core",
"futures-sink",
"pin-project-lite",
"tokio",
]
[[package]]
2021-01-22 23:02:49 +00:00
name = "toml"
version = "0.8.19"
2023-04-11 18:33:45 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a1ed1f98e3fdc28d6d910e6737ae6ab1a93bf1985935a1193e68f93eeb68d24e"
2023-04-11 18:33:45 +00:00
dependencies = [
"serde",
"serde_spanned",
"toml_datetime",
"toml_edit",
2023-04-11 18:33:45 +00:00
]
[[package]]
name = "toml_datetime"
version = "0.6.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0dd7358ecb8fc2f8d014bf86f6f638ce72ba252a2c3a2572f2a795f1d23efb41"
dependencies = [
2021-01-22 23:02:49 +00:00
"serde",
]
[[package]]
name = "toml_edit"
2024-09-30 19:31:26 +00:00
version = "0.22.22"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-30 19:31:26 +00:00
checksum = "4ae48d6208a266e853d946088ed816055e556cc6028c5e8e2b84d9fa5dd7c7f5"
dependencies = [
"indexmap",
"serde",
"serde_spanned",
"toml_datetime",
"winnow",
]
[[package]]
2021-01-22 23:02:49 +00:00
name = "tower-service"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
[[package]]
2021-01-22 23:02:49 +00:00
name = "tracing"
version = "0.1.40"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef"
dependencies = [
2021-01-22 23:02:49 +00:00
"pin-project-lite",
"tracing-core",
]
[[package]]
2021-01-22 23:02:49 +00:00
name = "tracing-core"
version = "0.1.32"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54"
dependencies = [
2022-07-29 20:05:10 +00:00
"once_cell",
]
[[package]]
name = "try-lock"
version = "0.2.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
2021-05-22 17:05:13 +00:00
[[package]]
name = "tungstenite"
version = "0.24.0"
2021-05-22 17:05:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "18e5b8366ee7a95b16d32197d0b2604b43a0be89dc5fac9f8e96ccafbaedda8a"
2021-05-22 17:05:13 +00:00
dependencies = [
"byteorder",
"bytes",
"data-encoding",
2024-09-16 10:19:12 +00:00
"http 1.1.0",
2021-05-22 17:05:13 +00:00
"httparse",
"log",
"rand",
"rustls 0.23.13",
"rustls-pki-types",
2023-04-11 18:33:45 +00:00
"sha1",
2021-05-22 17:05:13 +00:00
"thiserror",
"utf-8",
]
[[package]]
name = "typenum"
version = "1.17.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
[[package]]
name = "unicode-bidi"
version = "0.3.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "08f95100a766bf4f8f28f90d77e0a5461bbdb219042e7679bebe79004fed8d75"
2022-05-21 19:51:37 +00:00
[[package]]
name = "unicode-ident"
version = "1.0.13"
2022-05-21 19:51:37 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e91b56cd4cadaeb79bbf1a5645f6b4f8dc5bde8834ad5894a8db35fda9efa1fe"
[[package]]
name = "unicode-normalization"
2024-09-30 19:31:26 +00:00
version = "0.1.24"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-30 19:31:26 +00:00
checksum = "5033c97c4262335cded6d6fc3e5c18ab755e1a3dc96376350f3d8e9f009ad956"
dependencies = [
"tinyvec",
]
2021-02-21 10:08:34 +00:00
[[package]]
name = "unicode-width"
2024-09-30 19:31:26 +00:00
version = "0.1.14"
2021-02-21 10:08:34 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-30 19:31:26 +00:00
checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af"
2021-02-21 10:08:34 +00:00
[[package]]
name = "untrusted"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
[[package]]
name = "url"
version = "2.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "22784dbdf76fdde8af1aeda5622b546b422b6fc585325248a2bf9f5e41e94d6c"
dependencies = [
2021-01-22 23:02:49 +00:00
"form_urlencoded",
2021-02-22 10:26:12 +00:00
"idna",
"percent-encoding",
2024-09-16 10:19:12 +00:00
"serde",
]
2021-05-22 17:05:13 +00:00
[[package]]
name = "utf-8"
version = "0.7.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
[[package]]
name = "utf8parse"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
[[package]]
name = "uuid"
version = "1.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "81dfa00651efa65069b0b6b651f4aaa31ba9e3c3ce0137aaad053604ee7e0314"
dependencies = [
"getrandom",
"rand",
]
2019-07-08 08:08:32 +00:00
[[package]]
name = "vergen"
2024-09-30 19:31:26 +00:00
version = "9.0.1"
2019-07-08 08:08:32 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-30 19:31:26 +00:00
checksum = "349ed9e45296a581f455bc18039878f409992999bc1d5da12a6800eb18c8752f"
2019-07-08 08:08:32 +00:00
dependencies = [
2022-01-09 00:03:47 +00:00
"anyhow",
"derive_builder",
2022-01-09 00:03:47 +00:00
"rustversion",
"time",
"vergen-lib",
]
[[package]]
name = "vergen-gitcl"
2024-09-30 19:31:26 +00:00
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-30 19:31:26 +00:00
checksum = "2a3a7f91caabecefc3c249fd864b11d4abe315c166fbdb568964421bccfd2b7a"
dependencies = [
"anyhow",
"derive_builder",
"rustversion",
"time",
"vergen",
"vergen-lib",
]
[[package]]
name = "vergen-lib"
2024-09-30 19:31:26 +00:00
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-30 19:31:26 +00:00
checksum = "229eaddb0050920816cf051e619affaf18caa3dd512de8de5839ccbc8e53abb0"
dependencies = [
"anyhow",
"derive_builder",
"rustversion",
2019-07-08 08:08:32 +00:00
]
[[package]]
name = "version-compare"
2023-04-11 18:33:45 +00:00
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-11 18:33:45 +00:00
checksum = "579a42fc0b8e0c63b76519a339be31bed574929511fa53c1a3acae26eb258f29"
[[package]]
name = "version-compare"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "852e951cb7832cb45cb1169900d19760cfa39b82bc0ea9c0e5a14ae88411c98b"
[[package]]
name = "version_check"
version = "0.9.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
[[package]]
name = "walkdir"
version = "2.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
dependencies = [
2021-01-22 23:02:49 +00:00
"same-file",
"winapi-util",
]
[[package]]
name = "want"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
dependencies = [
2021-01-22 23:02:49 +00:00
"try-lock",
]
2022-05-21 19:51:37 +00:00
[[package]]
name = "wasi"
version = "0.11.0+wasi-snapshot-preview1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
[[package]]
name = "wasm-bindgen"
version = "0.2.93"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a82edfc16a6c469f5f44dc7b571814045d60404b55a0ee849f9bcfa2e63dd9b5"
dependencies = [
2022-05-23 18:14:43 +00:00
"cfg-if",
"once_cell",
2021-01-22 23:02:49 +00:00
"wasm-bindgen-macro",
]
[[package]]
name = "wasm-bindgen-backend"
version = "0.2.93"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9de396da306523044d3302746f1208fa71d7532227f15e347e2d93e4145dd77b"
dependencies = [
2021-01-22 23:02:49 +00:00
"bumpalo",
"log",
2022-07-29 20:05:10 +00:00
"once_cell",
2021-01-22 23:02:49 +00:00
"proc-macro2",
"quote",
"syn 2.0.79",
2021-01-22 23:02:49 +00:00
"wasm-bindgen-shared",
]
2023-04-11 18:33:45 +00:00
[[package]]
name = "wasm-bindgen-futures"
version = "0.4.43"
2023-04-11 18:33:45 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "61e9300f63a621e96ed275155c108eb6f843b6a26d053f122ab69724559dc8ed"
2023-04-11 18:33:45 +00:00
dependencies = [
"cfg-if",
"js-sys",
"wasm-bindgen",
"web-sys",
]
[[package]]
name = "wasm-bindgen-macro"
version = "0.2.93"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "585c4c91a46b072c92e908d99cb1dcdf95c5218eeb6f3bf1efa991ee7a68cccf"
dependencies = [
2021-01-22 23:02:49 +00:00
"quote",
"wasm-bindgen-macro-support",
]
[[package]]
name = "wasm-bindgen-macro-support"
version = "0.2.93"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "afc340c74d9005395cf9dd098506f7f44e38f2b4a21c6aaacf9a105ea5e1e836"
dependencies = [
2021-01-22 23:02:49 +00:00
"proc-macro2",
"quote",
"syn 2.0.79",
2021-01-22 23:02:49 +00:00
"wasm-bindgen-backend",
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-shared"
version = "0.2.93"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c62a0a307cb4a311d3a07867860911ca130c3494e8c2719593806c08bc5d0484"
[[package]]
name = "web-sys"
version = "0.3.70"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "26fdeaafd9bd129f65e7c031593c24d62186301e0c72c8978fa1678be7d532c0"
dependencies = [
2021-01-22 23:02:49 +00:00
"js-sys",
"wasm-bindgen",
]
[[package]]
name = "webpki"
version = "0.22.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ed63aea5ce73d0ff405984102c42de94fc55a6b75765d621c65262469b3c9b53"
dependencies = [
2024-06-06 07:38:46 +00:00
"ring",
"untrusted",
]
2024-09-16 10:19:12 +00:00
[[package]]
name = "webpki-roots"
version = "0.25.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5f20c57d8d7db6d3b86154206ae5d8fba62dd39573114de97c2cb0578251f8e1"
[[package]]
name = "which"
version = "4.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7"
dependencies = [
"either",
"home",
"once_cell",
"rustix",
]
[[package]]
name = "winapi"
version = "0.3.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
2021-01-22 23:02:49 +00:00
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
dependencies = [
2021-01-22 23:02:49 +00:00
"winapi-i686-pc-windows-gnu",
"winapi-x86_64-pc-windows-gnu",
]
[[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-05-03 05:40:13 +00:00
[[package]]
name = "winapi-util"
version = "0.1.9"
2019-05-03 05:40:13 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb"
2019-05-03 05:40:13 +00:00
dependencies = [
"windows-sys 0.59.0",
2019-05-03 05:40:13 +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"
2022-05-21 19:51:37 +00:00
[[package]]
2023-04-11 18:33:45 +00:00
name = "windows"
version = "0.52.0"
2022-05-21 19:51:37 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e48a53791691ab099e5e2ad123536d0fff50652600abaf43bbf952894110d0be"
2022-05-21 19:51:37 +00:00
dependencies = [
"windows-core 0.52.0",
"windows-targets 0.52.6",
2022-05-21 19:51:37 +00:00
]
[[package]]
name = "windows"
version = "0.54.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9252e5725dbed82865af151df558e754e4a3c2c30818359eb17465f1346a1b49"
dependencies = [
"windows-core 0.54.0",
"windows-targets 0.52.6",
]
[[package]]
name = "windows"
version = "0.57.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "12342cb4d8e3b046f3d80effd474a7a02447231330ef77d71daa6fbc40681143"
dependencies = [
"windows-core 0.57.0",
"windows-targets 0.52.6",
]
[[package]]
name = "windows-core"
version = "0.52.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9"
dependencies = [
"windows-targets 0.52.6",
]
[[package]]
name = "windows-core"
version = "0.54.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "12661b9c89351d684a50a8a643ce5f608e20243b9fb84687800163429f161d65"
dependencies = [
"windows-result",
"windows-targets 0.52.6",
]
[[package]]
name = "windows-core"
version = "0.57.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d2ed2439a290666cd67ecce2b0ffaad89c2a56b976b736e6ece670297897832d"
dependencies = [
"windows-implement",
"windows-interface",
"windows-result",
"windows-targets 0.52.6",
]
[[package]]
name = "windows-implement"
version = "0.57.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9107ddc059d5b6fbfbffdfa7a7fe3e22a226def0b2608f72e9d552763d3e1ad7"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.79",
]
[[package]]
name = "windows-interface"
version = "0.57.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "29bee4b38ea3cde66011baa44dba677c432a78593e202392d1e9070cf2a7fca7"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.79",
]
[[package]]
name = "windows-result"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5e383302e8ec8515204254685643de10811af0ed97ea37210dc26fb0032647f8"
dependencies = [
"windows-targets 0.52.6",
]
[[package]]
name = "windows-sys"
version = "0.45.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
dependencies = [
"windows-targets 0.42.2",
]
2023-04-13 18:02:33 +00:00
[[package]]
name = "windows-sys"
version = "0.48.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
dependencies = [
"windows-targets 0.48.5",
2023-04-11 18:33:45 +00:00
]
[[package]]
name = "windows-sys"
version = "0.52.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
dependencies = [
"windows-targets 0.52.6",
]
[[package]]
name = "windows-sys"
version = "0.59.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
dependencies = [
"windows-targets 0.52.6",
]
2022-05-21 19:51:37 +00:00
[[package]]
2023-04-11 18:33:45 +00:00
name = "windows-targets"
version = "0.42.2"
2022-05-21 19:51:37 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-11 18:33:45 +00:00
checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
dependencies = [
2023-04-13 18:02:33 +00:00
"windows_aarch64_gnullvm 0.42.2",
"windows_aarch64_msvc 0.42.2",
"windows_i686_gnu 0.42.2",
"windows_i686_msvc 0.42.2",
"windows_x86_64_gnu 0.42.2",
"windows_x86_64_gnullvm 0.42.2",
"windows_x86_64_msvc 0.42.2",
]
[[package]]
name = "windows-targets"
version = "0.48.5"
2023-04-13 18:02:33 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
2023-04-13 18:02:33 +00:00
dependencies = [
"windows_aarch64_gnullvm 0.48.5",
"windows_aarch64_msvc 0.48.5",
"windows_i686_gnu 0.48.5",
"windows_i686_msvc 0.48.5",
"windows_x86_64_gnu 0.48.5",
"windows_x86_64_gnullvm 0.48.5",
"windows_x86_64_msvc 0.48.5",
2023-04-11 18:33:45 +00:00
]
2022-05-21 19:51:37 +00:00
[[package]]
name = "windows-targets"
version = "0.52.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
dependencies = [
"windows_aarch64_gnullvm 0.52.6",
"windows_aarch64_msvc 0.52.6",
"windows_i686_gnu 0.52.6",
"windows_i686_gnullvm",
"windows_i686_msvc 0.52.6",
"windows_x86_64_gnu 0.52.6",
"windows_x86_64_gnullvm 0.52.6",
"windows_x86_64_msvc 0.52.6",
]
[[package]]
2023-04-11 18:33:45 +00:00
name = "windows_aarch64_gnullvm"
version = "0.42.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-11 18:33:45 +00:00
checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
2023-04-13 18:02:33 +00:00
[[package]]
name = "windows_aarch64_gnullvm"
version = "0.48.5"
2023-04-13 18:02:33 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
2023-04-13 18:02:33 +00:00
[[package]]
name = "windows_aarch64_gnullvm"
version = "0.52.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
2022-05-21 19:51:37 +00:00
[[package]]
2023-04-11 18:33:45 +00:00
name = "windows_aarch64_msvc"
version = "0.42.2"
2022-05-21 19:51:37 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-11 18:33:45 +00:00
checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
2022-05-21 19:51:37 +00:00
2023-04-13 18:02:33 +00:00
[[package]]
name = "windows_aarch64_msvc"
version = "0.48.5"
2023-04-13 18:02:33 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
2023-04-13 18:02:33 +00:00
[[package]]
name = "windows_aarch64_msvc"
version = "0.52.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
[[package]]
name = "windows_i686_gnu"
2023-04-11 18:33:45 +00:00
version = "0.42.2"
2022-05-21 19:51:37 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-11 18:33:45 +00:00
checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
2022-05-21 19:51:37 +00:00
2023-04-13 18:02:33 +00:00
[[package]]
name = "windows_i686_gnu"
version = "0.48.5"
2023-04-13 18:02:33 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
2023-04-13 18:02:33 +00:00
[[package]]
name = "windows_i686_gnu"
version = "0.52.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
[[package]]
name = "windows_i686_gnullvm"
version = "0.52.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
[[package]]
name = "windows_i686_msvc"
2023-04-11 18:33:45 +00:00
version = "0.42.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-11 18:33:45 +00:00
checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
2023-04-13 18:02:33 +00:00
[[package]]
name = "windows_i686_msvc"
version = "0.48.5"
2023-04-13 18:02:33 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
2023-04-13 18:02:33 +00:00
[[package]]
name = "windows_i686_msvc"
version = "0.52.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
2022-05-21 19:51:37 +00:00
[[package]]
name = "windows_x86_64_gnu"
2023-04-11 18:33:45 +00:00
version = "0.42.2"
2022-05-21 19:51:37 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-11 18:33:45 +00:00
checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
2023-04-13 18:02:33 +00:00
[[package]]
name = "windows_x86_64_gnu"
version = "0.48.5"
2023-04-13 18:02:33 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
2023-04-13 18:02:33 +00:00
[[package]]
name = "windows_x86_64_gnu"
version = "0.52.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
[[package]]
name = "windows_x86_64_gnullvm"
2023-04-11 18:33:45 +00:00
version = "0.42.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-11 18:33:45 +00:00
checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
2023-04-13 18:02:33 +00:00
[[package]]
name = "windows_x86_64_gnullvm"
version = "0.48.5"
2023-04-13 18:02:33 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
2023-04-13 18:02:33 +00:00
[[package]]
name = "windows_x86_64_gnullvm"
version = "0.52.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
2022-05-21 19:51:37 +00:00
[[package]]
name = "windows_x86_64_msvc"
2023-04-11 18:33:45 +00:00
version = "0.42.2"
2022-05-21 19:51:37 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-04-11 18:33:45 +00:00
checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
2022-05-21 19:51:37 +00:00
2023-04-13 18:02:33 +00:00
[[package]]
name = "windows_x86_64_msvc"
version = "0.48.5"
2023-04-13 18:02:33 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
2023-04-13 18:02:33 +00:00
[[package]]
name = "windows_x86_64_msvc"
version = "0.52.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
[[package]]
name = "winnow"
2024-09-30 19:31:26 +00:00
version = "0.6.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-09-30 19:31:26 +00:00
checksum = "36c1fec1a2bb5866f07c25f68c26e565c4c200aebb96d7e55710c19d3e8ac49b"
2023-04-11 18:33:45 +00:00
dependencies = [
"memchr",
]
2024-09-16 10:19:12 +00:00
[[package]]
name = "winreg"
version = "0.50.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
dependencies = [
"cfg-if",
"windows-sys 0.48.0",
]
[[package]]
name = "zerocopy"
version = "0.7.35"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0"
dependencies = [
2021-01-22 23:02:49 +00:00
"byteorder",
"zerocopy-derive",
]
[[package]]
name = "zerocopy-derive"
version = "0.7.35"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e"
dependencies = [
"proc-macro2",
"quote",
"syn 2.0.79",
]
2022-01-25 21:48:27 +00:00
[[package]]
name = "zeroize"
version = "1.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde"