2025-02-11 23:32:28 -07:00
|
|
|
# This file is automatically @generated by Cargo.
|
|
|
|
# It is not intended for manual editing.
|
|
|
|
version = 4
|
|
|
|
|
2025-03-15 16:21:24 -06:00
|
|
|
[[package]]
|
|
|
|
name = "advapi32-sys"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e06588080cb19d0acb6739808aafa5f26bfb2ca015b2b6370028b44cf7cb8a9a"
|
|
|
|
dependencies = [
|
|
|
|
"winapi",
|
|
|
|
"winapi-build",
|
|
|
|
]
|
|
|
|
|
2025-02-15 22:11:08 -07: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 = [
|
2025-03-02 16:36:04 -07:00
|
|
|
"windows-sys",
|
2025-02-15 22:11:08 -07:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "anstyle-wincon"
|
|
|
|
version = "3.0.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ca3534e77181a9cc07539ad51f2141fe32f6c3ffd4df76db8ad92346b003ae4e"
|
|
|
|
dependencies = [
|
|
|
|
"anstyle",
|
|
|
|
"once_cell",
|
2025-03-02 16:36:04 -07:00
|
|
|
"windows-sys",
|
2025-02-15 22:11:08 -07:00
|
|
|
]
|
|
|
|
|
2025-02-11 23:32:28 -07:00
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
2025-03-02 16:36:04 -07:00
|
|
|
version = "2.9.0"
|
2025-02-11 23:32:28 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-02 16:36:04 -07:00
|
|
|
checksum = "5c8214115b7bf84099f1309324e63141d4c5d7cc26862f97a0a857dbefe165bd"
|
2025-02-11 23:32:28 -07:00
|
|
|
|
2025-03-03 21:10:31 -07:00
|
|
|
[[package]]
|
|
|
|
name = "block-buffer"
|
|
|
|
version = "0.10.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
|
|
|
|
dependencies = [
|
|
|
|
"generic-array",
|
|
|
|
]
|
|
|
|
|
2025-02-11 23:32:28 -07:00
|
|
|
[[package]]
|
2025-03-02 16:36:04 -07:00
|
|
|
name = "cc"
|
2025-05-12 00:03:54 -06:00
|
|
|
version = "1.2.22"
|
2025-02-11 23:32:28 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-05-12 00:03:54 -06:00
|
|
|
checksum = "32db95edf998450acc7881c932f94cd9b05c87b4b2599e8bab064753da4acfd1"
|
2025-02-11 23:32:28 -07:00
|
|
|
dependencies = [
|
2025-03-02 16:36:04 -07:00
|
|
|
"jobserver",
|
|
|
|
"libc",
|
|
|
|
"shlex",
|
2025-02-11 23:32:28 -07:00
|
|
|
]
|
|
|
|
|
2025-03-03 21:10:31 -07:00
|
|
|
[[package]]
|
|
|
|
name = "cfg-if"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
|
|
|
|
2025-03-04 23:30:17 -07:00
|
|
|
[[package]]
|
|
|
|
name = "cfg_aliases"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
|
|
|
|
|
2025-02-15 22:11:08 -07:00
|
|
|
[[package]]
|
|
|
|
name = "clap"
|
2025-05-12 00:03:54 -06:00
|
|
|
version = "4.5.38"
|
2025-02-15 22:11:08 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-05-12 00:03:54 -06:00
|
|
|
checksum = "ed93b9805f8ba930df42c2590f05453d5ec36cbb85d018868a5b24d31f6ac000"
|
2025-02-15 22:11:08 -07:00
|
|
|
dependencies = [
|
|
|
|
"clap_builder",
|
|
|
|
"clap_derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "clap_builder"
|
2025-05-12 00:03:54 -06:00
|
|
|
version = "4.5.38"
|
2025-02-15 22:11:08 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-05-12 00:03:54 -06:00
|
|
|
checksum = "379026ff283facf611b0ea629334361c4211d1b12ee01024eec1591133b04120"
|
2025-02-15 22:11:08 -07:00
|
|
|
dependencies = [
|
|
|
|
"anstream",
|
|
|
|
"anstyle",
|
|
|
|
"clap_lex",
|
|
|
|
"strsim",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "clap_derive"
|
2025-03-15 16:21:24 -06:00
|
|
|
version = "4.5.32"
|
2025-02-15 22:11:08 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-15 16:21:24 -06:00
|
|
|
checksum = "09176aae279615badda0765c0c0b3f6ed53f4709118af73cf4655d85d1530cd7"
|
2025-02-15 22:11:08 -07:00
|
|
|
dependencies = [
|
|
|
|
"heck",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "clap_lex"
|
|
|
|
version = "0.7.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f46ad14479a25103f283c0f10005961cf086d8dc42205bb44c46ac563475dca6"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "colorchoice"
|
|
|
|
version = "1.0.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5b63caa9aa9397e2d9480a9b13673856c78d8ac123288526c37d7839f2a86990"
|
|
|
|
|
2025-03-16 14:48:31 -06:00
|
|
|
[[package]]
|
|
|
|
name = "colored"
|
|
|
|
version = "3.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "fde0e0ec90c9dfb3b4b1a0891a7dcd0e2bffde2f7efed5fe7c9bb00e5bfb915e"
|
|
|
|
dependencies = [
|
|
|
|
"windows-sys",
|
|
|
|
]
|
|
|
|
|
2025-03-03 21:10:31 -07:00
|
|
|
[[package]]
|
|
|
|
name = "cpufeatures"
|
|
|
|
version = "0.2.17"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crypto-common"
|
|
|
|
version = "0.1.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
|
|
|
|
dependencies = [
|
|
|
|
"generic-array",
|
|
|
|
"typenum",
|
|
|
|
]
|
|
|
|
|
2025-03-04 23:30:17 -07:00
|
|
|
[[package]]
|
|
|
|
name = "ctrlc"
|
2025-05-12 00:03:54 -06:00
|
|
|
version = "3.4.7"
|
2025-03-04 23:30:17 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-05-12 00:03:54 -06:00
|
|
|
checksum = "46f93780a459b7d656ef7f071fe699c4d3d2cb201c4b24d085b6ddc505276e73"
|
2025-03-04 23:30:17 -07:00
|
|
|
dependencies = [
|
|
|
|
"nix",
|
|
|
|
"windows-sys",
|
|
|
|
]
|
|
|
|
|
2025-03-03 21:10:31 -07:00
|
|
|
[[package]]
|
|
|
|
name = "digest"
|
|
|
|
version = "0.10.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
|
|
|
|
dependencies = [
|
|
|
|
"block-buffer",
|
|
|
|
"crypto-common",
|
|
|
|
]
|
|
|
|
|
2025-02-11 23:32:28 -07:00
|
|
|
[[package]]
|
|
|
|
name = "displaydoc"
|
|
|
|
version = "0.2.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-02 16:36:04 -07:00
|
|
|
checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
|
2025-02-11 23:32:28 -07:00
|
|
|
dependencies = [
|
2025-03-02 16:36:04 -07:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
2025-02-11 23:32:28 -07:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2025-03-02 16:36:04 -07:00
|
|
|
name = "equivalent"
|
|
|
|
version = "1.0.2"
|
2025-02-11 23:32:28 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-02 16:36:04 -07:00
|
|
|
checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
|
2025-02-11 23:32:28 -07:00
|
|
|
|
|
|
|
[[package]]
|
2025-03-02 16:36:04 -07:00
|
|
|
name = "form_urlencoded"
|
|
|
|
version = "1.2.1"
|
2025-02-11 23:32:28 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-02 16:36:04 -07:00
|
|
|
checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
|
2025-02-11 23:32:28 -07:00
|
|
|
dependencies = [
|
2025-03-02 16:36:04 -07:00
|
|
|
"percent-encoding",
|
2025-02-11 23:32:28 -07:00
|
|
|
]
|
|
|
|
|
2025-03-03 21:10:31 -07:00
|
|
|
[[package]]
|
|
|
|
name = "generic-array"
|
|
|
|
version = "0.14.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
|
|
|
|
dependencies = [
|
|
|
|
"typenum",
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
2025-04-28 20:38:41 -06:00
|
|
|
[[package]]
|
|
|
|
name = "getrandom"
|
2025-05-12 00:03:54 -06:00
|
|
|
version = "0.3.3"
|
2025-04-28 20:38:41 -06:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-05-12 00:03:54 -06:00
|
|
|
checksum = "26145e563e54f2cadc477553f1ec5ee650b00862f0a58bcd12cbdc5f0ea2d2f4"
|
2025-04-28 20:38:41 -06:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"libc",
|
|
|
|
"r-efi",
|
|
|
|
"wasi",
|
|
|
|
]
|
|
|
|
|
2025-02-11 23:32:28 -07:00
|
|
|
[[package]]
|
2025-03-02 16:36:04 -07:00
|
|
|
name = "git2"
|
2025-03-20 22:01:50 -06:00
|
|
|
version = "0.20.1"
|
2025-03-20 22:06:21 -06:00
|
|
|
source = "git+https://github.com/brysonsteck/git2-rs?branch=certificates#1ca81270e632ac30c6e1367d3032ca3043068b2f"
|
2025-02-11 23:32:28 -07:00
|
|
|
dependencies = [
|
2025-03-02 16:36:04 -07:00
|
|
|
"bitflags",
|
|
|
|
"libc",
|
|
|
|
"libgit2-sys",
|
|
|
|
"log",
|
|
|
|
"openssl-probe",
|
|
|
|
"openssl-sys",
|
|
|
|
"url",
|
2025-02-11 23:32:28 -07:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hashbrown"
|
2025-05-12 00:03:54 -06:00
|
|
|
version = "0.15.3"
|
2025-02-11 23:32:28 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-05-12 00:03:54 -06:00
|
|
|
checksum = "84b26c544d002229e640969970a2e74021aadf6e2f96372b9c58eff97de08eb3"
|
2025-02-11 23:32:28 -07:00
|
|
|
|
2025-02-15 22:11:08 -07:00
|
|
|
[[package]]
|
|
|
|
name = "heck"
|
|
|
|
version = "0.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
|
|
|
|
|
2025-03-03 21:10:31 -07:00
|
|
|
[[package]]
|
|
|
|
name = "hex"
|
|
|
|
version = "0.4.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
|
|
|
|
|
2025-02-11 23:32:28 -07:00
|
|
|
[[package]]
|
|
|
|
name = "icu_collections"
|
2025-05-12 00:03:54 -06:00
|
|
|
version = "2.0.0"
|
2025-02-11 23:32:28 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-05-12 00:03:54 -06:00
|
|
|
checksum = "200072f5d0e3614556f94a9930d5dc3e0662a652823904c3a75dc3b0af7fee47"
|
2025-02-11 23:32:28 -07:00
|
|
|
dependencies = [
|
|
|
|
"displaydoc",
|
2025-05-12 00:03:54 -06:00
|
|
|
"potential_utf",
|
2025-02-11 23:32:28 -07:00
|
|
|
"yoke",
|
|
|
|
"zerofrom",
|
|
|
|
"zerovec",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2025-05-12 00:03:54 -06:00
|
|
|
name = "icu_locale_core"
|
|
|
|
version = "2.0.0"
|
2025-02-11 23:32:28 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-05-12 00:03:54 -06:00
|
|
|
checksum = "0cde2700ccaed3872079a65fb1a78f6c0a36c91570f28755dda67bc8f7d9f00a"
|
2025-02-11 23:32:28 -07:00
|
|
|
dependencies = [
|
|
|
|
"displaydoc",
|
|
|
|
"litemap",
|
|
|
|
"tinystr",
|
|
|
|
"writeable",
|
|
|
|
"zerovec",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "icu_normalizer"
|
2025-05-12 00:03:54 -06:00
|
|
|
version = "2.0.0"
|
2025-02-11 23:32:28 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-05-12 00:03:54 -06:00
|
|
|
checksum = "436880e8e18df4d7bbc06d58432329d6458cc84531f7ac5f024e93deadb37979"
|
2025-02-11 23:32:28 -07:00
|
|
|
dependencies = [
|
|
|
|
"displaydoc",
|
|
|
|
"icu_collections",
|
|
|
|
"icu_normalizer_data",
|
|
|
|
"icu_properties",
|
|
|
|
"icu_provider",
|
|
|
|
"smallvec",
|
|
|
|
"zerovec",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "icu_normalizer_data"
|
2025-05-12 00:03:54 -06:00
|
|
|
version = "2.0.0"
|
2025-02-11 23:32:28 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-05-12 00:03:54 -06:00
|
|
|
checksum = "00210d6893afc98edb752b664b8890f0ef174c8adbb8d0be9710fa66fbbf72d3"
|
2025-02-11 23:32:28 -07:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "icu_properties"
|
2025-05-12 00:03:54 -06:00
|
|
|
version = "2.0.0"
|
2025-02-11 23:32:28 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-05-12 00:03:54 -06:00
|
|
|
checksum = "2549ca8c7241c82f59c80ba2a6f415d931c5b58d24fb8412caa1a1f02c49139a"
|
2025-02-11 23:32:28 -07:00
|
|
|
dependencies = [
|
|
|
|
"displaydoc",
|
|
|
|
"icu_collections",
|
2025-05-12 00:03:54 -06:00
|
|
|
"icu_locale_core",
|
2025-02-11 23:32:28 -07:00
|
|
|
"icu_properties_data",
|
|
|
|
"icu_provider",
|
2025-05-12 00:03:54 -06:00
|
|
|
"potential_utf",
|
|
|
|
"zerotrie",
|
2025-02-11 23:32:28 -07:00
|
|
|
"zerovec",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "icu_properties_data"
|
2025-05-12 00:03:54 -06:00
|
|
|
version = "2.0.0"
|
2025-02-11 23:32:28 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-05-12 00:03:54 -06:00
|
|
|
checksum = "8197e866e47b68f8f7d95249e172903bec06004b18b2937f1095d40a0c57de04"
|
2025-02-11 23:32:28 -07:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "icu_provider"
|
2025-05-12 00:03:54 -06:00
|
|
|
version = "2.0.0"
|
2025-02-11 23:32:28 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-05-12 00:03:54 -06:00
|
|
|
checksum = "03c80da27b5f4187909049ee2d72f276f0d9f99a42c306bd0131ecfe04d8e5af"
|
2025-02-11 23:32:28 -07:00
|
|
|
dependencies = [
|
|
|
|
"displaydoc",
|
2025-05-12 00:03:54 -06:00
|
|
|
"icu_locale_core",
|
2025-02-11 23:32:28 -07:00
|
|
|
"stable_deref_trait",
|
|
|
|
"tinystr",
|
|
|
|
"writeable",
|
|
|
|
"yoke",
|
|
|
|
"zerofrom",
|
2025-05-12 00:03:54 -06:00
|
|
|
"zerotrie",
|
2025-02-11 23:32:28 -07:00
|
|
|
"zerovec",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "idna"
|
|
|
|
version = "1.0.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "686f825264d630750a544639377bae737628043f20d38bbc029e8f29ea968a7e"
|
|
|
|
dependencies = [
|
|
|
|
"idna_adapter",
|
|
|
|
"smallvec",
|
|
|
|
"utf8_iter",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "idna_adapter"
|
2025-05-12 00:03:54 -06:00
|
|
|
version = "1.2.1"
|
2025-02-11 23:32:28 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-05-12 00:03:54 -06:00
|
|
|
checksum = "3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344"
|
2025-02-11 23:32:28 -07:00
|
|
|
dependencies = [
|
|
|
|
"icu_normalizer",
|
|
|
|
"icu_properties",
|
|
|
|
]
|
|
|
|
|
2025-02-15 22:11:08 -07:00
|
|
|
[[package]]
|
|
|
|
name = "indexmap"
|
2025-04-28 20:38:41 -06:00
|
|
|
version = "2.9.0"
|
2025-02-15 22:11:08 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-04-28 20:38:41 -06:00
|
|
|
checksum = "cea70ddb795996207ad57735b50c5982d8844f38ba9ee5f1aedcfb708a2aa11e"
|
2025-02-15 22:11:08 -07:00
|
|
|
dependencies = [
|
|
|
|
"equivalent",
|
2025-03-02 16:36:04 -07:00
|
|
|
"hashbrown",
|
2025-02-11 23:32:28 -07:00
|
|
|
]
|
|
|
|
|
2025-02-15 22:11:08 -07:00
|
|
|
[[package]]
|
|
|
|
name = "is_terminal_polyfill"
|
|
|
|
version = "1.70.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
|
|
|
|
|
2025-02-11 23:32:28 -07:00
|
|
|
[[package]]
|
2025-03-02 16:36:04 -07:00
|
|
|
name = "jobserver"
|
2025-04-28 20:38:41 -06:00
|
|
|
version = "0.1.33"
|
2025-02-11 23:32:28 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-04-28 20:38:41 -06:00
|
|
|
checksum = "38f262f097c174adebe41eb73d66ae9c06b2844fb0da69969647bbddd9b0538a"
|
2025-02-11 23:32:28 -07:00
|
|
|
dependencies = [
|
2025-04-28 20:38:41 -06:00
|
|
|
"getrandom",
|
2025-03-02 16:36:04 -07:00
|
|
|
"libc",
|
2025-02-11 23:32:28 -07:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2025-03-02 16:36:04 -07:00
|
|
|
name = "libc"
|
2025-04-28 20:38:41 -06:00
|
|
|
version = "0.2.172"
|
2025-02-11 23:32:28 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-04-28 20:38:41 -06:00
|
|
|
checksum = "d750af042f7ef4f724306de029d18836c26c1765a54a6a3f094cbd23a7267ffa"
|
2025-02-11 23:32:28 -07:00
|
|
|
|
|
|
|
[[package]]
|
2025-03-02 16:36:04 -07:00
|
|
|
name = "libgit2-sys"
|
2025-03-20 22:01:50 -06:00
|
|
|
version = "0.18.1+1.9.0"
|
2025-03-20 22:06:21 -06:00
|
|
|
source = "git+https://github.com/brysonsteck/git2-rs?branch=certificates#1ca81270e632ac30c6e1367d3032ca3043068b2f"
|
2025-02-11 23:32:28 -07:00
|
|
|
dependencies = [
|
2025-03-02 16:36:04 -07:00
|
|
|
"cc",
|
|
|
|
"libc",
|
|
|
|
"libssh2-sys",
|
|
|
|
"libz-sys",
|
|
|
|
"openssl-sys",
|
|
|
|
"pkg-config",
|
2025-02-11 23:32:28 -07:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2025-03-02 16:36:04 -07:00
|
|
|
name = "libssh2-sys"
|
|
|
|
version = "0.3.1"
|
2025-02-11 23:32:28 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-02 16:36:04 -07:00
|
|
|
checksum = "220e4f05ad4a218192533b300327f5150e809b54c4ec83b5a1d91833601811b9"
|
2025-02-11 23:32:28 -07:00
|
|
|
dependencies = [
|
2025-03-02 16:36:04 -07:00
|
|
|
"cc",
|
|
|
|
"libc",
|
|
|
|
"libz-sys",
|
|
|
|
"openssl-sys",
|
|
|
|
"pkg-config",
|
|
|
|
"vcpkg",
|
2025-02-11 23:32:28 -07:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2025-03-02 16:36:04 -07:00
|
|
|
name = "libz-sys"
|
2025-03-15 16:21:24 -06:00
|
|
|
version = "1.1.22"
|
2025-02-11 23:32:28 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-15 16:21:24 -06:00
|
|
|
checksum = "8b70e7a7df205e92a1a4cd9aaae7898dac0aa555503cc0a649494d0d60e7651d"
|
2025-02-11 23:32:28 -07:00
|
|
|
dependencies = [
|
2025-03-02 16:36:04 -07:00
|
|
|
"cc",
|
2025-02-11 23:32:28 -07:00
|
|
|
"libc",
|
2025-03-02 16:36:04 -07:00
|
|
|
"pkg-config",
|
|
|
|
"vcpkg",
|
2025-02-11 23:32:28 -07:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "litemap"
|
2025-05-12 00:03:54 -06:00
|
|
|
version = "0.8.0"
|
2025-02-11 23:32:28 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-05-12 00:03:54 -06:00
|
|
|
checksum = "241eaef5fd12c88705a01fc1066c48c4b36e0dd4377dcdc7ec3942cea7a69956"
|
2025-02-11 23:32:28 -07:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "log"
|
2025-03-25 23:01:05 -06:00
|
|
|
version = "0.4.27"
|
2025-02-11 23:32:28 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-25 23:01:05 -06:00
|
|
|
checksum = "13dc2df351e3202783a1fe0d44375f7295ffb4049267b0f3018346dc122a1d94"
|
2025-02-11 23:32:28 -07:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "memchr"
|
|
|
|
version = "2.7.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
|
|
|
|
|
2025-03-04 23:30:17 -07:00
|
|
|
[[package]]
|
|
|
|
name = "nix"
|
2025-05-12 00:03:54 -06:00
|
|
|
version = "0.30.1"
|
2025-03-04 23:30:17 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-05-12 00:03:54 -06:00
|
|
|
checksum = "74523f3a35e05aba87a1d978330aef40f67b0304ac79c1c00b294c9830543db6"
|
2025-03-04 23:30:17 -07:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"cfg-if",
|
|
|
|
"cfg_aliases",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2025-02-11 23:32:28 -07:00
|
|
|
[[package]]
|
|
|
|
name = "once_cell"
|
2025-04-28 20:38:41 -06:00
|
|
|
version = "1.21.3"
|
2025-02-11 23:32:28 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-04-28 20:38:41 -06:00
|
|
|
checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
|
2025-02-11 23:32:28 -07:00
|
|
|
|
|
|
|
[[package]]
|
2025-03-02 16:36:04 -07:00
|
|
|
name = "openssl-probe"
|
|
|
|
version = "0.1.6"
|
2025-02-11 23:32:28 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-02 16:36:04 -07:00
|
|
|
checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e"
|
2025-02-11 23:32:28 -07:00
|
|
|
|
|
|
|
[[package]]
|
2025-03-02 16:36:04 -07:00
|
|
|
name = "openssl-sys"
|
2025-05-12 00:03:54 -06:00
|
|
|
version = "0.9.108"
|
2025-02-11 23:32:28 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-05-12 00:03:54 -06:00
|
|
|
checksum = "e145e1651e858e820e4860f7b9c5e169bc1d8ce1c86043be79fa7b7634821847"
|
2025-02-11 23:32:28 -07:00
|
|
|
dependencies = [
|
2025-03-02 16:36:04 -07:00
|
|
|
"cc",
|
2025-02-11 23:32:28 -07:00
|
|
|
"libc",
|
2025-03-02 16:36:04 -07:00
|
|
|
"pkg-config",
|
|
|
|
"vcpkg",
|
2025-02-11 23:32:28 -07:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "percent-encoding"
|
|
|
|
version = "2.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
|
|
|
|
|
|
|
|
[[package]]
|
2025-03-02 16:36:04 -07:00
|
|
|
name = "pkg-config"
|
2025-03-06 19:09:05 -07:00
|
|
|
version = "0.3.32"
|
2025-02-11 23:32:28 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-06 19:09:05 -07:00
|
|
|
checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c"
|
2025-02-11 23:32:28 -07:00
|
|
|
|
2025-05-12 00:03:54 -06:00
|
|
|
[[package]]
|
|
|
|
name = "potential_utf"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e5a7c30837279ca13e7c867e9e40053bc68740f988cb07f7ca6df43cc734b585"
|
|
|
|
dependencies = [
|
|
|
|
"zerovec",
|
|
|
|
]
|
|
|
|
|
2025-02-11 23:32:28 -07:00
|
|
|
[[package]]
|
|
|
|
name = "proc-macro2"
|
2025-04-28 20:38:41 -06:00
|
|
|
version = "1.0.95"
|
2025-02-11 23:32:28 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-04-28 20:38:41 -06:00
|
|
|
checksum = "02b3e5e68a3a1a02aad3ec490a98007cbc13c37cbe84a3cd7b8e406d76e7f778"
|
2025-02-11 23:32:28 -07:00
|
|
|
dependencies = [
|
|
|
|
"unicode-ident",
|
|
|
|
]
|
|
|
|
|
2025-03-16 14:48:31 -06:00
|
|
|
[[package]]
|
|
|
|
name = "quit"
|
|
|
|
version = "2.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c090c608233d81bd6b90e718cf34506c60a10e633dff2292c3d1029e798d669b"
|
|
|
|
dependencies = [
|
|
|
|
"quit_macros",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "quit_macros"
|
|
|
|
version = "2.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1d4b27a0dd5d08ad7af2d17952fb360ec9c30eeade0b32df7a3c9b099ff37564"
|
|
|
|
|
2025-02-11 23:32:28 -07:00
|
|
|
[[package]]
|
|
|
|
name = "quote"
|
2025-03-15 16:21:24 -06:00
|
|
|
version = "1.0.40"
|
2025-02-11 23:32:28 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-15 16:21:24 -06:00
|
|
|
checksum = "1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d"
|
2025-02-11 23:32:28 -07:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
]
|
|
|
|
|
2025-04-28 20:38:41 -06:00
|
|
|
[[package]]
|
|
|
|
name = "r-efi"
|
|
|
|
version = "5.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "74765f6d916ee2faa39bc8e68e4f3ed8949b48cccdac59983d287a7cb71ce9c5"
|
|
|
|
|
2025-02-11 23:32:28 -07:00
|
|
|
[[package]]
|
2025-02-15 22:11:08 -07:00
|
|
|
name = "refractr"
|
2025-05-12 00:03:54 -06:00
|
|
|
version = "0.6.2"
|
2025-02-11 23:32:28 -07:00
|
|
|
dependencies = [
|
2025-02-15 22:11:08 -07:00
|
|
|
"clap",
|
2025-03-16 14:48:31 -06:00
|
|
|
"colored",
|
2025-03-04 23:30:17 -07:00
|
|
|
"ctrlc",
|
2025-03-02 16:36:04 -07:00
|
|
|
"git2",
|
2025-03-03 21:10:31 -07:00
|
|
|
"hex",
|
2025-03-16 14:48:31 -06:00
|
|
|
"quit",
|
2025-02-15 22:11:08 -07:00
|
|
|
"serde",
|
|
|
|
"serde_derive",
|
2025-03-03 21:10:31 -07:00
|
|
|
"sha2",
|
2025-02-15 22:11:08 -07:00
|
|
|
"toml",
|
2025-03-15 16:21:24 -06:00
|
|
|
"username",
|
2025-03-02 15:47:21 -07:00
|
|
|
"users",
|
2025-02-11 23:32:28 -07:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde"
|
2025-03-09 14:34:44 -06:00
|
|
|
version = "1.0.219"
|
2025-02-11 23:32:28 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-09 14:34:44 -06:00
|
|
|
checksum = "5f0e2c6ed6606019b4e29e69dbaba95b11854410e5347d525002456dbbb786b6"
|
2025-02-11 23:32:28 -07:00
|
|
|
dependencies = [
|
|
|
|
"serde_derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_derive"
|
2025-03-09 14:34:44 -06:00
|
|
|
version = "1.0.219"
|
2025-02-11 23:32:28 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-09 14:34:44 -06:00
|
|
|
checksum = "5b0276cf7f2c73365f7157c8123c21cd9a50fbbd844757af28ca1f5925fc2a00"
|
2025-02-11 23:32:28 -07:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
2025-02-15 22:11:08 -07:00
|
|
|
[[package]]
|
|
|
|
name = "serde_spanned"
|
|
|
|
version = "0.6.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "87607cb1398ed59d48732e575a4c28a7a8ebf2454b964fe3f224f2afc07909e1"
|
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2025-03-03 21:10:31 -07:00
|
|
|
[[package]]
|
|
|
|
name = "sha2"
|
2025-05-12 00:03:54 -06:00
|
|
|
version = "0.10.9"
|
2025-03-03 21:10:31 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-05-12 00:03:54 -06:00
|
|
|
checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283"
|
2025-03-03 21:10:31 -07:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"cpufeatures",
|
|
|
|
"digest",
|
|
|
|
]
|
|
|
|
|
2025-02-11 23:32:28 -07:00
|
|
|
[[package]]
|
2025-03-02 16:36:04 -07:00
|
|
|
name = "shlex"
|
|
|
|
version = "1.3.0"
|
2025-02-11 23:32:28 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-02 16:36:04 -07:00
|
|
|
checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
|
2025-02-11 23:32:28 -07:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "smallvec"
|
2025-04-28 20:38:41 -06:00
|
|
|
version = "1.15.0"
|
2025-02-11 23:32:28 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-04-28 20:38:41 -06:00
|
|
|
checksum = "8917285742e9f3e1683f0a9c4e6b57960b7314d0b08d30d1ecd426713ee2eee9"
|
2025-02-11 23:32:28 -07:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "stable_deref_trait"
|
|
|
|
version = "1.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
|
|
|
|
|
2025-02-15 22:11:08 -07:00
|
|
|
[[package]]
|
|
|
|
name = "strsim"
|
|
|
|
version = "0.11.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
|
|
|
|
|
2025-02-11 23:32:28 -07:00
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
2025-04-28 20:38:41 -06:00
|
|
|
version = "2.0.101"
|
2025-02-11 23:32:28 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-04-28 20:38:41 -06:00
|
|
|
checksum = "8ce2b7fc941b3a24138a0a7cf8e858bfc6a992e7978a068a5c760deb0ed43caf"
|
2025-02-11 23:32:28 -07:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"unicode-ident",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "synstructure"
|
2025-05-12 00:03:54 -06:00
|
|
|
version = "0.13.2"
|
2025-02-11 23:32:28 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-05-12 00:03:54 -06:00
|
|
|
checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2"
|
2025-02-11 23:32:28 -07:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tinystr"
|
2025-05-12 00:03:54 -06:00
|
|
|
version = "0.8.1"
|
2025-02-11 23:32:28 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-05-12 00:03:54 -06:00
|
|
|
checksum = "5d4f6d1145dcb577acf783d4e601bc1d76a13337bb54e6233add580b07344c8b"
|
2025-02-11 23:32:28 -07:00
|
|
|
dependencies = [
|
|
|
|
"displaydoc",
|
|
|
|
"zerovec",
|
|
|
|
]
|
|
|
|
|
2025-02-15 22:11:08 -07:00
|
|
|
[[package]]
|
|
|
|
name = "toml"
|
2025-04-28 20:38:41 -06:00
|
|
|
version = "0.8.22"
|
2025-02-15 22:11:08 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-04-28 20:38:41 -06:00
|
|
|
checksum = "05ae329d1f08c4d17a59bed7ff5b5a769d062e64a62d34a3261b219e62cd5aae"
|
2025-02-15 22:11:08 -07:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
"serde_spanned",
|
|
|
|
"toml_datetime",
|
|
|
|
"toml_edit",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "toml_datetime"
|
2025-04-28 20:38:41 -06:00
|
|
|
version = "0.6.9"
|
2025-02-15 22:11:08 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-04-28 20:38:41 -06:00
|
|
|
checksum = "3da5db5a963e24bc68be8b17b6fa82814bb22ee8660f192bb182771d498f09a3"
|
2025-02-15 22:11:08 -07:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "toml_edit"
|
2025-04-28 20:38:41 -06:00
|
|
|
version = "0.22.26"
|
2025-02-15 22:11:08 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-04-28 20:38:41 -06:00
|
|
|
checksum = "310068873db2c5b3e7659d2cc35d21855dbafa50d1ce336397c666e3cb08137e"
|
2025-02-15 22:11:08 -07:00
|
|
|
dependencies = [
|
|
|
|
"indexmap",
|
|
|
|
"serde",
|
|
|
|
"serde_spanned",
|
|
|
|
"toml_datetime",
|
2025-04-28 20:38:41 -06:00
|
|
|
"toml_write",
|
2025-03-02 16:36:04 -07:00
|
|
|
"winnow",
|
2025-02-15 22:11:08 -07:00
|
|
|
]
|
|
|
|
|
2025-04-28 20:38:41 -06:00
|
|
|
[[package]]
|
|
|
|
name = "toml_write"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "bfb942dfe1d8e29a7ee7fcbde5bd2b9a25fb89aa70caea2eba3bee836ff41076"
|
|
|
|
|
2025-03-03 21:10:31 -07:00
|
|
|
[[package]]
|
|
|
|
name = "typenum"
|
|
|
|
version = "1.18.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1dccffe3ce07af9386bfd29e80c0ab1a8205a2fc34e4bcd40364df902cfa8f3f"
|
|
|
|
|
2025-02-11 23:32:28 -07:00
|
|
|
[[package]]
|
|
|
|
name = "unicode-ident"
|
2025-03-06 19:09:05 -07:00
|
|
|
version = "1.0.18"
|
2025-02-11 23:32:28 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-06 19:09:05 -07:00
|
|
|
checksum = "5a5f39404a5da50712a4c1eecf25e90dd62b613502b7e925fd4e4d19b5c96512"
|
2025-02-11 23:32:28 -07:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "url"
|
|
|
|
version = "2.5.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "32f8b686cadd1473f4bd0117a5d28d36b1ade384ea9b5069a1c40aefed7fda60"
|
|
|
|
dependencies = [
|
|
|
|
"form_urlencoded",
|
|
|
|
"idna",
|
|
|
|
"percent-encoding",
|
|
|
|
]
|
|
|
|
|
2025-03-15 16:21:24 -06:00
|
|
|
[[package]]
|
|
|
|
name = "username"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "92e425df6527f7bc1adc7eb3b829ecaec746fbbc0b05e42133ff84afef3b1a09"
|
|
|
|
dependencies = [
|
|
|
|
"advapi32-sys",
|
|
|
|
"winapi",
|
|
|
|
]
|
|
|
|
|
2025-03-02 15:47:21 -07:00
|
|
|
[[package]]
|
|
|
|
name = "users"
|
|
|
|
version = "0.11.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "24cc0f6d6f267b73e5a2cadf007ba8f9bc39c6a6f9666f8cf25ea809a153b032"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"log",
|
|
|
|
]
|
|
|
|
|
2025-02-11 23:32:28 -07:00
|
|
|
[[package]]
|
|
|
|
name = "utf8_iter"
|
|
|
|
version = "1.0.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
|
|
|
|
|
2025-02-15 22:11:08 -07:00
|
|
|
[[package]]
|
|
|
|
name = "utf8parse"
|
|
|
|
version = "0.2.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
|
|
|
|
|
2025-02-11 23:32:28 -07:00
|
|
|
[[package]]
|
2025-03-02 16:36:04 -07:00
|
|
|
name = "vcpkg"
|
|
|
|
version = "0.2.15"
|
2025-02-11 23:32:28 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-02 16:36:04 -07:00
|
|
|
checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
|
2025-02-11 23:32:28 -07:00
|
|
|
|
2025-03-03 21:10:31 -07:00
|
|
|
[[package]]
|
|
|
|
name = "version_check"
|
|
|
|
version = "0.9.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
|
|
|
|
|
2025-04-28 20:38:41 -06:00
|
|
|
[[package]]
|
|
|
|
name = "wasi"
|
|
|
|
version = "0.14.2+wasi-0.2.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9683f9a5a998d873c0d21fcbe3c083009670149a8fab228644b8bd36b2c48cb3"
|
|
|
|
dependencies = [
|
|
|
|
"wit-bindgen-rt",
|
|
|
|
]
|
|
|
|
|
2025-03-15 16:21:24 -06:00
|
|
|
[[package]]
|
|
|
|
name = "winapi"
|
|
|
|
version = "0.2.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "winapi-build"
|
|
|
|
version = "0.1.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc"
|
|
|
|
|
2025-02-11 23:32:28 -07:00
|
|
|
[[package]]
|
|
|
|
name = "windows-sys"
|
|
|
|
version = "0.59.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
|
|
|
|
dependencies = [
|
|
|
|
"windows-targets",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows-targets"
|
|
|
|
version = "0.52.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
|
|
|
|
dependencies = [
|
|
|
|
"windows_aarch64_gnullvm",
|
|
|
|
"windows_aarch64_msvc",
|
|
|
|
"windows_i686_gnu",
|
|
|
|
"windows_i686_gnullvm",
|
|
|
|
"windows_i686_msvc",
|
|
|
|
"windows_x86_64_gnu",
|
|
|
|
"windows_x86_64_gnullvm",
|
|
|
|
"windows_x86_64_msvc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_gnullvm"
|
|
|
|
version = "0.52.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_msvc"
|
|
|
|
version = "0.52.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_gnu"
|
|
|
|
version = "0.52.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_gnullvm"
|
|
|
|
version = "0.52.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_msvc"
|
|
|
|
version = "0.52.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnu"
|
|
|
|
version = "0.52.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnullvm"
|
|
|
|
version = "0.52.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_msvc"
|
|
|
|
version = "0.52.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
|
|
|
|
|
2025-02-15 22:11:08 -07:00
|
|
|
[[package]]
|
|
|
|
name = "winnow"
|
2025-05-12 00:03:54 -06:00
|
|
|
version = "0.7.10"
|
2025-02-15 22:11:08 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-05-12 00:03:54 -06:00
|
|
|
checksum = "c06928c8748d81b05c9be96aad92e1b6ff01833332f281e8cfca3be4b35fc9ec"
|
2025-02-15 22:11:08 -07:00
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
|
|
|
|
2025-04-28 20:38:41 -06:00
|
|
|
[[package]]
|
|
|
|
name = "wit-bindgen-rt"
|
|
|
|
version = "0.39.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6f42320e61fe2cfd34354ecb597f86f413484a798ba44a8ca1165c58d42da6c1"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
]
|
|
|
|
|
2025-02-11 23:32:28 -07:00
|
|
|
[[package]]
|
|
|
|
name = "writeable"
|
2025-05-12 00:03:54 -06:00
|
|
|
version = "0.6.1"
|
2025-02-11 23:32:28 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-05-12 00:03:54 -06:00
|
|
|
checksum = "ea2f10b9bb0928dfb1b42b65e1f9e36f7f54dbdf08457afefb38afcdec4fa2bb"
|
2025-02-11 23:32:28 -07:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "yoke"
|
2025-05-12 00:03:54 -06:00
|
|
|
version = "0.8.0"
|
2025-02-11 23:32:28 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-05-12 00:03:54 -06:00
|
|
|
checksum = "5f41bb01b8226ef4bfd589436a297c53d118f65921786300e427be8d487695cc"
|
2025-02-11 23:32:28 -07:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
"stable_deref_trait",
|
|
|
|
"yoke-derive",
|
|
|
|
"zerofrom",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "yoke-derive"
|
2025-05-12 00:03:54 -06:00
|
|
|
version = "0.8.0"
|
2025-02-11 23:32:28 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-05-12 00:03:54 -06:00
|
|
|
checksum = "38da3c9736e16c5d3c8c597a9aaa5d1fa565d0532ae05e27c24aa62fb32c0ab6"
|
2025-02-11 23:32:28 -07:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
"synstructure",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "zerofrom"
|
2025-03-02 16:36:04 -07:00
|
|
|
version = "0.1.6"
|
2025-02-11 23:32:28 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-02 16:36:04 -07:00
|
|
|
checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5"
|
2025-02-11 23:32:28 -07:00
|
|
|
dependencies = [
|
|
|
|
"zerofrom-derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "zerofrom-derive"
|
2025-03-02 16:36:04 -07:00
|
|
|
version = "0.1.6"
|
2025-02-11 23:32:28 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-03-02 16:36:04 -07:00
|
|
|
checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502"
|
2025-02-11 23:32:28 -07:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
"synstructure",
|
|
|
|
]
|
|
|
|
|
2025-05-12 00:03:54 -06:00
|
|
|
[[package]]
|
|
|
|
name = "zerotrie"
|
|
|
|
version = "0.2.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "36f0bbd478583f79edad978b407914f61b2972f5af6fa089686016be8f9af595"
|
|
|
|
dependencies = [
|
|
|
|
"displaydoc",
|
|
|
|
"yoke",
|
|
|
|
"zerofrom",
|
|
|
|
]
|
|
|
|
|
2025-02-11 23:32:28 -07:00
|
|
|
[[package]]
|
|
|
|
name = "zerovec"
|
2025-05-12 00:03:54 -06:00
|
|
|
version = "0.11.2"
|
2025-02-11 23:32:28 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-05-12 00:03:54 -06:00
|
|
|
checksum = "4a05eb080e015ba39cc9e23bbe5e7fb04d5fb040350f99f34e338d5fdd294428"
|
2025-02-11 23:32:28 -07:00
|
|
|
dependencies = [
|
|
|
|
"yoke",
|
|
|
|
"zerofrom",
|
|
|
|
"zerovec-derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "zerovec-derive"
|
2025-05-12 00:03:54 -06:00
|
|
|
version = "0.11.1"
|
2025-02-11 23:32:28 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-05-12 00:03:54 -06:00
|
|
|
checksum = "5b96237efa0c878c64bd89c436f661be4e46b2f3eff1ebb976f7ef2321d2f58f"
|
2025-02-11 23:32:28 -07:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|