musicutil/Cargo.lock

1398 lines
35 KiB
Plaintext
Raw Normal View History

2022-08-16 09:05:18 +01:00
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3
[[package]]
name = "adler"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
[[package]]
2023-08-31 22:08:21 +01:00
name = "aho-corasick"
version = "1.1.3"
2022-08-16 09:05:18 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
2023-08-31 22:08:21 +01:00
dependencies = [
"memchr",
]
[[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"
2022-08-16 09:05:18 +01:00
dependencies = [
"libc",
2023-08-31 22:08:21 +01:00
]
[[package]]
name = "anstream"
version = "0.6.14"
2023-08-31 22:08:21 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "418c75fa768af9c03be99d17643f93f79bbba589895012a80e3452a19ddda15b"
2023-08-31 22:08:21 +01:00
dependencies = [
"anstyle",
"anstyle-parse",
"anstyle-query",
"anstyle-wincon",
"colorchoice",
"is_terminal_polyfill",
2023-08-31 22:08:21 +01:00
"utf8parse",
]
[[package]]
name = "anstyle"
version = "1.0.7"
2023-08-31 22:08:21 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "038dfcf04a5feb68e9c60b21c9625a54c2c0616e79b72b0fd87075a056ae1d1b"
2023-08-31 22:08:21 +01:00
[[package]]
name = "anstyle-parse"
version = "0.2.4"
2023-08-31 22:08:21 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c03a11a9034d92058ceb6ee011ce58af4a9bf61491aa7e1e59ecd24bd40d22d4"
2023-08-31 22:08:21 +01:00
dependencies = [
"utf8parse",
]
[[package]]
name = "anstyle-query"
version = "1.0.3"
2023-08-31 22:08:21 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a64c907d4e79225ac72e2a354c9ce84d50ebb4586dee56c82b3ee73004f537f5"
2023-08-31 22:08:21 +01:00
dependencies = [
2024-01-16 13:15:18 +00:00
"windows-sys 0.52.0",
2023-08-31 22:08:21 +01:00
]
[[package]]
name = "anstyle-wincon"
version = "3.0.3"
2023-08-31 22:08:21 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "61a38449feb7068f52bb06c12759005cf459ee52bb4adc1d5a7c4322d716fb19"
2023-08-31 22:08:21 +01:00
dependencies = [
"anstyle",
2024-01-16 13:15:18 +00:00
"windows-sys 0.52.0",
2022-08-16 09:05:18 +01:00
]
[[package]]
name = "ascii_reduce"
version = "1.0.0"
dependencies = [
"phf",
"phf_codegen",
"serde_json",
]
2022-08-16 09:05:18 +01:00
[[package]]
name = "autocfg"
version = "1.2.0"
2022-08-16 09:05:18 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f1fdabc7756949593fe60f30ec81974b613357de856987752631dea1e3394c80"
2022-08-16 09:05:18 +01:00
2023-08-31 22:08:21 +01:00
[[package]]
name = "base64"
version = "0.22.1"
2023-08-31 22:08:21 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
2023-08-31 22:08:21 +01:00
[[package]]
name = "bindgen"
2024-02-29 11:15:22 +00:00
version = "0.69.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-29 11:15:22 +00:00
checksum = "a00dc851838a2120612785d195287475a3ac45514741da670b735818822129a0"
dependencies = [
"bitflags 2.5.0",
"cexpr",
"clang-sys",
2024-02-29 11:15:22 +00:00
"itertools",
"lazy_static",
"lazycell",
"log",
2023-08-31 22:08:21 +01:00
"prettyplease",
"proc-macro2",
"quote",
"regex",
"rustc-hash",
"shlex",
"syn",
"which",
]
2022-08-16 09:05:18 +01:00
[[package]]
name = "bitflags"
version = "1.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
2023-08-31 22:08:21 +01:00
[[package]]
name = "bitflags"
version = "2.5.0"
2023-08-31 22:08:21 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cf4b9d6a944f767f8e5e0db018570623c85f3d925ac718db4e06d0187adb21c1"
2023-08-31 22:08:21 +01:00
[[package]]
name = "bumpalo"
version = "3.16.0"
2023-08-31 22:08:21 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c"
2023-08-31 22:08:21 +01:00
2022-08-16 09:05:18 +01:00
[[package]]
name = "byteorder"
2023-10-18 13:34:39 +01:00
version = "1.5.0"
2022-08-16 09:05:18 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-18 13:34:39 +01:00
checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
2022-08-16 09:05:18 +01:00
[[package]]
name = "bytes"
version = "1.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "514de17de45fdb8dc022b1a7975556c53c86f9f0aa5f534b98977b171857c2c9"
[[package]]
name = "cc"
version = "1.0.96"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "065a29261d53ba54260972629f9ca6bffa69bac13cd1fed61420f7fa68b9f8bd"
[[package]]
name = "cexpr"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
dependencies = [
"nom",
]
[[package]]
name = "cfb"
version = "0.7.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d38f2da7a0a2c4ccf0065be06397cc26a81f4e528be095826eee9d4adbb8c60f"
dependencies = [
"byteorder",
"fnv",
"uuid",
]
2022-08-16 09:05:18 +01:00
[[package]]
name = "cfg-if"
2023-08-31 22:08:21 +01:00
version = "1.0.0"
2022-08-16 09:05:18 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-31 22:08:21 +01:00
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
2022-08-16 09:05:18 +01:00
[[package]]
2023-08-31 22:08:21 +01:00
name = "chrono"
version = "0.4.38"
2022-08-16 09:05:18 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a21f936df1771bf62b77f047b726c4625ff2e8aa607c01ec06e5a05bd8463401"
2023-08-31 22:08:21 +01:00
dependencies = [
"android-tzdata",
"iana-time-zone",
"num-traits",
"serde",
"windows-targets 0.52.5",
2023-08-31 22:08:21 +01:00
]
2022-08-16 09:05:18 +01:00
[[package]]
name = "clang-sys"
2024-01-16 13:15:18 +00:00
version = "1.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-16 13:15:18 +00:00
checksum = "67523a3b4be3ce1989d607a828d036249522dd9c1c8de7f4dd2dae43a37369d1"
dependencies = [
"glob",
"libc",
"libloading",
]
2022-08-16 09:05:18 +01:00
[[package]]
name = "clap"
version = "4.5.4"
2022-08-16 09:05:18 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "90bc066a67923782aa8515dbaea16946c5bcc5addbd668bb80af688e53e548a0"
2022-08-16 09:05:18 +01:00
dependencies = [
2023-08-31 22:08:21 +01:00
"clap_builder",
2022-08-16 09:05:18 +01:00
"clap_derive",
2023-08-31 22:08:21 +01:00
]
[[package]]
name = "clap_builder"
version = "4.5.2"
2023-08-31 22:08:21 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ae129e2e766ae0ec03484e609954119f123cc1fe650337e155d03b022f24f7b4"
2023-08-31 22:08:21 +01:00
dependencies = [
"anstream",
"anstyle",
2022-08-16 09:05:18 +01:00
"clap_lex",
"strsim 0.11.1",
2022-08-16 09:05:18 +01:00
]
[[package]]
name = "clap_derive"
version = "4.5.4"
2022-08-16 09:05:18 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "528131438037fd55894f62d6e9f068b8f45ac57ffa77517819645d10aed04f64"
2022-08-16 09:05:18 +01:00
dependencies = [
"heck",
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "clap_lex"
2024-02-29 11:15:22 +00:00
version = "0.7.0"
2022-08-16 09:05:18 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-29 11:15:22 +00:00
checksum = "98cc8fbded0c607b7ba9dd60cd98df59af97e84d24e49c8557331cfc26d301ce"
2022-08-16 09:05:18 +01:00
[[package]]
2023-08-31 22:08:21 +01:00
name = "colorchoice"
version = "1.0.1"
2022-08-16 09:05:18 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0b6a852b24ab71dffc585bcb46eaf7959d175cb865a7152e35b348d1b2960422"
2022-08-16 09:05:18 +01:00
[[package]]
2023-08-31 22:08:21 +01:00
name = "core-foundation-sys"
2024-01-16 13:15:18 +00:00
version = "0.8.6"
2022-08-16 09:05:18 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-16 13:15:18 +00:00
checksum = "06ea2b9bc92be3c2baa9334a323ebca2d6f074ff852cd1d7b11064035cd3868f"
2022-08-16 09:05:18 +01:00
[[package]]
2023-08-31 22:08:21 +01:00
name = "crc32fast"
2024-02-29 11:15:22 +00:00
version = "1.4.0"
2022-08-16 09:05:18 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-29 11:15:22 +00:00
checksum = "b3855a8a784b474f333699ef2bbca9db2c4a1f6d9088a90a2d25b1eb53111eaa"
2022-08-16 09:05:18 +01:00
dependencies = [
2023-08-31 22:08:21 +01:00
"cfg-if",
2022-08-16 09:05:18 +01:00
]
[[package]]
2023-08-31 22:08:21 +01:00
name = "crossbeam-channel"
2024-02-29 11:15:22 +00:00
version = "0.5.12"
2022-08-16 09:05:18 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-29 11:15:22 +00:00
checksum = "ab3db02a9c5b5121e1e42fbdb1aeb65f5e02624cc58c43f2884c6ccac0b82f95"
2022-08-16 09:05:18 +01:00
dependencies = [
"crossbeam-utils",
]
[[package]]
name = "crossbeam-utils"
2024-01-16 13:15:18 +00:00
version = "0.8.19"
2022-08-16 09:05:18 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-16 13:15:18 +00:00
checksum = "248e3bacc7dc6baa3b21e405ee045c3047101a49145e7e9eca583ab4c2ca5345"
2022-08-16 09:05:18 +01:00
[[package]]
name = "darling"
2024-02-29 11:15:22 +00:00
version = "0.20.8"
2022-08-16 09:05:18 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-29 11:15:22 +00:00
checksum = "54e36fcd13ed84ffdfda6f5be89b31287cbb80c439841fe69e04841435464391"
2022-08-16 09:05:18 +01:00
dependencies = [
"darling_core",
"darling_macro",
]
[[package]]
name = "darling_core"
2024-02-29 11:15:22 +00:00
version = "0.20.8"
2022-08-16 09:05:18 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-29 11:15:22 +00:00
checksum = "9c2cf1c23a687a1feeb728783b993c4e1ad83d99f351801977dd809b48d0a70f"
2022-08-16 09:05:18 +01:00
dependencies = [
"fnv",
"ident_case",
"proc-macro2",
"quote",
2024-02-29 11:15:22 +00:00
"strsim 0.10.0",
2022-08-16 09:05:18 +01:00
"syn",
]
[[package]]
name = "darling_macro"
2024-02-29 11:15:22 +00:00
version = "0.20.8"
2022-08-16 09:05:18 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-29 11:15:22 +00:00
checksum = "a668eda54683121533a393014d8692171709ff57a7d61f187b6e782719f8933f"
2022-08-16 09:05:18 +01:00
dependencies = [
"darling_core",
"quote",
"syn",
]
2023-08-31 22:08:21 +01:00
[[package]]
name = "deranged"
2024-01-16 13:15:18 +00:00
version = "0.3.11"
2023-08-31 22:08:21 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-16 13:15:18 +00:00
checksum = "b42b6fa04a440b495c8b04d0e71b707c585f83cb9cb28cf8cd0d976c315e31b4"
2023-08-31 22:08:21 +01:00
dependencies = [
2023-10-18 13:34:39 +01:00
"powerfmt",
2023-08-31 22:08:21 +01:00
"serde",
]
[[package]]
name = "either"
version = "1.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a47c1c47d2f5964e29c61246e81db715514cd532db6b5116a25ea3c03d6780a2"
2022-08-16 09:05:18 +01:00
[[package]]
2023-08-31 22:08:21 +01:00
name = "equivalent"
version = "1.0.1"
2022-08-16 09:05:18 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-31 22:08:21 +01:00
checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
[[package]]
name = "errno"
2024-01-16 13:15:18 +00:00
version = "0.3.8"
2023-08-31 22:08:21 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-16 13:15:18 +00:00
checksum = "a258e46cdc063eb8519c00b9fc845fc47bcfca4130e2f08e88665ceda8474245"
2022-08-16 09:05:18 +01:00
dependencies = [
2023-08-31 22:08:21 +01:00
"libc",
2024-01-16 13:15:18 +00:00
"windows-sys 0.52.0",
2023-08-31 22:08:21 +01:00
]
[[package]]
name = "fastrand"
version = "2.1.0"
2023-08-31 22:08:21 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9fc0510504f03c51ada170672ac806f1f105a88aa97a5281117e1ddc3368e51a"
2023-08-31 22:08:21 +01:00
[[package]]
name = "ffprobe"
version = "0.1.0"
dependencies = [
"serde",
"serde_json",
]
2022-08-16 09:05:18 +01:00
[[package]]
name = "filetime"
2024-01-16 13:15:18 +00:00
version = "0.2.23"
2022-08-16 09:05:18 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-16 13:15:18 +00:00
checksum = "1ee447700ac8aa0b2f2bd7bc4462ad686ba06baa6727ac149a2d6277f0d240fd"
2022-08-16 09:05:18 +01:00
dependencies = [
2023-08-31 22:08:21 +01:00
"cfg-if",
2022-08-16 09:05:18 +01:00
"libc",
2024-01-16 13:15:18 +00:00
"redox_syscall",
"windows-sys 0.52.0",
2022-08-16 09:05:18 +01:00
]
[[package]]
name = "flate2"
version = "1.0.30"
2022-08-16 09:05:18 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5f54427cfd1c7829e2a139fcefea601bf088ebca651d2bf53ebc600eac295dae"
2022-08-16 09:05:18 +01:00
dependencies = [
"crc32fast",
"miniz_oxide",
]
[[package]]
name = "fnv"
version = "1.0.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
[[package]]
name = "fsevent-sys"
2023-08-31 22:08:21 +01:00
version = "4.1.0"
2022-08-16 09:05:18 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-31 22:08:21 +01:00
checksum = "76ee7a02da4d231650c7cea31349b889be2f45ddb3ef3032d2ec8185f6313fd2"
2022-08-16 09:05:18 +01:00
dependencies = [
"libc",
]
[[package]]
name = "glob"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
2022-08-16 09:05:18 +01:00
[[package]]
name = "hashbrown"
version = "0.12.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
[[package]]
2023-08-31 22:08:21 +01:00
name = "hashbrown"
version = "0.14.5"
2022-08-16 09:05:18 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
2022-08-16 09:05:18 +01:00
[[package]]
2023-08-31 22:08:21 +01:00
name = "heck"
version = "0.5.0"
2022-08-16 09:05:18 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
2022-08-16 09:05:18 +01:00
[[package]]
name = "hex"
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
2023-10-18 13:34:39 +01:00
[[package]]
name = "home"
2024-01-16 13:15:18 +00:00
version = "0.5.9"
2023-10-18 13:34:39 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-16 13:15:18 +00:00
checksum = "e3d1354bf6b7235cb4a0576c2619fd4ed18183f689b12b006a0ee7329eeff9a5"
2023-10-18 13:34:39 +01:00
dependencies = [
2024-01-16 13:15:18 +00:00
"windows-sys 0.52.0",
2023-10-18 13:34:39 +01:00
]
2022-08-16 09:05:18 +01:00
[[package]]
name = "html-escape"
2023-08-31 22:08:21 +01:00
version = "0.2.13"
2022-08-16 09:05:18 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-31 22:08:21 +01:00
checksum = "6d1ad449764d627e22bfd7cd5e8868264fc9236e07c752972b4080cd351cb476"
2022-08-16 09:05:18 +01:00
dependencies = [
"utf8-width",
]
2023-08-31 22:08:21 +01:00
[[package]]
name = "iana-time-zone"
2024-02-29 11:15:22 +00:00
version = "0.1.60"
2023-08-31 22:08:21 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-29 11:15:22 +00:00
checksum = "e7ffbb5a1b541ea2561f8c41c087286cc091e21e556a4f09a8f6cbf17b69b141"
2023-08-31 22:08:21 +01:00
dependencies = [
"android_system_properties",
"core-foundation-sys",
"iana-time-zone-haiku",
"js-sys",
"wasm-bindgen",
2023-10-18 13:34:39 +01:00
"windows-core",
2023-08-31 22:08:21 +01:00
]
[[package]]
name = "iana-time-zone-haiku"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
dependencies = [
"cc",
]
2022-08-16 09:05:18 +01:00
[[package]]
name = "id3"
2024-02-29 11:15:22 +00:00
version = "1.13.1"
2022-08-16 09:05:18 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-29 11:15:22 +00:00
checksum = "79f41f7e5ad125c63d55b112a98afb753742fa7f97692bfbbc52544b89e1ff1f"
2022-08-16 09:05:18 +01:00
dependencies = [
"bitflags 2.5.0",
2022-08-16 09:05:18 +01:00
"byteorder",
"flate2",
]
[[package]]
name = "ident_case"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
[[package]]
name = "indexmap"
2023-08-31 22:08:21 +01:00
version = "1.9.3"
2022-08-16 09:05:18 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-31 22:08:21 +01:00
checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
2022-08-16 09:05:18 +01:00
dependencies = [
"autocfg",
2023-08-31 22:08:21 +01:00
"hashbrown 0.12.3",
"serde",
]
[[package]]
name = "indexmap"
version = "2.2.6"
2023-08-31 22:08:21 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "168fb715dda47215e360912c096649d23d58bf392ac62f73919e831745e40f26"
2023-08-31 22:08:21 +01:00
dependencies = [
"equivalent",
"hashbrown 0.14.5",
2023-08-31 22:08:21 +01:00
"serde",
2022-08-16 09:05:18 +01:00
]
[[package]]
name = "infer"
2023-08-31 22:08:21 +01:00
version = "0.15.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-31 22:08:21 +01:00
checksum = "cb33622da908807a06f9513c19b3c1ad50fab3e4137d82a78107d502075aa199"
dependencies = [
"cfb",
]
2022-08-16 09:05:18 +01:00
[[package]]
name = "inotify"
2023-08-31 22:08:21 +01:00
version = "0.9.6"
2022-08-16 09:05:18 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-31 22:08:21 +01:00
checksum = "f8069d3ec154eb856955c1c0fbffefbf5f3c40a104ec912d4797314c1801abff"
2022-08-16 09:05:18 +01:00
dependencies = [
2023-08-31 22:08:21 +01:00
"bitflags 1.3.2",
2022-08-16 09:05:18 +01:00
"inotify-sys",
"libc",
]
[[package]]
name = "inotify-sys"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb"
dependencies = [
"libc",
]
[[package]]
name = "is_terminal_polyfill"
version = "1.70.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f8478577c03552c21db0e2724ffb8986a5ce7af88107e6be5d2ee6e158c12800"
2024-02-29 11:15:22 +00:00
[[package]]
name = "itertools"
version = "0.12.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
dependencies = [
"either",
]
2022-08-16 09:05:18 +01:00
[[package]]
2023-08-31 22:08:21 +01:00
name = "itoa"
version = "1.0.11"
2023-08-31 22:08:21 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b"
2023-08-31 22:08:21 +01:00
[[package]]
name = "js-sys"
version = "0.3.69"
2022-08-16 09:05:18 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "29c15563dc2726973df627357ce0c9ddddbea194836909d655df6a75d2cf296d"
2022-08-16 09:05:18 +01:00
dependencies = [
2023-08-31 22:08:21 +01:00
"wasm-bindgen",
2022-08-16 09:05:18 +01:00
]
[[package]]
2023-08-31 22:08:21 +01:00
name = "kqueue"
version = "1.0.8"
2022-08-16 09:05:18 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-31 22:08:21 +01:00
checksum = "7447f1ca1b7b563588a205fe93dea8df60fd981423a768bc1c0ded35ed147d0c"
2022-08-16 09:05:18 +01:00
dependencies = [
2023-08-31 22:08:21 +01:00
"kqueue-sys",
2022-08-16 09:05:18 +01:00
"libc",
]
[[package]]
2023-08-31 22:08:21 +01:00
name = "kqueue-sys"
2022-10-22 14:16:02 +01:00
version = "1.0.4"
2022-08-16 09:05:18 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-31 22:08:21 +01:00
checksum = "ed9625ffda8729b85e45cf04090035ac368927b8cebc34898e7c120f52e4838b"
2022-08-16 09:05:18 +01:00
dependencies = [
2023-08-31 22:08:21 +01:00
"bitflags 1.3.2",
"libc",
2022-08-16 09:05:18 +01:00
]
[[package]]
name = "lazy_static"
version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
[[package]]
name = "lazycell"
version = "1.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
[[package]]
name = "libc"
version = "0.2.154"
2022-08-16 09:05:18 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ae743338b92ff9146ce83992f766a31066a91a8c84a45e0e9f21e7cf6de6d346"
2022-08-16 09:05:18 +01:00
[[package]]
name = "libloading"
version = "0.8.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0c2a198fb6b0eada2a8df47933734e6d35d350665a33a3593d7164fa52c75c19"
dependencies = [
2023-08-31 22:08:21 +01:00
"cfg-if",
"windows-targets 0.52.5",
]
2022-08-16 09:05:18 +01:00
[[package]]
2023-08-31 22:08:21 +01:00
name = "linux-raw-sys"
2024-02-29 11:15:22 +00:00
version = "0.4.13"
2022-08-16 09:05:18 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-29 11:15:22 +00:00
checksum = "01cda141df6706de531b6c46c3a33ecca755538219bd484262fa09410c13539c"
2022-08-16 09:05:18 +01:00
[[package]]
2023-08-31 22:08:21 +01:00
name = "log"
2024-02-29 11:15:22 +00:00
version = "0.4.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-29 11:15:22 +00:00
checksum = "90ed8c1e510134f979dbc4f070f87d4313098b704861a105fe34231c70a3901c"
2022-08-16 09:05:18 +01:00
[[package]]
2023-08-31 22:08:21 +01:00
name = "memchr"
version = "2.7.2"
2022-08-16 09:05:18 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6c8640c5d730cb13ebd907d8d04b52f55ac9a2eec55b440c8892f40d56c76c1d"
2022-08-16 09:05:18 +01:00
[[package]]
name = "metaflac"
version = "0.2.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e1470d3cc1bb0d692af5eb3afb594330b8ba09fd91c32c4e1c6322172a5ba750"
dependencies = [
"byteorder",
"hex",
"log",
]
[[package]]
name = "minimal-lexical"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
2022-08-16 09:05:18 +01:00
[[package]]
name = "miniz_oxide"
2024-02-29 11:15:22 +00:00
version = "0.7.2"
2022-08-16 09:05:18 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-29 11:15:22 +00:00
checksum = "9d811f3e15f28568be3407c8e7fdb6514c1cda3cb30683f15b6a1a1dc4ea14a7"
2022-08-16 09:05:18 +01:00
dependencies = [
"adler",
]
[[package]]
name = "mio"
version = "0.8.11"
2022-08-16 09:05:18 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c"
2022-08-16 09:05:18 +01:00
dependencies = [
"libc",
"log",
2023-08-31 22:08:21 +01:00
"wasi",
2024-01-16 13:15:18 +00:00
"windows-sys 0.48.0",
2022-08-16 09:05:18 +01:00
]
[[package]]
name = "musicutil"
version = "0.1.0"
dependencies = [
"ascii_reduce",
"bytes",
2022-08-16 09:05:18 +01:00
"clap",
"ffprobe",
2022-08-16 09:05:18 +01:00
"html-escape",
2022-10-22 21:01:36 +01:00
"id3",
"infer",
2022-08-16 09:05:18 +01:00
"lazy_static",
2022-10-22 21:01:36 +01:00
"metaflac",
2022-08-16 09:05:18 +01:00
"notify",
"relative_file",
"replaygain",
2022-08-16 09:05:18 +01:00
"serde",
"serde_json",
"serde_with",
"serde_yaml",
"string-error",
"taglib",
2022-08-16 09:05:18 +01:00
"tempfile",
"thiserror",
"urlencoding",
2022-08-16 09:05:18 +01:00
"walkdir",
]
[[package]]
name = "nom"
2023-08-31 22:08:21 +01:00
version = "7.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-31 22:08:21 +01:00
checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
dependencies = [
"memchr",
"minimal-lexical",
]
2022-08-16 09:05:18 +01:00
[[package]]
name = "notify"
2023-08-31 22:08:21 +01:00
version = "6.1.1"
2022-08-16 09:05:18 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-31 22:08:21 +01:00
checksum = "6205bd8bb1e454ad2e27422015fb5e4f2bcc7e08fa8f27058670d208324a4d2d"
2022-08-16 09:05:18 +01:00
dependencies = [
"bitflags 2.5.0",
2023-08-31 22:08:21 +01:00
"crossbeam-channel",
2022-08-16 09:05:18 +01:00
"filetime",
"fsevent-sys",
"inotify",
2023-08-31 22:08:21 +01:00
"kqueue",
2022-08-16 09:05:18 +01:00
"libc",
2023-08-31 22:08:21 +01:00
"log",
2022-08-16 09:05:18 +01:00
"mio",
"walkdir",
2024-01-16 13:15:18 +00:00
"windows-sys 0.48.0",
2022-08-16 09:05:18 +01:00
]
2024-02-29 11:15:22 +00:00
[[package]]
name = "num-conv"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
2022-08-16 09:05:18 +01:00
[[package]]
2023-08-31 22:08:21 +01:00
name = "num-traits"
2024-02-29 11:15:22 +00:00
version = "0.2.18"
2022-08-16 09:05:18 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-29 11:15:22 +00:00
checksum = "da0df0e5185db44f69b44f26786fe401b6c293d1907744beaa7fa62b2e5a517a"
2023-08-31 22:08:21 +01:00
dependencies = [
"autocfg",
]
2022-08-16 09:05:18 +01:00
[[package]]
2023-08-31 22:08:21 +01:00
name = "once_cell"
2024-01-16 13:15:18 +00:00
version = "1.19.0"
2022-08-16 09:05:18 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-16 13:15:18 +00:00
checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92"
2022-08-16 09:05:18 +01:00
[[package]]
name = "phf"
version = "0.11.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ade2d8b8f33c7333b51bcf0428d37e217e9f32192ae4772156f65063b8ce03dc"
dependencies = [
"phf_shared",
]
[[package]]
name = "phf_codegen"
version = "0.11.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e8d39688d359e6b34654d328e262234662d16cc0f60ec8dcbe5e718709342a5a"
dependencies = [
"phf_generator",
"phf_shared",
]
[[package]]
name = "phf_generator"
version = "0.11.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "48e4cc64c2ad9ebe670cb8fd69dd50ae301650392e81c05f9bfcb2d5bdbc24b0"
dependencies = [
"phf_shared",
"rand",
]
[[package]]
name = "phf_shared"
version = "0.11.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "90fcb95eef784c2ac79119d1dd819e162b5da872ce6f3c3abe1e8ca1c082f72b"
dependencies = [
"siphasher",
]
[[package]]
name = "pkg-config"
2024-02-29 11:15:22 +00:00
version = "0.3.30"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-29 11:15:22 +00:00
checksum = "d231b230927b5e4ad203db57bbcbee2802f6bce620b1e4a9024a07d94e2907ec"
2023-10-18 13:34:39 +01:00
[[package]]
name = "powerfmt"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
2022-08-16 09:05:18 +01:00
[[package]]
2023-08-31 22:08:21 +01:00
name = "prettyplease"
version = "0.2.19"
2022-08-16 09:05:18 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5ac2cf0f2e4f42b49f5ffd07dae8d746508ef7526c13940e5f524012ae6c6550"
2022-08-16 09:05:18 +01:00
dependencies = [
"proc-macro2",
"syn",
]
[[package]]
name = "proc-macro2"
version = "1.0.81"
2022-08-16 09:05:18 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3d1597b0c024618f09a9c3b8655b7e430397a36d23fdafec26d6965e9eec3eba"
2022-08-16 09:05:18 +01:00
dependencies = [
"unicode-ident",
]
[[package]]
name = "quote"
version = "1.0.36"
2022-08-16 09:05:18 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0fa76aaf39101c457836aec0ce2316dbdc3ab723cdda1c6bd4e6ad4208acaca7"
2022-08-16 09:05:18 +01:00
dependencies = [
"proc-macro2",
]
[[package]]
name = "rand"
version = "0.8.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
dependencies = [
"rand_core",
]
[[package]]
name = "rand_core"
version = "0.6.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
2023-11-10 22:16:30 +00:00
[[package]]
name = "redox_syscall"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4722d768eff46b75989dd134e5c353f0d6296e5aaa3132e776cbdb56be7731aa"
dependencies = [
"bitflags 1.3.2",
]
[[package]]
name = "regex"
version = "1.10.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c117dbdfde9c8308975b6a18d71f3f385c89461f7b3fb054288ecf2a2058ba4c"
dependencies = [
2023-08-31 22:08:21 +01:00
"aho-corasick",
"memchr",
"regex-automata",
"regex-syntax",
]
[[package]]
2023-08-31 22:08:21 +01:00
name = "regex-automata"
version = "0.4.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "86b83b8b9847f9bf95ef68afb0b8e6cdb80f498442f5179a29fad448fcc1eaea"
2023-08-31 22:08:21 +01:00
dependencies = [
"aho-corasick",
"memchr",
"regex-syntax",
]
2022-08-16 09:05:18 +01:00
[[package]]
2023-08-31 22:08:21 +01:00
name = "regex-syntax"
version = "0.8.3"
2022-08-16 09:05:18 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "adad44e29e4c806119491a7f06f03de4d1af22c3a680dd47f1e6e179439d1f56"
2022-08-16 09:05:18 +01:00
[[package]]
name = "relative_file"
version = "0.1.0"
[[package]]
name = "replaygain"
version = "0.1.0"
dependencies = [
"serde",
"serde_json",
]
[[package]]
name = "rustc-hash"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
2023-08-31 22:08:21 +01:00
[[package]]
name = "rustix"
version = "0.38.34"
2023-08-31 22:08:21 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "70dc5ec042f7a43c4a73241207cecc9873a06d45debb38b329f8541d85c2730f"
2023-08-31 22:08:21 +01:00
dependencies = [
"bitflags 2.5.0",
2023-08-31 22:08:21 +01:00
"errno",
"libc",
"linux-raw-sys",
2024-01-16 13:15:18 +00:00
"windows-sys 0.52.0",
2023-08-31 22:08:21 +01:00
]
2022-08-16 09:05:18 +01:00
[[package]]
name = "ryu"
2024-02-29 11:15:22 +00:00
version = "1.0.17"
2022-08-16 09:05:18 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-29 11:15:22 +00:00
checksum = "e86697c916019a8588c99b5fac3cead74ec0b4b819707a682fd4d23fa0ce1ba1"
2022-08-16 09:05:18 +01:00
[[package]]
name = "same-file"
version = "1.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
dependencies = [
"winapi-util",
]
[[package]]
name = "serde"
version = "1.0.200"
2022-08-16 09:05:18 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ddc6f9cc94d67c0e21aaf7eda3a010fd3af78ebf6e096aa6e2e13c79749cce4f"
2022-08-16 09:05:18 +01:00
dependencies = [
"serde_derive",
]
[[package]]
name = "serde_derive"
version = "1.0.200"
2022-08-16 09:05:18 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "856f046b9400cee3c8c94ed572ecdb752444c24528c035cd35882aad6f492bcb"
2022-08-16 09:05:18 +01:00
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "serde_json"
version = "1.0.116"
2022-08-16 09:05:18 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3e17db7126d17feb94eb3fad46bf1a96b034e8aacbc2e775fe81505f8b0b2813"
2022-08-16 09:05:18 +01:00
dependencies = [
"itoa",
"ryu",
"serde",
]
[[package]]
name = "serde_with"
version = "3.8.1"
2022-08-16 09:05:18 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0ad483d2ab0149d5a5ebcd9972a3852711e0153d863bf5a5d0391d28883c4a20"
2022-08-16 09:05:18 +01:00
dependencies = [
2023-08-31 22:08:21 +01:00
"base64",
"chrono",
"hex",
"indexmap 1.9.3",
"indexmap 2.2.6",
2022-08-16 09:05:18 +01:00
"serde",
2024-02-29 11:15:22 +00:00
"serde_derive",
2023-08-31 22:08:21 +01:00
"serde_json",
2022-08-16 09:05:18 +01:00
"serde_with_macros",
2023-08-31 22:08:21 +01:00
"time",
2022-08-16 09:05:18 +01:00
]
[[package]]
name = "serde_with_macros"
version = "3.8.1"
2022-08-16 09:05:18 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "65569b702f41443e8bc8bbb1c5779bd0450bbe723b56198980e80ec45780bce2"
2022-08-16 09:05:18 +01:00
dependencies = [
"darling",
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "serde_yaml"
version = "0.9.34+deprecated"
2022-08-16 09:05:18 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6a8b1a1a2ebf674015cc02edccce75287f1a0130d394307b36743c2f5d504b47"
2022-08-16 09:05:18 +01:00
dependencies = [
"indexmap 2.2.6",
2022-08-16 09:05:18 +01:00
"itoa",
"ryu",
"serde",
"unsafe-libyaml",
]
[[package]]
name = "shlex"
2024-02-29 11:15:22 +00:00
version = "1.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-29 11:15:22 +00:00
checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
[[package]]
name = "siphasher"
version = "0.3.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d"
2022-08-16 09:05:18 +01:00
[[package]]
name = "string-error"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "439558b73299d7afdf52c36399c3c812cca10fe5ca08429f38815df5bacf3ef7"
[[package]]
name = "strsim"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
2024-02-29 11:15:22 +00:00
[[package]]
name = "strsim"
version = "0.11.1"
2024-02-29 11:15:22 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
2024-02-29 11:15:22 +00:00
2022-08-16 09:05:18 +01:00
[[package]]
name = "syn"
version = "2.0.60"
2022-08-16 09:05:18 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "909518bc7b1c9b779f1bbf07f2929d35af9f0f37e47c6e9ef7f9dddc1e1821f3"
2022-08-16 09:05:18 +01:00
dependencies = [
"proc-macro2",
"quote",
"unicode-ident",
]
[[package]]
name = "taglib"
version = "0.1.0"
dependencies = [
"bindgen",
"cc",
"pkg-config",
"thiserror",
]
2022-08-16 09:05:18 +01:00
[[package]]
name = "tempfile"
2024-02-29 11:15:22 +00:00
version = "3.10.1"
2022-08-16 09:05:18 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-02-29 11:15:22 +00:00
checksum = "85b77fafb263dd9d05cbeac119526425676db3784113aa9295c88498cbf8bff1"
2022-08-16 09:05:18 +01:00
dependencies = [
2023-08-31 22:08:21 +01:00
"cfg-if",
2022-08-16 09:05:18 +01:00
"fastrand",
2023-08-31 22:08:21 +01:00
"rustix",
2024-01-16 13:15:18 +00:00
"windows-sys 0.52.0",
2022-08-16 09:05:18 +01:00
]
[[package]]
2023-08-31 22:08:21 +01:00
name = "thiserror"
version = "1.0.59"
2022-08-16 09:05:18 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f0126ad08bff79f29fc3ae6a55cc72352056dfff61e3ff8bb7129476d44b23aa"
2022-08-16 09:05:18 +01:00
dependencies = [
2023-08-31 22:08:21 +01:00
"thiserror-impl",
2022-08-16 09:05:18 +01:00
]
[[package]]
2023-08-31 22:08:21 +01:00
name = "thiserror-impl"
version = "1.0.59"
2022-08-16 09:05:18 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d1cd413b5d558b4c5bf3680e324a6fa5014e7b7c067a51e69dbdf47eb7148b66"
2023-08-31 22:08:21 +01:00
dependencies = [
"proc-macro2",
"quote",
"syn",
]
2022-08-16 09:05:18 +01:00
[[package]]
2023-08-31 22:08:21 +01:00
name = "time"
version = "0.3.36"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5dfd88e563464686c916c7e46e623e520ddc6d79fa6641390f2e3fa86e83e885"
dependencies = [
2023-08-31 22:08:21 +01:00
"deranged",
"itoa",
2024-02-29 11:15:22 +00:00
"num-conv",
2023-10-18 13:34:39 +01:00
"powerfmt",
2023-08-31 22:08:21 +01:00
"serde",
"time-core",
"time-macros",
]
[[package]]
2023-08-31 22:08:21 +01:00
name = "time-core"
2023-10-18 13:34:39 +01:00
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-18 13:34:39 +01:00
checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3"
2023-08-31 22:08:21 +01:00
[[package]]
name = "time-macros"
version = "0.2.18"
2023-08-31 22:08:21 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3f252a68540fde3a3877aeea552b832b40ab9a69e318efd078774a01ddee1ccf"
dependencies = [
2024-02-29 11:15:22 +00:00
"num-conv",
2023-08-31 22:08:21 +01:00
"time-core",
]
2022-08-16 09:05:18 +01:00
[[package]]
name = "unicode-ident"
2023-10-18 13:34:39 +01:00
version = "1.0.12"
2022-08-16 09:05:18 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-18 13:34:39 +01:00
checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
2022-08-16 09:05:18 +01:00
[[package]]
name = "unsafe-libyaml"
version = "0.2.11"
2022-08-16 09:05:18 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "673aac59facbab8a9007c7f6108d11f63b603f7cabff99fabf650fea5c32b861"
2022-08-16 09:05:18 +01:00
[[package]]
name = "urlencoding"
2023-08-31 22:08:21 +01:00
version = "2.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-31 22:08:21 +01:00
checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
2022-08-16 09:05:18 +01:00
[[package]]
name = "utf8-width"
2023-11-27 14:08:44 +00:00
version = "0.1.7"
2022-08-16 09:05:18 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-11-27 14:08:44 +00:00
checksum = "86bd8d4e895da8537e5315b8254664e6b769c4ff3db18321b297a1e7004392e3"
2022-08-16 09:05:18 +01:00
[[package]]
2023-08-31 22:08:21 +01:00
name = "utf8parse"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-31 22:08:21 +01:00
checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a"
2022-08-16 09:05:18 +01:00
[[package]]
2023-08-31 22:08:21 +01:00
name = "uuid"
version = "1.8.0"
2022-08-16 09:05:18 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a183cf7feeba97b4dd1c0d46788634f6221d87fa961b305bed08c851829efcc0"
2022-08-16 09:05:18 +01:00
[[package]]
name = "walkdir"
version = "2.5.0"
2022-08-16 09:05:18 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
2022-08-16 09:05:18 +01:00
dependencies = [
"same-file",
"winapi-util",
]
[[package]]
2023-08-31 22:08:21 +01:00
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.92"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4be2531df63900aeb2bca0daaaddec08491ee64ceecbee5076636a3b026795a8"
dependencies = [
2023-08-31 22:08:21 +01:00
"cfg-if",
"wasm-bindgen-macro",
]
[[package]]
name = "wasm-bindgen-backend"
version = "0.2.92"
2023-08-31 22:08:21 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "614d787b966d3989fa7bb98a654e369c762374fd3213d212cfc0251257e747da"
2023-08-31 22:08:21 +01:00
dependencies = [
"bumpalo",
"log",
"once_cell",
2023-08-31 22:08:21 +01:00
"proc-macro2",
"quote",
"syn",
"wasm-bindgen-shared",
]
2022-08-16 09:05:18 +01:00
[[package]]
2023-08-31 22:08:21 +01:00
name = "wasm-bindgen-macro"
version = "0.2.92"
2023-08-31 22:08:21 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a1f8823de937b71b9460c0c34e25f3da88250760bec0ebac694b49997550d726"
2023-08-31 22:08:21 +01:00
dependencies = [
"quote",
"wasm-bindgen-macro-support",
]
[[package]]
name = "wasm-bindgen-macro-support"
version = "0.2.92"
2023-08-31 22:08:21 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e94f17b526d0a461a191c78ea52bbce64071ed5c04c9ffe424dcb38f74171bb7"
2023-08-31 22:08:21 +01:00
dependencies = [
"proc-macro2",
"quote",
"syn",
"wasm-bindgen-backend",
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-shared"
version = "0.2.92"
2022-08-16 09:05:18 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "af190c94f2773fdb3729c55b007a722abb5384da03bc0986df4c289bf5567e96"
2023-08-31 22:08:21 +01:00
[[package]]
name = "which"
2023-10-18 13:34:39 +01:00
version = "4.4.2"
2023-08-31 22:08:21 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-10-18 13:34:39 +01:00
checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7"
2023-08-31 22:08:21 +01:00
dependencies = [
"either",
2023-10-18 13:34:39 +01:00
"home",
2023-08-31 22:08:21 +01:00
"once_cell",
2023-10-18 13:34:39 +01:00
"rustix",
2023-08-31 22:08:21 +01:00
]
2022-08-16 09:05:18 +01:00
[[package]]
name = "winapi-util"
version = "0.1.8"
2022-08-16 09:05:18 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4d4cc384e1e73b93bafa6fb4f1df8c41695c8a91cf9c4c64358067d15a7b6c6b"
2022-08-16 09:05:18 +01:00
dependencies = [
"windows-sys 0.52.0",
2022-08-16 09:05:18 +01:00
]
2023-08-31 22:08:21 +01:00
[[package]]
2023-10-18 13:34:39 +01:00
name = "windows-core"
2024-01-16 13:15:18 +00:00
version = "0.52.0"
2023-08-31 22:08:21 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-01-16 13:15:18 +00:00
checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9"
2023-08-31 22:08:21 +01:00
dependencies = [
"windows-targets 0.52.5",
2023-08-31 22:08:21 +01:00
]
2022-08-16 09:05:18 +01:00
[[package]]
name = "windows-sys"
2023-08-31 22:08:21 +01:00
version = "0.48.0"
2022-08-16 09:05:18 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-31 22:08:21 +01:00
checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
dependencies = [
2024-01-16 13:15:18 +00:00
"windows-targets 0.48.5",
]
[[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.5",
2023-08-31 22:08:21 +01:00
]
[[package]]
name = "windows-targets"
version = "0.48.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
2022-08-16 09:05:18 +01:00
dependencies = [
2024-01-16 13:15:18 +00:00
"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",
]
[[package]]
name = "windows-targets"
version = "0.52.5"
2024-01-16 13:15:18 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6f0713a46559409d202e70e28227288446bf7841d3211583a4b53e3f6d96e7eb"
2024-01-16 13:15:18 +00:00
dependencies = [
"windows_aarch64_gnullvm 0.52.5",
"windows_aarch64_msvc 0.52.5",
"windows_i686_gnu 0.52.5",
"windows_i686_gnullvm",
"windows_i686_msvc 0.52.5",
"windows_x86_64_gnu 0.52.5",
"windows_x86_64_gnullvm 0.52.5",
"windows_x86_64_msvc 0.52.5",
2022-08-16 09:05:18 +01:00
]
2022-10-22 14:16:02 +01:00
[[package]]
name = "windows_aarch64_gnullvm"
2023-08-31 22:08:21 +01:00
version = "0.48.5"
2022-10-22 14:16:02 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-31 22:08:21 +01:00
checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
2022-10-22 14:16:02 +01:00
2024-01-16 13:15:18 +00:00
[[package]]
name = "windows_aarch64_gnullvm"
version = "0.52.5"
2024-01-16 13:15:18 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7088eed71e8b8dda258ecc8bac5fb1153c5cffaf2578fc8ff5d61e23578d3263"
2024-01-16 13:15:18 +00:00
2022-08-16 09:05:18 +01:00
[[package]]
name = "windows_aarch64_msvc"
2023-08-31 22:08:21 +01:00
version = "0.48.5"
2022-08-16 09:05:18 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-31 22:08:21 +01:00
checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
2022-08-16 09:05:18 +01:00
2024-01-16 13:15:18 +00:00
[[package]]
name = "windows_aarch64_msvc"
version = "0.52.5"
2024-01-16 13:15:18 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9985fd1504e250c615ca5f281c3f7a6da76213ebd5ccc9561496568a2752afb6"
2024-01-16 13:15:18 +00:00
2022-08-16 09:05:18 +01:00
[[package]]
name = "windows_i686_gnu"
2023-08-31 22:08:21 +01:00
version = "0.48.5"
2022-08-16 09:05:18 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-31 22:08:21 +01:00
checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
2022-08-16 09:05:18 +01:00
2024-01-16 13:15:18 +00:00
[[package]]
name = "windows_i686_gnu"
version = "0.52.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "88ba073cf16d5372720ec942a8ccbf61626074c6d4dd2e745299726ce8b89670"
[[package]]
name = "windows_i686_gnullvm"
version = "0.52.5"
2024-01-16 13:15:18 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "87f4261229030a858f36b459e748ae97545d6f1ec60e5e0d6a3d32e0dc232ee9"
2024-01-16 13:15:18 +00:00
2022-08-16 09:05:18 +01:00
[[package]]
name = "windows_i686_msvc"
2023-08-31 22:08:21 +01:00
version = "0.48.5"
2022-08-16 09:05:18 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-31 22:08:21 +01:00
checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
2022-08-16 09:05:18 +01:00
2024-01-16 13:15:18 +00:00
[[package]]
name = "windows_i686_msvc"
version = "0.52.5"
2024-01-16 13:15:18 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "db3c2bf3d13d5b658be73463284eaf12830ac9a26a90c717b7f771dfe97487bf"
2024-01-16 13:15:18 +00:00
2022-08-16 09:05:18 +01:00
[[package]]
name = "windows_x86_64_gnu"
2023-08-31 22:08:21 +01:00
version = "0.48.5"
2022-10-22 14:16:02 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-31 22:08:21 +01:00
checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
2022-10-22 14:16:02 +01:00
2024-01-16 13:15:18 +00:00
[[package]]
name = "windows_x86_64_gnu"
version = "0.52.5"
2024-01-16 13:15:18 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4e4246f76bdeff09eb48875a0fd3e2af6aada79d409d33011886d3e1581517d9"
2024-01-16 13:15:18 +00:00
2022-10-22 14:16:02 +01:00
[[package]]
name = "windows_x86_64_gnullvm"
2023-08-31 22:08:21 +01:00
version = "0.48.5"
2022-08-16 09:05:18 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-31 22:08:21 +01:00
checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
2022-08-16 09:05:18 +01:00
2024-01-16 13:15:18 +00:00
[[package]]
name = "windows_x86_64_gnullvm"
version = "0.52.5"
2024-01-16 13:15:18 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "852298e482cd67c356ddd9570386e2862b5673c85bd5f88df9ab6802b334c596"
2024-01-16 13:15:18 +00:00
2022-08-16 09:05:18 +01:00
[[package]]
name = "windows_x86_64_msvc"
2023-08-31 22:08:21 +01:00
version = "0.48.5"
2022-08-16 09:05:18 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2023-08-31 22:08:21 +01:00
checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
2024-01-16 13:15:18 +00:00
[[package]]
name = "windows_x86_64_msvc"
version = "0.52.5"
2024-01-16 13:15:18 +00:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bec47e5bfd1bff0eeaf6d8b485cc1074891a197ab4225d504cb7a1ab88b02bf0"