2022-12-01 18:04:03 +01:00
|
|
|
# This file is automatically @generated by Cargo.
|
|
|
|
|
# It is not intended for manual editing.
|
|
|
|
|
version = 3
|
|
|
|
|
|
2023-10-29 20:48:53 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "aead"
|
|
|
|
|
version = "0.5.2"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "d122413f284cf2d62fb1b7db97e02edb8cda96d769b16e443a4f6195e35662b0"
|
2023-10-27 21:14:34 +02:00
|
|
|
dependencies = [
|
|
|
|
|
"crypto-common",
|
2023-10-29 20:48:53 +01:00
|
|
|
"generic-array",
|
2023-10-27 21:14:34 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
2023-10-29 20:48:53 +01:00
|
|
|
name = "aho-corasick"
|
|
|
|
|
version = "1.1.2"
|
2023-10-27 21:14:34 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-29 20:48:53 +01:00
|
|
|
checksum = "b2969dcb958b36655471fc61f7e416fa76033bdd4bfed0678d8fee1e2d07a1f0"
|
2023-10-27 21:14:34 +02:00
|
|
|
dependencies = [
|
2023-10-29 20:48:53 +01:00
|
|
|
"memchr",
|
2023-10-27 21:14:34 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
2023-10-29 20:48:53 +01:00
|
|
|
name = "allocator-api2"
|
|
|
|
|
version = "0.2.16"
|
2023-10-27 21:14:34 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2023-10-29 20:48:53 +01:00
|
|
|
checksum = "0942ffc6dcaadf03badf6e6a2d0228460359d5e34b57ccdc720b7382dfbd5ec5"
|
|
|
|
|
|
2025-01-12 16:38:43 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "anstream"
|
|
|
|
|
version = "0.6.18"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "8acc5369981196006228e28809f761875c0327210a891e941f4c683b3a99529b"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"anstyle",
|
|
|
|
|
"anstyle-parse",
|
|
|
|
|
"anstyle-query",
|
|
|
|
|
"anstyle-wincon",
|
|
|
|
|
"colorchoice",
|
|
|
|
|
"is_terminal_polyfill",
|
|
|
|
|
"utf8parse",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "anstyle"
|
|
|
|
|
version = "1.0.10"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "55cc3b69f167a1ef2e161439aa98aed94e6028e5f9a59be9a6ffb47aef1651f9"
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "anstyle-parse"
|
|
|
|
|
version = "0.2.6"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "3b2d16507662817a6a20a9ea92df6652ee4f94f914589377d69f3b21bc5798a9"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"utf8parse",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "anstyle-query"
|
|
|
|
|
version = "1.1.2"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "79947af37f4177cfead1110013d678905c37501914fba0efea834c3fe9a8d60c"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"windows-sys 0.59.0",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "anstyle-wincon"
|
|
|
|
|
version = "3.0.6"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "2109dbce0e72be3ec00bed26e6a7479ca384ad226efdd66db8fa2e3a38c83125"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"anstyle",
|
|
|
|
|
"windows-sys 0.59.0",
|
|
|
|
|
]
|
|
|
|
|
|
2023-10-27 21:14:34 +02:00
|
|
|
[[package]]
|
2023-10-29 20:48:53 +01:00
|
|
|
name = "anyhow"
|
2024-10-18 16:18:14 +02:00
|
|
|
version = "1.0.89"
|
2023-10-27 21:14:34 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-18 16:18:14 +02:00
|
|
|
checksum = "86fdf8605db99b54d3cd748a44c6d04df638eb5dafb219b135d0149bd0db01f6"
|
2023-10-27 21:14:34 +02:00
|
|
|
|
|
|
|
|
[[package]]
|
2024-11-04 14:38:25 +01:00
|
|
|
name = "autocfg"
|
|
|
|
|
version = "1.1.0"
|
2023-10-27 21:14:34 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-04 14:38:25 +01:00
|
|
|
checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
|
2023-10-27 21:14:34 +02:00
|
|
|
|
|
|
|
|
[[package]]
|
2024-11-04 14:38:25 +01:00
|
|
|
name = "base64"
|
|
|
|
|
version = "0.21.7"
|
2023-10-27 21:14:34 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-04 14:38:25 +01:00
|
|
|
checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
|
2023-10-29 20:48:53 +01:00
|
|
|
|
|
|
|
|
[[package]]
|
2024-11-04 14:38:25 +01:00
|
|
|
name = "bincode"
|
|
|
|
|
version = "1.3.3"
|
2023-10-29 20:48:53 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-04 14:38:25 +01:00
|
|
|
checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
|
2023-10-27 21:14:34 +02:00
|
|
|
dependencies = [
|
2024-11-04 14:38:25 +01:00
|
|
|
"serde",
|
2023-10-27 21:14:34 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
2024-11-04 14:38:25 +01:00
|
|
|
name = "bitflags"
|
|
|
|
|
version = "1.3.2"
|
2023-10-27 21:14:34 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-04 14:38:25 +01:00
|
|
|
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
|
2023-10-27 21:14:34 +02:00
|
|
|
|
|
|
|
|
[[package]]
|
2024-11-04 14:38:25 +01:00
|
|
|
name = "bitflags"
|
|
|
|
|
version = "2.4.1"
|
2023-10-27 21:14:34 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-04 14:38:25 +01:00
|
|
|
checksum = "327762f6e5a765692301e5bb513e0d9fef63be86bbc14528052b1cd3e6f03e07"
|
2023-10-27 21:14:34 +02:00
|
|
|
|
|
|
|
|
[[package]]
|
2024-11-04 14:38:25 +01:00
|
|
|
name = "bot"
|
|
|
|
|
version = "0.1.0"
|
2023-10-29 20:48:53 +01:00
|
|
|
dependencies = [
|
2024-11-04 14:38:25 +01:00
|
|
|
"pretty_assertions",
|
|
|
|
|
"store",
|
2023-10-29 20:48:53 +01:00
|
|
|
]
|
2023-10-27 21:14:34 +02:00
|
|
|
|
|
|
|
|
[[package]]
|
2024-11-04 14:38:25 +01:00
|
|
|
name = "bytes"
|
|
|
|
|
version = "1.5.0"
|
2023-10-27 21:14:34 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-04 14:38:25 +01:00
|
|
|
checksum = "a2bd12c1caf447e69cd4528f47f94d203fd2582878ecb9e9465484c4148a8223"
|
2023-10-27 21:14:34 +02:00
|
|
|
|
|
|
|
|
[[package]]
|
2024-11-04 14:38:25 +01:00
|
|
|
name = "cassowary"
|
|
|
|
|
version = "0.3.0"
|
2023-10-27 21:14:34 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-04 14:38:25 +01:00
|
|
|
checksum = "df8670b8c7b9dae1793364eafadf7239c40d669904660c5960d74cfd80b46a53"
|
2023-10-27 21:14:34 +02:00
|
|
|
|
|
|
|
|
[[package]]
|
2024-11-04 14:38:25 +01:00
|
|
|
name = "castaway"
|
|
|
|
|
version = "0.2.3"
|
2023-10-27 21:14:34 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-04 14:38:25 +01:00
|
|
|
checksum = "0abae9be0aaf9ea96a3b1b8b1b55c602ca751eba1b1500220cea4ecbafe7c0d5"
|
2023-10-29 20:48:53 +01:00
|
|
|
dependencies = [
|
2024-11-04 14:38:25 +01:00
|
|
|
"rustversion",
|
2023-10-29 20:48:53 +01:00
|
|
|
]
|
2023-10-27 21:14:34 +02:00
|
|
|
|
|
|
|
|
[[package]]
|
2024-11-04 14:38:25 +01:00
|
|
|
name = "cfg-if"
|
|
|
|
|
version = "1.0.0"
|
2022-12-01 18:04:03 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-04 14:38:25 +01:00
|
|
|
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
2022-12-01 18:04:03 +01:00
|
|
|
|
2023-10-27 21:14:34 +02:00
|
|
|
[[package]]
|
2024-11-04 14:38:25 +01:00
|
|
|
name = "chacha20"
|
|
|
|
|
version = "0.9.1"
|
2023-10-27 21:14:34 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-04 14:38:25 +01:00
|
|
|
checksum = "c3613f74bd2eac03dad61bd53dbe620703d4371614fe0bc3b9f04dd36fe4e818"
|
2023-10-27 21:14:34 +02:00
|
|
|
dependencies = [
|
2024-11-04 14:38:25 +01:00
|
|
|
"cfg-if",
|
|
|
|
|
"cipher",
|
|
|
|
|
"cpufeatures",
|
2023-10-27 21:14:34 +02:00
|
|
|
]
|
|
|
|
|
|
2023-10-28 15:12:04 +02:00
|
|
|
[[package]]
|
2024-11-04 14:38:25 +01:00
|
|
|
name = "chacha20poly1305"
|
|
|
|
|
version = "0.10.1"
|
2023-10-28 15:12:04 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-04 14:38:25 +01:00
|
|
|
checksum = "10cd79432192d1c0f4e1a0fef9527696cc039165d729fb41b3f4f4f354c2dc35"
|
2023-10-28 15:12:04 +02:00
|
|
|
dependencies = [
|
2024-11-04 14:38:25 +01:00
|
|
|
"aead",
|
|
|
|
|
"chacha20",
|
|
|
|
|
"cipher",
|
|
|
|
|
"poly1305",
|
|
|
|
|
"zeroize",
|
2023-10-28 15:12:04 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
2024-11-04 14:38:25 +01:00
|
|
|
name = "cipher"
|
|
|
|
|
version = "0.4.4"
|
2023-10-28 15:12:04 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-04 14:38:25 +01:00
|
|
|
checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad"
|
2023-10-28 15:12:04 +02:00
|
|
|
dependencies = [
|
2024-11-04 14:38:25 +01:00
|
|
|
"crypto-common",
|
|
|
|
|
"inout",
|
|
|
|
|
"zeroize",
|
2023-10-28 15:12:04 +02:00
|
|
|
]
|
|
|
|
|
|
2023-10-27 21:14:34 +02:00
|
|
|
[[package]]
|
2024-11-04 14:38:25 +01:00
|
|
|
name = "client_cli"
|
|
|
|
|
version = "0.1.0"
|
2023-10-27 21:14:34 +02:00
|
|
|
dependencies = [
|
2024-11-04 14:38:25 +01:00
|
|
|
"anyhow",
|
|
|
|
|
"bincode",
|
|
|
|
|
"bot",
|
2025-01-12 16:38:43 +01:00
|
|
|
"env_logger 0.11.6",
|
2024-11-04 14:38:25 +01:00
|
|
|
"itertools",
|
|
|
|
|
"pico-args",
|
|
|
|
|
"pretty_assertions",
|
|
|
|
|
"renet",
|
|
|
|
|
"store",
|
2023-10-27 21:14:34 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
2024-11-04 14:38:25 +01:00
|
|
|
name = "client_tui"
|
|
|
|
|
version = "0.1.0"
|
2023-10-27 21:14:34 +02:00
|
|
|
dependencies = [
|
2023-10-29 20:48:53 +01:00
|
|
|
"anyhow",
|
2024-11-04 14:38:25 +01:00
|
|
|
"bincode",
|
|
|
|
|
"crossterm",
|
|
|
|
|
"ratatui",
|
|
|
|
|
"store",
|
2023-10-27 21:14:34 +02:00
|
|
|
]
|
|
|
|
|
|
2025-01-12 16:38:43 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "colorchoice"
|
|
|
|
|
version = "1.0.3"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "5b63caa9aa9397e2d9480a9b13673856c78d8ac123288526c37d7839f2a86990"
|
|
|
|
|
|
2023-10-27 21:14:34 +02:00
|
|
|
[[package]]
|
2024-11-04 14:38:25 +01:00
|
|
|
name = "compact_str"
|
|
|
|
|
version = "0.8.0"
|
2023-10-27 21:14:34 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-04 14:38:25 +01:00
|
|
|
checksum = "6050c3a16ddab2e412160b31f2c871015704239bca62f72f6e5f0be631d3f644"
|
2023-10-27 21:14:34 +02:00
|
|
|
dependencies = [
|
2024-11-04 14:38:25 +01:00
|
|
|
"castaway",
|
|
|
|
|
"cfg-if",
|
|
|
|
|
"itoa",
|
|
|
|
|
"rustversion",
|
|
|
|
|
"ryu",
|
|
|
|
|
"static_assertions",
|
2023-10-27 21:14:34 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
2024-11-04 14:38:25 +01:00
|
|
|
name = "cpufeatures"
|
|
|
|
|
version = "0.2.11"
|
2023-10-27 21:14:34 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-04 14:38:25 +01:00
|
|
|
checksum = "ce420fe07aecd3e67c5f910618fe65e94158f6dcc0adf44e00d69ce2bdfe0fd0"
|
2023-10-29 20:48:53 +01:00
|
|
|
dependencies = [
|
2024-11-04 14:38:25 +01:00
|
|
|
"libc",
|
2023-10-29 20:48:53 +01:00
|
|
|
]
|
2023-10-27 21:14:34 +02:00
|
|
|
|
|
|
|
|
[[package]]
|
2024-11-04 14:38:25 +01:00
|
|
|
name = "crossterm"
|
|
|
|
|
version = "0.28.1"
|
2023-10-27 21:14:34 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-04 14:38:25 +01:00
|
|
|
checksum = "829d955a0bb380ef178a640b91779e3987da38c9aea133b20614cfed8cdea9c6"
|
2023-10-27 21:14:34 +02:00
|
|
|
dependencies = [
|
2023-10-29 20:48:53 +01:00
|
|
|
"bitflags 2.4.1",
|
2024-11-04 14:38:25 +01:00
|
|
|
"crossterm_winapi",
|
|
|
|
|
"mio",
|
|
|
|
|
"parking_lot",
|
|
|
|
|
"rustix",
|
|
|
|
|
"signal-hook",
|
|
|
|
|
"signal-hook-mio",
|
|
|
|
|
"winapi",
|
2023-10-27 21:14:34 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
2024-11-04 14:38:25 +01:00
|
|
|
name = "crossterm_winapi"
|
|
|
|
|
version = "0.9.1"
|
2023-10-27 21:14:34 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-04 14:38:25 +01:00
|
|
|
checksum = "acdd7c62a3665c7f6830a51635d9ac9b23ed385797f70a83bb8bafe9c572ab2b"
|
2023-10-27 21:14:34 +02:00
|
|
|
dependencies = [
|
2024-11-04 14:38:25 +01:00
|
|
|
"winapi",
|
2023-10-27 21:14:34 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
2024-11-04 14:38:25 +01:00
|
|
|
name = "crypto-common"
|
|
|
|
|
version = "0.1.6"
|
2023-10-27 21:14:34 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-04 14:38:25 +01:00
|
|
|
checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
|
2023-10-27 21:14:34 +02:00
|
|
|
dependencies = [
|
2024-11-04 14:38:25 +01:00
|
|
|
"generic-array",
|
|
|
|
|
"rand_core",
|
|
|
|
|
"typenum",
|
2023-10-27 21:14:34 +02:00
|
|
|
]
|
|
|
|
|
|
2023-10-28 15:12:04 +02:00
|
|
|
[[package]]
|
2024-11-04 14:38:25 +01:00
|
|
|
name = "diff"
|
|
|
|
|
version = "0.1.13"
|
2023-10-28 15:12:04 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-04 14:38:25 +01:00
|
|
|
checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8"
|
2023-10-28 15:12:04 +02:00
|
|
|
|
|
|
|
|
[[package]]
|
2024-11-04 14:38:25 +01:00
|
|
|
name = "either"
|
|
|
|
|
version = "1.9.0"
|
2023-10-28 15:12:04 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-04 14:38:25 +01:00
|
|
|
checksum = "a26ae43d7bcc3b814de94796a5e736d4029efb0ee900c12e2d54c993ad1a1e07"
|
2023-10-28 15:12:04 +02:00
|
|
|
|
2025-01-12 16:38:43 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "env_filter"
|
|
|
|
|
version = "0.1.3"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "186e05a59d4c50738528153b83b0b0194d3a29507dfec16eccd4b342903397d0"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"log",
|
|
|
|
|
"regex",
|
|
|
|
|
]
|
|
|
|
|
|
2023-10-27 21:14:34 +02:00
|
|
|
[[package]]
|
2024-11-04 14:38:25 +01:00
|
|
|
name = "env_logger"
|
|
|
|
|
version = "0.10.0"
|
2023-10-27 21:14:34 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-04 14:38:25 +01:00
|
|
|
checksum = "85cdab6a89accf66733ad5a1693a4dcced6aeff64602b634530dd73c1f3ee9f0"
|
2023-10-29 20:48:53 +01:00
|
|
|
dependencies = [
|
2024-11-04 14:38:25 +01:00
|
|
|
"humantime",
|
|
|
|
|
"is-terminal",
|
|
|
|
|
"log",
|
|
|
|
|
"regex",
|
|
|
|
|
"termcolor",
|
2023-10-29 20:48:53 +01:00
|
|
|
]
|
2023-10-27 21:14:34 +02:00
|
|
|
|
2025-01-12 16:38:43 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "env_logger"
|
|
|
|
|
version = "0.11.6"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "dcaee3d8e3cfc3fd92428d477bc97fc29ec8716d180c0d74c643bb26166660e0"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"anstream",
|
|
|
|
|
"anstyle",
|
|
|
|
|
"env_filter",
|
|
|
|
|
"humantime",
|
|
|
|
|
"log",
|
|
|
|
|
]
|
|
|
|
|
|
2023-10-28 15:12:04 +02:00
|
|
|
[[package]]
|
2024-11-04 14:38:25 +01:00
|
|
|
name = "equivalent"
|
|
|
|
|
version = "1.0.1"
|
2023-10-28 15:12:04 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-04 14:38:25 +01:00
|
|
|
checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
|
2023-10-28 15:12:04 +02:00
|
|
|
|
2023-10-27 21:14:34 +02:00
|
|
|
[[package]]
|
2024-11-04 14:38:25 +01:00
|
|
|
name = "errno"
|
|
|
|
|
version = "0.3.9"
|
2023-10-27 21:14:34 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-04 14:38:25 +01:00
|
|
|
checksum = "534c5cf6194dfab3db3242765c03bbe257cf92f22b38f6bc0c58d59108a820ba"
|
2023-10-27 21:14:34 +02:00
|
|
|
dependencies = [
|
2024-11-04 14:38:25 +01:00
|
|
|
"libc",
|
|
|
|
|
"windows-sys 0.52.0",
|
2023-10-27 21:14:34 +02:00
|
|
|
]
|
|
|
|
|
|
2022-12-01 18:04:03 +01:00
|
|
|
[[package]]
|
2024-11-04 14:38:25 +01:00
|
|
|
name = "foldhash"
|
|
|
|
|
version = "0.1.3"
|
2023-10-29 20:48:53 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-04 14:38:25 +01:00
|
|
|
checksum = "f81ec6369c545a7d40e4589b5597581fa1c441fe1cce96dd1de43159910a36a2"
|
2022-12-14 13:58:44 +01:00
|
|
|
|
|
|
|
|
[[package]]
|
2024-11-04 14:38:25 +01:00
|
|
|
name = "generic-array"
|
|
|
|
|
version = "0.14.7"
|
2023-10-29 20:48:53 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-04 14:38:25 +01:00
|
|
|
checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
|
2023-10-29 20:48:53 +01:00
|
|
|
dependencies = [
|
2024-11-04 14:38:25 +01:00
|
|
|
"typenum",
|
|
|
|
|
"version_check",
|
2023-10-29 20:48:53 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
2024-11-04 14:38:25 +01:00
|
|
|
name = "getrandom"
|
|
|
|
|
version = "0.2.10"
|
2023-10-29 20:48:53 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-04 14:38:25 +01:00
|
|
|
checksum = "be4136b2a15dd319360be1c07d9933517ccf0be8f16bf62a3bee4f0d618df427"
|
2023-10-29 20:48:53 +01:00
|
|
|
dependencies = [
|
2024-11-04 14:38:25 +01:00
|
|
|
"cfg-if",
|
2023-10-29 20:48:53 +01:00
|
|
|
"libc",
|
2024-11-04 14:38:25 +01:00
|
|
|
"wasi",
|
2023-10-29 20:48:53 +01:00
|
|
|
]
|
|
|
|
|
|
2023-11-07 18:15:52 +01:00
|
|
|
[[package]]
|
2024-11-04 14:38:25 +01:00
|
|
|
name = "hashbrown"
|
|
|
|
|
version = "0.15.0"
|
2023-10-29 20:48:53 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-04 14:38:25 +01:00
|
|
|
checksum = "1e087f84d4f86bf4b218b927129862374b72199ae7d8657835f1e89000eea4fb"
|
2023-10-29 20:48:53 +01:00
|
|
|
dependencies = [
|
2024-11-04 14:38:25 +01:00
|
|
|
"allocator-api2",
|
|
|
|
|
"equivalent",
|
|
|
|
|
"foldhash",
|
2023-10-29 20:48:53 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
2024-11-04 14:38:25 +01:00
|
|
|
name = "heck"
|
|
|
|
|
version = "0.5.0"
|
2023-10-29 20:48:53 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-04 14:38:25 +01:00
|
|
|
checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
|
2023-10-29 20:48:53 +01:00
|
|
|
|
|
|
|
|
[[package]]
|
2024-11-04 14:38:25 +01:00
|
|
|
name = "hermit-abi"
|
|
|
|
|
version = "0.3.9"
|
2023-10-29 20:48:53 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-04 14:38:25 +01:00
|
|
|
checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
|
2023-10-29 20:48:53 +01:00
|
|
|
|
|
|
|
|
[[package]]
|
2024-11-04 14:38:25 +01:00
|
|
|
name = "humantime"
|
|
|
|
|
version = "2.1.0"
|
2023-10-29 20:48:53 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-04 14:38:25 +01:00
|
|
|
checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
|
2023-10-29 20:48:53 +01:00
|
|
|
|
2025-02-08 13:28:42 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "indoc"
|
|
|
|
|
version = "2.0.5"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "b248f5224d1d606005e02c97f5aa4e88eeb230488bcc03bc9ca4d7991399f2b5"
|
|
|
|
|
|
2023-10-29 20:48:53 +01:00
|
|
|
[[package]]
|
2024-11-04 14:38:25 +01:00
|
|
|
name = "inout"
|
|
|
|
|
version = "0.1.3"
|
2023-10-29 20:48:53 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-04 14:38:25 +01:00
|
|
|
checksum = "a0c10553d664a4d0bcff9f4215d0aac67a639cc68ef660840afe309b807bc9f5"
|
2023-10-29 20:48:53 +01:00
|
|
|
dependencies = [
|
2024-11-04 14:38:25 +01:00
|
|
|
"generic-array",
|
2023-10-29 20:48:53 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
2024-11-04 14:38:25 +01:00
|
|
|
name = "instability"
|
|
|
|
|
version = "0.3.2"
|
2023-10-29 20:48:53 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-04 14:38:25 +01:00
|
|
|
checksum = "b23a0c8dfe501baac4adf6ebbfa6eddf8f0c07f56b058cc1288017e32397846c"
|
2023-10-29 20:48:53 +01:00
|
|
|
dependencies = [
|
|
|
|
|
"quote",
|
2024-11-04 14:38:25 +01:00
|
|
|
"syn 2.0.79",
|
2023-10-29 20:48:53 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
2024-11-04 14:38:25 +01:00
|
|
|
name = "is-terminal"
|
|
|
|
|
version = "0.4.9"
|
2023-10-29 20:48:53 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-04 14:38:25 +01:00
|
|
|
checksum = "cb0889898416213fab133e1d33a0e5858a48177452750691bde3666d0fdbaf8b"
|
2023-10-29 20:48:53 +01:00
|
|
|
dependencies = [
|
2024-11-04 14:38:25 +01:00
|
|
|
"hermit-abi",
|
|
|
|
|
"rustix",
|
|
|
|
|
"windows-sys 0.48.0",
|
2023-10-29 20:48:53 +01:00
|
|
|
]
|
|
|
|
|
|
2025-01-12 16:38:43 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "is_terminal_polyfill"
|
|
|
|
|
version = "1.70.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
|
|
|
|
|
|
2023-10-29 20:48:53 +01:00
|
|
|
[[package]]
|
2024-11-04 14:38:25 +01:00
|
|
|
name = "itertools"
|
|
|
|
|
version = "0.13.0"
|
2023-11-07 18:15:52 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-04 14:38:25 +01:00
|
|
|
checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186"
|
2023-11-07 18:15:52 +01:00
|
|
|
dependencies = [
|
2024-11-04 14:38:25 +01:00
|
|
|
"either",
|
2023-11-07 18:15:52 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
2024-11-04 14:38:25 +01:00
|
|
|
name = "itoa"
|
|
|
|
|
version = "1.0.9"
|
2023-11-07 18:15:52 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-04 14:38:25 +01:00
|
|
|
checksum = "af150ab688ff2122fcef229be89cb50dd66af9e01a4ff320cc137eecc9bacc38"
|
2023-11-07 18:15:52 +01:00
|
|
|
|
|
|
|
|
[[package]]
|
2024-11-04 14:38:25 +01:00
|
|
|
name = "libc"
|
|
|
|
|
version = "0.2.161"
|
2023-11-07 18:15:52 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-04 14:38:25 +01:00
|
|
|
checksum = "8e9489c2807c139ffd9c1794f4af0ebe86a828db53ecdc7fea2111d0fed085d1"
|
2023-11-07 18:15:52 +01:00
|
|
|
|
2023-10-29 20:48:53 +01:00
|
|
|
[[package]]
|
2024-11-04 14:38:25 +01:00
|
|
|
name = "linux-raw-sys"
|
|
|
|
|
version = "0.4.14"
|
2023-10-29 20:48:53 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-04 14:38:25 +01:00
|
|
|
checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89"
|
2023-10-29 20:48:53 +01:00
|
|
|
|
|
|
|
|
[[package]]
|
2024-11-04 14:38:25 +01:00
|
|
|
name = "lock_api"
|
|
|
|
|
version = "0.4.11"
|
2023-10-29 20:48:53 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-04 14:38:25 +01:00
|
|
|
checksum = "3c168f8615b12bc01f9c17e2eb0cc07dcae1940121185446edc3744920e8ef45"
|
2023-10-29 20:48:53 +01:00
|
|
|
dependencies = [
|
|
|
|
|
"autocfg",
|
2024-11-04 14:38:25 +01:00
|
|
|
"scopeguard",
|
2023-10-29 20:48:53 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
2024-11-04 14:38:25 +01:00
|
|
|
name = "log"
|
2025-01-12 16:38:43 +01:00
|
|
|
version = "0.4.22"
|
2023-10-29 20:48:53 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-12 16:38:43 +01:00
|
|
|
checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24"
|
2023-10-29 20:48:53 +01:00
|
|
|
|
|
|
|
|
[[package]]
|
2024-11-04 14:38:25 +01:00
|
|
|
name = "lru"
|
|
|
|
|
version = "0.12.5"
|
2023-10-29 20:48:53 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-04 14:38:25 +01:00
|
|
|
checksum = "234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38"
|
2023-10-29 20:48:53 +01:00
|
|
|
dependencies = [
|
2024-11-04 14:38:25 +01:00
|
|
|
"hashbrown",
|
2023-10-29 20:48:53 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
2024-11-04 14:38:25 +01:00
|
|
|
name = "memchr"
|
|
|
|
|
version = "2.6.4"
|
2023-10-29 20:48:53 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-04 14:38:25 +01:00
|
|
|
checksum = "f665ee40bc4a3c5590afb1e9677db74a508659dfd71e126420da8274909a0167"
|
2023-10-29 20:48:53 +01:00
|
|
|
|
2025-02-08 13:28:42 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "memoffset"
|
|
|
|
|
version = "0.9.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"autocfg",
|
|
|
|
|
]
|
|
|
|
|
|
2023-10-29 20:48:53 +01:00
|
|
|
[[package]]
|
2024-11-04 14:38:25 +01:00
|
|
|
name = "merge"
|
|
|
|
|
version = "0.1.0"
|
2023-10-29 20:48:53 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-04 14:38:25 +01:00
|
|
|
checksum = "10bbef93abb1da61525bbc45eeaff6473a41907d19f8f9aa5168d214e10693e9"
|
2023-10-29 20:48:53 +01:00
|
|
|
dependencies = [
|
2024-11-04 14:38:25 +01:00
|
|
|
"merge_derive",
|
2023-10-29 20:48:53 +01:00
|
|
|
"num-traits",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
2024-11-04 14:38:25 +01:00
|
|
|
name = "merge_derive"
|
2023-10-29 20:48:53 +01:00
|
|
|
version = "0.1.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-04 14:38:25 +01:00
|
|
|
checksum = "209d075476da2e63b4b29e72a2ef627b840589588e71400a25e3565c4f849d07"
|
2023-10-29 20:48:53 +01:00
|
|
|
dependencies = [
|
2024-11-04 14:38:25 +01:00
|
|
|
"proc-macro-error",
|
2023-10-29 20:48:53 +01:00
|
|
|
"proc-macro2",
|
|
|
|
|
"quote",
|
2024-11-04 14:38:25 +01:00
|
|
|
"syn 1.0.109",
|
2023-10-29 20:48:53 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
2024-11-04 14:38:25 +01:00
|
|
|
name = "mio"
|
|
|
|
|
version = "1.0.2"
|
2023-10-29 20:48:53 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-04 14:38:25 +01:00
|
|
|
checksum = "80e04d1dcff3aae0704555fe5fee3bcfaf3d1fdf8a7e521d5b9d2b42acb52cec"
|
2023-10-29 20:48:53 +01:00
|
|
|
dependencies = [
|
2024-11-04 14:38:25 +01:00
|
|
|
"hermit-abi",
|
2023-10-29 20:48:53 +01:00
|
|
|
"libc",
|
2024-11-04 14:38:25 +01:00
|
|
|
"log",
|
|
|
|
|
"wasi",
|
|
|
|
|
"windows-sys 0.52.0",
|
2023-10-29 20:48:53 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
2024-11-04 14:38:25 +01:00
|
|
|
name = "num-integer"
|
|
|
|
|
version = "0.1.45"
|
2023-10-29 20:48:53 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-04 14:38:25 +01:00
|
|
|
checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9"
|
2023-10-29 20:48:53 +01:00
|
|
|
dependencies = [
|
2024-11-04 14:38:25 +01:00
|
|
|
"autocfg",
|
2023-10-29 20:48:53 +01:00
|
|
|
"num-traits",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
2024-11-04 14:38:25 +01:00
|
|
|
name = "num-traits"
|
|
|
|
|
version = "0.2.17"
|
2023-10-29 20:48:53 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-04 14:38:25 +01:00
|
|
|
checksum = "39e3200413f237f41ab11ad6d161bc7239c84dcb631773ccd7de3dfe4b5c267c"
|
2023-10-29 20:48:53 +01:00
|
|
|
dependencies = [
|
2024-11-04 14:38:25 +01:00
|
|
|
"autocfg",
|
2023-10-29 20:48:53 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
2024-11-04 14:38:25 +01:00
|
|
|
name = "octets"
|
|
|
|
|
version = "0.2.0"
|
2023-10-29 20:48:53 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-04 14:38:25 +01:00
|
|
|
checksum = "3a74f2cda724d43a0a63140af89836d4e7db6138ef67c9f96d3a0f0150d05000"
|
2023-10-29 20:48:53 +01:00
|
|
|
|
2025-02-08 13:28:42 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "once_cell"
|
|
|
|
|
version = "1.20.3"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "945462a4b81e43c4e3ba96bd7b49d834c6f61198356aa858733bc4acf3cbe62e"
|
|
|
|
|
|
2023-10-29 20:48:53 +01:00
|
|
|
[[package]]
|
2024-11-04 14:38:25 +01:00
|
|
|
name = "opaque-debug"
|
|
|
|
|
version = "0.3.0"
|
2023-10-29 20:48:53 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-04 14:38:25 +01:00
|
|
|
checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5"
|
2023-10-29 20:48:53 +01:00
|
|
|
|
|
|
|
|
[[package]]
|
2024-11-04 14:38:25 +01:00
|
|
|
name = "parking_lot"
|
|
|
|
|
version = "0.12.1"
|
2023-10-29 20:48:53 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-04 14:38:25 +01:00
|
|
|
checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"
|
2023-10-29 20:48:53 +01:00
|
|
|
dependencies = [
|
2024-11-04 14:38:25 +01:00
|
|
|
"lock_api",
|
|
|
|
|
"parking_lot_core",
|
2023-10-29 20:48:53 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
2024-11-04 14:38:25 +01:00
|
|
|
name = "parking_lot_core"
|
|
|
|
|
version = "0.9.9"
|
2023-10-29 20:48:53 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-04 14:38:25 +01:00
|
|
|
checksum = "4c42a9226546d68acdd9c0a280d17ce19bfe27a46bf68784e4066115788d008e"
|
2023-10-29 20:48:53 +01:00
|
|
|
dependencies = [
|
2024-11-04 14:38:25 +01:00
|
|
|
"cfg-if",
|
|
|
|
|
"libc",
|
|
|
|
|
"redox_syscall",
|
|
|
|
|
"smallvec",
|
|
|
|
|
"windows-targets 0.48.5",
|
2023-10-29 20:48:53 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
2024-11-04 14:38:25 +01:00
|
|
|
name = "paste"
|
|
|
|
|
version = "1.0.14"
|
2023-10-29 20:48:53 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-04 14:38:25 +01:00
|
|
|
checksum = "de3145af08024dea9fa9914f381a17b8fc6034dfb00f3a84013f7ff43f29ed4c"
|
2023-10-29 20:48:53 +01:00
|
|
|
|
|
|
|
|
[[package]]
|
2024-11-04 14:38:25 +01:00
|
|
|
name = "pico-args"
|
|
|
|
|
version = "0.5.0"
|
2023-10-29 20:48:53 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-04 14:38:25 +01:00
|
|
|
checksum = "5be167a7af36ee22fe3115051bc51f6e6c7054c9348e28deb4f49bd6f705a315"
|
2023-10-29 20:48:53 +01:00
|
|
|
|
|
|
|
|
[[package]]
|
2024-11-04 14:38:25 +01:00
|
|
|
name = "poly1305"
|
|
|
|
|
version = "0.8.0"
|
2023-10-29 20:48:53 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-04 14:38:25 +01:00
|
|
|
checksum = "8159bd90725d2df49889a078b54f4f79e87f1f8a8444194cdca81d38f5393abf"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"cpufeatures",
|
|
|
|
|
"opaque-debug",
|
|
|
|
|
"universal-hash",
|
|
|
|
|
]
|
2023-10-29 20:48:53 +01:00
|
|
|
|
2025-02-08 13:28:42 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "portable-atomic"
|
|
|
|
|
version = "1.10.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "280dc24453071f1b63954171985a0b0d30058d287960968b9b2aca264c8d4ee6"
|
|
|
|
|
|
2023-10-29 20:48:53 +01:00
|
|
|
[[package]]
|
2024-11-04 14:38:25 +01:00
|
|
|
name = "ppv-lite86"
|
|
|
|
|
version = "0.2.17"
|
2023-10-29 20:48:53 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-04 14:38:25 +01:00
|
|
|
checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
|
2023-10-29 20:48:53 +01:00
|
|
|
|
|
|
|
|
[[package]]
|
2024-11-04 14:38:25 +01:00
|
|
|
name = "pretty_assertions"
|
|
|
|
|
version = "1.4.0"
|
2023-10-29 20:48:53 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-04 14:38:25 +01:00
|
|
|
checksum = "af7cee1a6c8a5b9208b3cb1061f10c0cb689087b3d8ce85fb9d2dd7a29b6ba66"
|
2023-10-29 20:48:53 +01:00
|
|
|
dependencies = [
|
2024-11-04 14:38:25 +01:00
|
|
|
"diff",
|
|
|
|
|
"yansi",
|
2023-10-29 20:48:53 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
2024-11-04 14:38:25 +01:00
|
|
|
name = "proc-macro-error"
|
|
|
|
|
version = "1.0.4"
|
2023-10-29 20:48:53 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-04 14:38:25 +01:00
|
|
|
checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
|
2023-10-29 20:48:53 +01:00
|
|
|
dependencies = [
|
2024-11-04 14:38:25 +01:00
|
|
|
"proc-macro-error-attr",
|
|
|
|
|
"proc-macro2",
|
|
|
|
|
"quote",
|
|
|
|
|
"syn 1.0.109",
|
|
|
|
|
"version_check",
|
2023-10-29 20:48:53 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
2024-11-04 14:38:25 +01:00
|
|
|
name = "proc-macro-error-attr"
|
|
|
|
|
version = "1.0.4"
|
2023-10-29 20:48:53 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-04 14:38:25 +01:00
|
|
|
checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
|
2023-10-29 20:48:53 +01:00
|
|
|
dependencies = [
|
|
|
|
|
"proc-macro2",
|
|
|
|
|
"quote",
|
2024-11-04 14:38:25 +01:00
|
|
|
"version_check",
|
2023-10-29 20:48:53 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
2024-11-04 14:38:25 +01:00
|
|
|
name = "proc-macro2"
|
|
|
|
|
version = "1.0.88"
|
2023-10-29 20:48:53 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-04 14:38:25 +01:00
|
|
|
checksum = "7c3a7fc5db1e57d5a779a352c8cdb57b29aa4c40cc69c3a68a7fedc815fbf2f9"
|
2023-10-29 20:48:53 +01:00
|
|
|
dependencies = [
|
2024-11-04 14:38:25 +01:00
|
|
|
"unicode-ident",
|
2023-10-29 20:48:53 +01:00
|
|
|
]
|
|
|
|
|
|
2025-02-08 13:28:42 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "pyo3"
|
|
|
|
|
version = "0.23.4"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "57fe09249128b3173d092de9523eaa75136bf7ba85e0d69eca241c7939c933cc"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"cfg-if",
|
|
|
|
|
"indoc",
|
|
|
|
|
"libc",
|
|
|
|
|
"memoffset",
|
|
|
|
|
"once_cell",
|
|
|
|
|
"portable-atomic",
|
|
|
|
|
"pyo3-build-config",
|
|
|
|
|
"pyo3-ffi",
|
|
|
|
|
"pyo3-macros",
|
|
|
|
|
"unindent",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "pyo3-build-config"
|
|
|
|
|
version = "0.23.4"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "1cd3927b5a78757a0d71aa9dff669f903b1eb64b54142a9bd9f757f8fde65fd7"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"once_cell",
|
|
|
|
|
"target-lexicon",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "pyo3-ffi"
|
|
|
|
|
version = "0.23.4"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "dab6bb2102bd8f991e7749f130a70d05dd557613e39ed2deeee8e9ca0c4d548d"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"libc",
|
|
|
|
|
"pyo3-build-config",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "pyo3-macros"
|
|
|
|
|
version = "0.23.4"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "91871864b353fd5ffcb3f91f2f703a22a9797c91b9ab497b1acac7b07ae509c7"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"proc-macro2",
|
|
|
|
|
"pyo3-macros-backend",
|
|
|
|
|
"quote",
|
|
|
|
|
"syn 2.0.79",
|
|
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
|
name = "pyo3-macros-backend"
|
|
|
|
|
version = "0.23.4"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "43abc3b80bc20f3facd86cd3c60beed58c3e2aa26213f3cda368de39c60a27e4"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"heck",
|
|
|
|
|
"proc-macro2",
|
|
|
|
|
"pyo3-build-config",
|
|
|
|
|
"quote",
|
|
|
|
|
"syn 2.0.79",
|
|
|
|
|
]
|
|
|
|
|
|
2023-10-29 20:48:53 +01:00
|
|
|
[[package]]
|
2024-11-04 14:38:25 +01:00
|
|
|
name = "quote"
|
|
|
|
|
version = "1.0.37"
|
2023-10-29 20:48:53 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-04 14:38:25 +01:00
|
|
|
checksum = "b5b9d34b8991d19d98081b46eacdd8eb58c6f2b201139f7c5f643cc155a633af"
|
2023-10-29 20:48:53 +01:00
|
|
|
dependencies = [
|
2024-11-04 14:38:25 +01:00
|
|
|
"proc-macro2",
|
2023-10-29 20:48:53 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
2024-11-04 14:38:25 +01:00
|
|
|
name = "rand"
|
|
|
|
|
version = "0.8.5"
|
2023-10-29 20:48:53 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-04 14:38:25 +01:00
|
|
|
checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
|
2023-10-29 20:48:53 +01:00
|
|
|
dependencies = [
|
2024-11-04 14:38:25 +01:00
|
|
|
"libc",
|
|
|
|
|
"rand_chacha",
|
|
|
|
|
"rand_core",
|
2023-10-29 20:48:53 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
2024-11-04 14:38:25 +01:00
|
|
|
name = "rand_chacha"
|
|
|
|
|
version = "0.3.1"
|
2023-10-29 20:48:53 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-04 14:38:25 +01:00
|
|
|
checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
|
2023-10-29 20:48:53 +01:00
|
|
|
dependencies = [
|
2024-11-04 14:38:25 +01:00
|
|
|
"ppv-lite86",
|
|
|
|
|
"rand_core",
|
2023-10-29 20:48:53 +01:00
|
|
|
]
|
|
|
|
|
|
2024-02-18 18:40:45 +01:00
|
|
|
[[package]]
|
2024-11-04 14:38:25 +01:00
|
|
|
name = "rand_core"
|
|
|
|
|
version = "0.6.4"
|
2024-02-18 18:40:45 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-04 14:38:25 +01:00
|
|
|
checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
|
2024-02-18 18:40:45 +01:00
|
|
|
dependencies = [
|
2024-11-04 14:38:25 +01:00
|
|
|
"getrandom",
|
2024-02-18 18:40:45 +01:00
|
|
|
]
|
|
|
|
|
|
2023-10-29 20:48:53 +01:00
|
|
|
[[package]]
|
2024-11-04 14:38:25 +01:00
|
|
|
name = "ratatui"
|
|
|
|
|
version = "0.28.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "fdef7f9be5c0122f890d58bdf4d964349ba6a6161f705907526d891efabba57d"
|
2023-10-29 20:48:53 +01:00
|
|
|
dependencies = [
|
2024-11-04 14:38:25 +01:00
|
|
|
"bitflags 2.4.1",
|
|
|
|
|
"cassowary",
|
|
|
|
|
"compact_str",
|
|
|
|
|
"crossterm",
|
|
|
|
|
"instability",
|
|
|
|
|
"itertools",
|
|
|
|
|
"lru",
|
|
|
|
|
"paste",
|
|
|
|
|
"strum",
|
|
|
|
|
"strum_macros",
|
|
|
|
|
"unicode-segmentation",
|
|
|
|
|
"unicode-truncate",
|
|
|
|
|
"unicode-width",
|
2023-10-29 20:48:53 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
2024-11-04 14:38:25 +01:00
|
|
|
name = "redox_syscall"
|
|
|
|
|
version = "0.4.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "4722d768eff46b75989dd134e5c353f0d6296e5aaa3132e776cbdb56be7731aa"
|
2023-10-29 20:48:53 +01:00
|
|
|
dependencies = [
|
2024-11-04 14:38:25 +01:00
|
|
|
"bitflags 1.3.2",
|
2023-10-29 20:48:53 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
2024-11-04 14:38:25 +01:00
|
|
|
name = "regex"
|
|
|
|
|
version = "1.10.2"
|
2023-10-29 20:48:53 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-04 14:38:25 +01:00
|
|
|
checksum = "380b951a9c5e80ddfd6136919eef32310721aa4aacd4889a8d39124b026ab343"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"aho-corasick",
|
|
|
|
|
"memchr",
|
|
|
|
|
"regex-automata",
|
|
|
|
|
"regex-syntax",
|
|
|
|
|
]
|
2023-10-29 20:48:53 +01:00
|
|
|
|
|
|
|
|
[[package]]
|
2024-11-04 14:38:25 +01:00
|
|
|
name = "regex-automata"
|
|
|
|
|
version = "0.4.3"
|
2023-10-29 20:48:53 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-04 14:38:25 +01:00
|
|
|
checksum = "5f804c7828047e88b2d32e2d7fe5a105da8ee3264f01902f796c8e067dc2483f"
|
2023-10-29 20:48:53 +01:00
|
|
|
dependencies = [
|
2024-11-04 14:38:25 +01:00
|
|
|
"aho-corasick",
|
|
|
|
|
"memchr",
|
|
|
|
|
"regex-syntax",
|
2023-10-29 20:48:53 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
2024-11-04 14:38:25 +01:00
|
|
|
name = "regex-syntax"
|
|
|
|
|
version = "0.8.2"
|
2023-10-29 20:48:53 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-04 14:38:25 +01:00
|
|
|
checksum = "c08c74e62047bb2de4ff487b251e4a92e24f48745648451635cec7d591162d9f"
|
2023-10-29 20:48:53 +01:00
|
|
|
|
|
|
|
|
[[package]]
|
2024-11-04 14:38:25 +01:00
|
|
|
name = "renet"
|
|
|
|
|
version = "0.0.13"
|
2023-10-29 20:48:53 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-04 14:38:25 +01:00
|
|
|
checksum = "751424a2b0a8640bc41ca8b969250491b1a29e9b872dee4c7c56bcc56575b76e"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"bytes",
|
|
|
|
|
"log",
|
|
|
|
|
"octets",
|
|
|
|
|
"renetcode",
|
|
|
|
|
]
|
2023-10-29 20:48:53 +01:00
|
|
|
|
2023-11-07 18:15:52 +01:00
|
|
|
[[package]]
|
2024-11-04 14:38:25 +01:00
|
|
|
name = "renetcode"
|
|
|
|
|
version = "0.0.9"
|
2023-11-07 18:15:52 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-04 14:38:25 +01:00
|
|
|
checksum = "ed06c64c06cd7d80c61d6049c7dea9cc39bbf685b73ef9a6c5d01fada276094f"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"chacha20poly1305",
|
|
|
|
|
"log",
|
|
|
|
|
]
|
2023-11-07 18:15:52 +01:00
|
|
|
|
2024-10-18 16:18:14 +02:00
|
|
|
[[package]]
|
2024-11-04 14:38:25 +01:00
|
|
|
name = "rustix"
|
|
|
|
|
version = "0.38.37"
|
2024-10-18 16:18:14 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-04 14:38:25 +01:00
|
|
|
checksum = "8acb788b847c24f28525660c4d7758620a7210875711f79e7f663cc152726811"
|
2024-10-18 16:18:14 +02:00
|
|
|
dependencies = [
|
2024-11-04 14:38:25 +01:00
|
|
|
"bitflags 2.4.1",
|
|
|
|
|
"errno",
|
|
|
|
|
"libc",
|
|
|
|
|
"linux-raw-sys",
|
|
|
|
|
"windows-sys 0.52.0",
|
2024-10-18 16:18:14 +02:00
|
|
|
]
|
|
|
|
|
|
2023-10-29 20:48:53 +01:00
|
|
|
[[package]]
|
2024-11-04 14:38:25 +01:00
|
|
|
name = "rustversion"
|
|
|
|
|
version = "1.0.14"
|
2023-10-29 20:48:53 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-04 14:38:25 +01:00
|
|
|
checksum = "7ffc183a10b4478d04cbbbfc96d0873219d962dd5accaff2ffbd4ceb7df837f4"
|
2023-10-29 20:48:53 +01:00
|
|
|
|
|
|
|
|
[[package]]
|
2024-11-04 14:38:25 +01:00
|
|
|
name = "ryu"
|
|
|
|
|
version = "1.0.15"
|
2023-10-29 20:48:53 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-04 14:38:25 +01:00
|
|
|
checksum = "1ad4cc8da4ef723ed60bced201181d83791ad433213d8c24efffda1eec85d741"
|
2023-10-29 20:48:53 +01:00
|
|
|
|
2023-10-27 21:14:34 +02:00
|
|
|
[[package]]
|
2024-11-04 14:38:25 +01:00
|
|
|
name = "scopeguard"
|
|
|
|
|
version = "1.2.0"
|
2023-10-27 21:14:34 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-04 14:38:25 +01:00
|
|
|
checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
|
2023-10-27 21:14:34 +02:00
|
|
|
|
2023-10-29 20:48:53 +01:00
|
|
|
[[package]]
|
2024-11-04 14:38:25 +01:00
|
|
|
name = "serde"
|
|
|
|
|
version = "1.0.210"
|
2023-10-29 20:48:53 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-04 14:38:25 +01:00
|
|
|
checksum = "c8e3592472072e6e22e0a54d5904d9febf8508f65fb8552499a1abc7d1078c3a"
|
2023-10-29 20:48:53 +01:00
|
|
|
dependencies = [
|
2024-11-04 14:38:25 +01:00
|
|
|
"serde_derive",
|
2023-10-29 20:48:53 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
2024-11-04 14:38:25 +01:00
|
|
|
name = "serde_derive"
|
|
|
|
|
version = "1.0.210"
|
2023-10-29 20:48:53 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-04 14:38:25 +01:00
|
|
|
checksum = "243902eda00fad750862fc144cea25caca5e20d615af0a81bee94ca738f1df1f"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"proc-macro2",
|
|
|
|
|
"quote",
|
|
|
|
|
"syn 2.0.79",
|
|
|
|
|
]
|
2023-10-29 20:48:53 +01:00
|
|
|
|
2023-10-27 21:14:34 +02:00
|
|
|
[[package]]
|
2024-11-04 14:38:25 +01:00
|
|
|
name = "signal-hook"
|
|
|
|
|
version = "0.3.17"
|
2023-10-27 21:14:34 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-04 14:38:25 +01:00
|
|
|
checksum = "8621587d4798caf8eb44879d42e56b9a93ea5dcd315a6487c357130095b62801"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"libc",
|
|
|
|
|
"signal-hook-registry",
|
|
|
|
|
]
|
2023-10-27 21:14:34 +02:00
|
|
|
|
2023-10-29 20:48:53 +01:00
|
|
|
[[package]]
|
2024-11-04 14:38:25 +01:00
|
|
|
name = "signal-hook-mio"
|
|
|
|
|
version = "0.2.4"
|
2023-10-29 20:48:53 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-04 14:38:25 +01:00
|
|
|
checksum = "34db1a06d485c9142248b7a054f034b349b212551f3dfd19c94d45a754a217cd"
|
|
|
|
|
dependencies = [
|
|
|
|
|
"libc",
|
|
|
|
|
"mio",
|
|
|
|
|
"signal-hook",
|
|
|
|
|
]
|
2023-10-29 20:48:53 +01:00
|
|
|
|
|
|
|
|
[[package]]
|
2024-11-04 14:38:25 +01:00
|
|
|
name = "signal-hook-registry"
|
|
|
|
|
version = "1.4.1"
|
2023-10-29 20:48:53 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-04 14:38:25 +01:00
|
|
|
checksum = "d8229b473baa5980ac72ef434c4415e70c4b5e71b423043adb4ba059f89c99a1"
|
2023-10-29 20:48:53 +01:00
|
|
|
dependencies = [
|
2024-11-04 14:38:25 +01:00
|
|
|
"libc",
|
2023-10-29 20:48:53 +01:00
|
|
|
]
|
|
|
|
|
|
2023-10-27 21:14:34 +02:00
|
|
|
[[package]]
|
2024-11-04 14:38:25 +01:00
|
|
|
name = "smallvec"
|
|
|
|
|
version = "1.11.1"
|
2023-10-27 21:14:34 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-04 14:38:25 +01:00
|
|
|
checksum = "942b4a808e05215192e39f4ab80813e599068285906cc91aa64f923db842bd5a"
|
2023-10-27 21:14:34 +02:00
|
|
|
|
2023-10-29 20:48:53 +01:00
|
|
|
[[package]]
|
2024-11-04 14:38:25 +01:00
|
|
|
name = "static_assertions"
|
|
|
|
|
version = "1.1.0"
|
2023-10-29 20:48:53 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-04 14:38:25 +01:00
|
|
|
checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
|
2023-10-29 20:48:53 +01:00
|
|
|
|
|
|
|
|
[[package]]
|
2024-11-04 14:38:25 +01:00
|
|
|
name = "store"
|
|
|
|
|
version = "0.1.0"
|
2023-10-29 20:48:53 +01:00
|
|
|
dependencies = [
|
2024-11-04 14:38:25 +01:00
|
|
|
"base64",
|
2023-10-29 20:48:53 +01:00
|
|
|
"log",
|
2024-11-04 14:38:25 +01:00
|
|
|
"merge",
|
2025-02-08 13:28:42 +01:00
|
|
|
"pyo3",
|
2024-11-04 14:38:25 +01:00
|
|
|
"rand",
|
|
|
|
|
"serde",
|
|
|
|
|
"transpose",
|
2023-10-29 20:48:53 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
2024-11-04 14:38:25 +01:00
|
|
|
name = "strength_reduce"
|
|
|
|
|
version = "0.2.4"
|
2023-10-29 20:48:53 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-04 14:38:25 +01:00
|
|
|
checksum = "fe895eb47f22e2ddd4dabc02bce419d2e643c8e3b585c78158b349195bc24d82"
|
2023-10-29 20:48:53 +01:00
|
|
|
|
|
|
|
|
[[package]]
|
2024-11-04 14:38:25 +01:00
|
|
|
name = "strum"
|
|
|
|
|
version = "0.26.3"
|
2023-10-29 20:48:53 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-04 14:38:25 +01:00
|
|
|
checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06"
|
2023-10-29 20:48:53 +01:00
|
|
|
dependencies = [
|
2024-11-04 14:38:25 +01:00
|
|
|
"strum_macros",
|
2023-10-29 20:48:53 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
2024-11-04 14:38:25 +01:00
|
|
|
name = "strum_macros"
|
|
|
|
|
version = "0.26.4"
|
2023-10-29 20:48:53 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-04 14:38:25 +01:00
|
|
|
checksum = "4c6bee85a5a24955dc440386795aa378cd9cf82acd5f764469152d2270e581be"
|
2023-10-29 20:48:53 +01:00
|
|
|
dependencies = [
|
2024-11-04 14:38:25 +01:00
|
|
|
"heck",
|
2023-10-29 20:48:53 +01:00
|
|
|
"proc-macro2",
|
|
|
|
|
"quote",
|
2024-11-04 14:38:25 +01:00
|
|
|
"rustversion",
|
|
|
|
|
"syn 2.0.79",
|
2023-10-29 20:48:53 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
2024-11-04 14:38:25 +01:00
|
|
|
name = "subtle"
|
|
|
|
|
version = "2.5.0"
|
2023-10-29 20:48:53 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-04 14:38:25 +01:00
|
|
|
checksum = "81cdd64d312baedb58e21336b31bc043b77e01cc99033ce76ef539f78e965ebc"
|
2023-10-29 20:48:53 +01:00
|
|
|
|
|
|
|
|
[[package]]
|
2024-11-04 14:38:25 +01:00
|
|
|
name = "syn"
|
|
|
|
|
version = "1.0.109"
|
2023-10-29 20:48:53 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-04 14:38:25 +01:00
|
|
|
checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
|
2023-10-29 20:48:53 +01:00
|
|
|
dependencies = [
|
|
|
|
|
"proc-macro2",
|
|
|
|
|
"quote",
|
2024-11-04 14:38:25 +01:00
|
|
|
"unicode-ident",
|
2023-10-29 20:48:53 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
2024-11-04 14:38:25 +01:00
|
|
|
name = "syn"
|
|
|
|
|
version = "2.0.79"
|
2023-10-29 20:48:53 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-04 14:38:25 +01:00
|
|
|
checksum = "89132cd0bf050864e1d38dc3bbc07a0eb8e7530af26344d3d2bbbef83499f590"
|
2023-10-29 20:48:53 +01:00
|
|
|
dependencies = [
|
2024-11-04 14:38:25 +01:00
|
|
|
"proc-macro2",
|
|
|
|
|
"quote",
|
|
|
|
|
"unicode-ident",
|
2023-10-29 20:48:53 +01:00
|
|
|
]
|
|
|
|
|
|
2025-02-08 13:28:42 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "target-lexicon"
|
|
|
|
|
version = "0.12.16"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
|
|
|
|
|
|
2023-10-29 20:48:53 +01:00
|
|
|
[[package]]
|
2024-11-04 14:38:25 +01:00
|
|
|
name = "termcolor"
|
|
|
|
|
version = "1.3.0"
|
2023-10-29 20:48:53 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-04 14:38:25 +01:00
|
|
|
checksum = "6093bad37da69aab9d123a8091e4be0aa4a03e4d601ec641c327398315f62b64"
|
2023-10-29 20:48:53 +01:00
|
|
|
dependencies = [
|
2024-11-04 14:38:25 +01:00
|
|
|
"winapi-util",
|
2023-10-29 20:48:53 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
2024-11-04 14:38:25 +01:00
|
|
|
name = "transpose"
|
|
|
|
|
version = "0.2.2"
|
2023-10-29 20:48:53 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-04 14:38:25 +01:00
|
|
|
checksum = "e6522d49d03727ffb138ae4cbc1283d3774f0d10aa7f9bf52e6784c45daf9b23"
|
2023-10-29 20:48:53 +01:00
|
|
|
dependencies = [
|
2024-11-04 14:38:25 +01:00
|
|
|
"num-integer",
|
|
|
|
|
"strength_reduce",
|
2023-10-29 20:48:53 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
2024-11-04 14:38:25 +01:00
|
|
|
name = "trictrac-server"
|
|
|
|
|
version = "0.1.0"
|
2023-10-29 20:48:53 +01:00
|
|
|
dependencies = [
|
2024-11-04 14:38:25 +01:00
|
|
|
"bincode",
|
2025-01-12 16:38:43 +01:00
|
|
|
"env_logger 0.10.0",
|
2023-10-29 20:48:53 +01:00
|
|
|
"log",
|
2024-11-04 14:38:25 +01:00
|
|
|
"pico-args",
|
|
|
|
|
"renet",
|
|
|
|
|
"store",
|
2023-10-29 20:48:53 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
2024-11-04 14:38:25 +01:00
|
|
|
name = "typenum"
|
|
|
|
|
version = "1.17.0"
|
2023-10-29 20:48:53 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-04 14:38:25 +01:00
|
|
|
checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
|
2023-10-29 20:48:53 +01:00
|
|
|
|
2023-10-27 21:14:34 +02:00
|
|
|
[[package]]
|
2024-11-04 14:38:25 +01:00
|
|
|
name = "unicode-ident"
|
|
|
|
|
version = "1.0.12"
|
2023-10-27 21:14:34 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-04 14:38:25 +01:00
|
|
|
checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
|
2023-10-27 21:14:34 +02:00
|
|
|
|
|
|
|
|
[[package]]
|
2024-11-04 14:38:25 +01:00
|
|
|
name = "unicode-segmentation"
|
|
|
|
|
version = "1.10.1"
|
2023-10-27 21:14:34 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-04 14:38:25 +01:00
|
|
|
checksum = "1dd624098567895118886609431a7c3b8f516e41d30e0643f03d94592a147e36"
|
2023-10-27 21:14:34 +02:00
|
|
|
|
|
|
|
|
[[package]]
|
2024-11-04 14:38:25 +01:00
|
|
|
name = "unicode-truncate"
|
|
|
|
|
version = "1.1.0"
|
2023-10-27 21:14:34 +02:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-04 14:38:25 +01:00
|
|
|
checksum = "b3644627a5af5fa321c95b9b235a72fd24cd29c648c2c379431e6628655627bf"
|
2023-10-27 21:14:34 +02:00
|
|
|
dependencies = [
|
2024-11-04 14:38:25 +01:00
|
|
|
"itertools",
|
|
|
|
|
"unicode-segmentation",
|
|
|
|
|
"unicode-width",
|
2023-10-27 21:14:34 +02:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
2024-11-04 14:38:25 +01:00
|
|
|
name = "unicode-width"
|
|
|
|
|
version = "0.1.14"
|
2023-10-29 20:48:53 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-04 14:38:25 +01:00
|
|
|
checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af"
|
2023-10-29 20:48:53 +01:00
|
|
|
|
2025-02-08 13:28:42 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "unindent"
|
|
|
|
|
version = "0.2.3"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "c7de7d73e1754487cb58364ee906a499937a0dfabd86bcb980fa99ec8c8fa2ce"
|
|
|
|
|
|
2023-10-29 20:48:53 +01:00
|
|
|
[[package]]
|
2024-11-04 14:38:25 +01:00
|
|
|
name = "universal-hash"
|
|
|
|
|
version = "0.5.1"
|
2023-10-29 20:48:53 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-04 14:38:25 +01:00
|
|
|
checksum = "fc1de2c688dc15305988b563c3854064043356019f97a4b46276fe734c4f07ea"
|
2023-10-29 20:48:53 +01:00
|
|
|
dependencies = [
|
2024-11-04 14:38:25 +01:00
|
|
|
"crypto-common",
|
|
|
|
|
"subtle",
|
2023-10-29 20:48:53 +01:00
|
|
|
]
|
|
|
|
|
|
2025-01-12 16:38:43 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "utf8parse"
|
|
|
|
|
version = "0.2.2"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
|
|
|
|
|
|
2023-10-29 20:48:53 +01:00
|
|
|
[[package]]
|
2024-11-04 14:38:25 +01:00
|
|
|
name = "version_check"
|
|
|
|
|
version = "0.9.4"
|
2023-10-29 20:48:53 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-04 14:38:25 +01:00
|
|
|
checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
|
2023-10-29 20:48:53 +01:00
|
|
|
|
|
|
|
|
[[package]]
|
2024-11-04 14:38:25 +01:00
|
|
|
name = "wasi"
|
|
|
|
|
version = "0.11.0+wasi-snapshot-preview1"
|
2023-10-29 20:48:53 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-04 14:38:25 +01:00
|
|
|
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
|
2023-10-29 20:48:53 +01:00
|
|
|
|
|
|
|
|
[[package]]
|
2024-11-04 14:38:25 +01:00
|
|
|
name = "winapi"
|
|
|
|
|
version = "0.3.9"
|
2023-10-29 20:48:53 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-04 14:38:25 +01:00
|
|
|
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
|
2023-10-29 20:48:53 +01:00
|
|
|
dependencies = [
|
2024-11-04 14:38:25 +01:00
|
|
|
"winapi-i686-pc-windows-gnu",
|
|
|
|
|
"winapi-x86_64-pc-windows-gnu",
|
2023-10-29 20:48:53 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
2024-11-04 14:38:25 +01:00
|
|
|
name = "winapi-i686-pc-windows-gnu"
|
|
|
|
|
version = "0.4.0"
|
2023-10-29 20:48:53 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-04 14:38:25 +01:00
|
|
|
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
|
2023-10-29 20:48:53 +01:00
|
|
|
|
|
|
|
|
[[package]]
|
2024-11-04 14:38:25 +01:00
|
|
|
name = "winapi-util"
|
|
|
|
|
version = "0.1.6"
|
2023-10-29 20:48:53 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-04 14:38:25 +01:00
|
|
|
checksum = "f29e6f9198ba0d26b4c9f07dbe6f9ed633e1f3d5b8b414090084349e46a52596"
|
2023-10-29 20:48:53 +01:00
|
|
|
dependencies = [
|
2024-11-04 14:38:25 +01:00
|
|
|
"winapi",
|
2023-10-29 20:48:53 +01:00
|
|
|
]
|
|
|
|
|
|
|
|
|
|
[[package]]
|
2024-11-04 14:38:25 +01:00
|
|
|
name = "winapi-x86_64-pc-windows-gnu"
|
|
|
|
|
version = "0.4.0"
|
2023-10-29 20:48:53 +01:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-11-04 14:38:25 +01:00
|
|
|
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
|
2023-10-29 20:48:53 +01:00
|
|
|
|
2023-10-27 21:14:34 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "windows-sys"
|
|
|
|
|
version = "0.48.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
|
|
|
|
|
dependencies = [
|
2023-10-29 20:48:53 +01:00
|
|
|
"windows-targets 0.48.5",
|
|
|
|
|
]
|
|
|
|
|
|
2024-10-18 16:18:14 +02: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",
|
|
|
|
|
]
|
|
|
|
|
|
2025-01-12 16:38:43 +01:00
|
|
|
[[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",
|
|
|
|
|
]
|
|
|
|
|
|
2023-10-27 21:14:34 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "windows-targets"
|
|
|
|
|
version = "0.48.5"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
|
|
|
|
|
dependencies = [
|
2023-10-29 20:48:53 +01: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",
|
2022-12-01 18:04:03 +01:00
|
|
|
]
|
2023-10-27 21:14:34 +02:00
|
|
|
|
2024-10-18 16:18:14 +02: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",
|
|
|
|
|
]
|
|
|
|
|
|
2023-10-27 21:14:34 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "windows_aarch64_gnullvm"
|
|
|
|
|
version = "0.48.5"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
|
|
|
|
|
|
2024-10-18 16:18:14 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "windows_aarch64_gnullvm"
|
|
|
|
|
version = "0.52.6"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
|
|
|
|
|
|
2023-10-27 21:14:34 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "windows_aarch64_msvc"
|
|
|
|
|
version = "0.48.5"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
|
|
|
|
|
|
2024-10-18 16:18:14 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "windows_aarch64_msvc"
|
|
|
|
|
version = "0.52.6"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
|
|
|
|
|
|
2023-10-27 21:14:34 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "windows_i686_gnu"
|
|
|
|
|
version = "0.48.5"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
|
|
|
|
|
|
2024-10-18 16:18:14 +02: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"
|
|
|
|
|
|
2023-10-27 21:14:34 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "windows_i686_msvc"
|
|
|
|
|
version = "0.48.5"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
|
|
|
|
|
|
2024-10-18 16:18:14 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "windows_i686_msvc"
|
|
|
|
|
version = "0.52.6"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
|
|
|
|
|
|
2023-10-27 21:14:34 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "windows_x86_64_gnu"
|
|
|
|
|
version = "0.48.5"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
|
|
|
|
|
|
2024-10-18 16:18:14 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "windows_x86_64_gnu"
|
|
|
|
|
version = "0.52.6"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
|
|
|
|
|
|
2023-10-27 21:14:34 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "windows_x86_64_gnullvm"
|
|
|
|
|
version = "0.48.5"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
|
|
|
|
|
|
2024-10-18 16:18:14 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "windows_x86_64_gnullvm"
|
|
|
|
|
version = "0.52.6"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
|
|
|
|
|
|
2023-10-27 21:14:34 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "windows_x86_64_msvc"
|
|
|
|
|
version = "0.48.5"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
|
|
|
|
|
|
2024-10-18 16:18:14 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "windows_x86_64_msvc"
|
|
|
|
|
version = "0.52.6"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
|
|
|
|
|
|
2024-02-18 18:40:45 +01:00
|
|
|
[[package]]
|
|
|
|
|
name = "yansi"
|
|
|
|
|
version = "0.5.1"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "09041cd90cf85f7f8b2df60c646f853b7f535ce68f85244eb6731cf89fa498ec"
|
|
|
|
|
|
2023-10-27 21:14:34 +02:00
|
|
|
[[package]]
|
|
|
|
|
name = "zeroize"
|
|
|
|
|
version = "1.6.0"
|
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
|
checksum = "2a0956f1ba7c7909bfb66c2e9e4124ab6f6482560f6628b5aaeba39207c9aad9"
|