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-04-28 20:38:41 -06:00
|
|
|
version = "1.2.20"
|
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 = "04da6a0d40b948dfc4fa8f5bbf402b0fc1a64a28dbf7d12ffd683550f2c1b63a"
|
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-04-28 20:38:41 -06:00
|
|
|
version = "4.5.37"
|
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 = "eccb054f56cbd38340b380d4a8e69ef1f02f1af43db2f0cc817a4774d80ae071"
|
2025-02-15 22:11:08 -07:00
|
|
|
dependencies = [
|
|
|
|
"clap_builder",
|
|
|
|
"clap_derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "clap_builder"
|
2025-04-28 20:38:41 -06:00
|
|
|
version = "4.5.37"
|
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 = "efd9466fac8543255d3b1fcad4762c5e116ffe808c8a3043d4263cd4fd4862a2"
|
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-04-28 20:38:41 -06:00
|
|
|
version = "3.4.6"
|
2025-03-04 23:30:17 -07:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-04-28 20:38:41 -06:00
|
|
|
checksum = "697b5419f348fd5ae2478e8018cb016c00a5881c7f46c717de98ffd135a5651c"
|
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"
|
|
|
|
version = "0.3.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "73fea8450eea4bac3940448fb7ae50d91f034f941199fcd9d909a5a07aa455f0"
|
|
|
|
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"
|
|
|
|
version = "0.15.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "bf151400ff0baff5465007dd2f3e717f3fe502074ca563069ce3a6629d07b289"
|
|
|
|
|
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"
|
|
|
|
version = "1.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "db2fa452206ebee18c4b5c2274dbf1de17008e874b4dc4f0aea9d01ca79e4526"
|
|
|
|
dependencies = [
|
|
|
|
"displaydoc",
|
|
|
|
"yoke",
|
|
|
|
"zerofrom",
|
|
|
|
"zerovec",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "icu_locid"
|
|
|
|
version = "1.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "13acbb8371917fc971be86fc8057c41a64b521c184808a698c02acc242dbf637"
|
|
|
|
dependencies = [
|
|
|
|
"displaydoc",
|
|
|
|
"litemap",
|
|
|
|
"tinystr",
|
|
|
|
"writeable",
|
|
|
|
"zerovec",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "icu_locid_transform"
|
|
|
|
version = "1.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "01d11ac35de8e40fdeda00d9e1e9d92525f3f9d887cdd7aa81d727596788b54e"
|
|
|
|
dependencies = [
|
|
|
|
"displaydoc",
|
|
|
|
"icu_locid",
|
|
|
|
"icu_locid_transform_data",
|
|
|
|
"icu_provider",
|
|
|
|
"tinystr",
|
|
|
|
"zerovec",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "icu_locid_transform_data"
|
2025-04-28 20:38:41 -06:00
|
|
|
version = "1.5.1"
|
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 = "7515e6d781098bf9f7205ab3fc7e9709d34554ae0b21ddbcb5febfa4bc7df11d"
|
2025-02-11 23:32:28 -07:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "icu_normalizer"
|
|
|
|
version = "1.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "19ce3e0da2ec68599d193c93d088142efd7f9c5d6fc9b803774855747dc6a84f"
|
|
|
|
dependencies = [
|
|
|
|
"displaydoc",
|
|
|
|
"icu_collections",
|
|
|
|
"icu_normalizer_data",
|
|
|
|
"icu_properties",
|
|
|
|
"icu_provider",
|
|
|
|
"smallvec",
|
|
|
|
"utf16_iter",
|
|
|
|
"utf8_iter",
|
|
|
|
"write16",
|
|
|
|
"zerovec",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "icu_normalizer_data"
|
2025-04-28 20:38:41 -06:00
|
|
|
version = "1.5.1"
|
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 = "c5e8338228bdc8ab83303f16b797e177953730f601a96c25d10cb3ab0daa0cb7"
|
2025-02-11 23:32:28 -07:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "icu_properties"
|
|
|
|
version = "1.5.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "93d6020766cfc6302c15dbbc9c8778c37e62c14427cb7f6e601d849e092aeef5"
|
|
|
|
dependencies = [
|
|
|
|
"displaydoc",
|
|
|
|
"icu_collections",
|
|
|
|
"icu_locid_transform",
|
|
|
|
"icu_properties_data",
|
|
|
|
"icu_provider",
|
|
|
|
"tinystr",
|
|
|
|
"zerovec",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "icu_properties_data"
|
2025-04-28 20:38:41 -06:00
|
|
|
version = "1.5.1"
|
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 = "85fb8799753b75aee8d2a21d7c14d9f38921b54b3dbda10f5a3c7a7b82dba5e2"
|
2025-02-11 23:32:28 -07:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "icu_provider"
|
|
|
|
version = "1.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6ed421c8a8ef78d3e2dbc98a973be2f3770cb42b606e3ab18d6237c4dfde68d9"
|
|
|
|
dependencies = [
|
|
|
|
"displaydoc",
|
|
|
|
"icu_locid",
|
|
|
|
"icu_provider_macros",
|
|
|
|
"stable_deref_trait",
|
|
|
|
"tinystr",
|
|
|
|
"writeable",
|
|
|
|
"yoke",
|
|
|
|
"zerofrom",
|
|
|
|
"zerovec",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "icu_provider_macros"
|
|
|
|
version = "1.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1ec89e9337638ecdc08744df490b221a7399bf8d164eb52a665454e60e075ad6"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[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"
|
|
|
|
version = "1.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "daca1df1c957320b2cf139ac61e7bd64fed304c5040df000a745aa1de3b4ef71"
|
|
|
|
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-03-02 16:36:04 -07:00
|
|
|
version = "0.7.5"
|
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 = "23fb14cb19457329c82206317a5663005a4d404783dc74f4252769b0d5f42856"
|
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"
|
|
|
|
version = "0.29.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46"
|
|
|
|
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-04-28 20:38:41 -06:00
|
|
|
version = "0.9.107"
|
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 = "8288979acd84749c744a9014b4382d42b8f7b2592847b5afb2ed29e5d16ede07"
|
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
|
|
|
|
|
|
|
[[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-03-23 21:41:31 -06:00
|
|
|
version = "0.6.1"
|
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"
|
|
|
|
version = "0.10.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8"
|
|
|
|
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"
|
|
|
|
version = "0.13.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tinystr"
|
|
|
|
version = "0.7.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9117f5d4db391c1cf6927e7bea3db74b9a1c1add8f7eda9ffd5364f40f57b82f"
|
|
|
|
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 = "utf16_iter"
|
|
|
|
version = "1.0.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c8232dd3cdaed5356e0f716d285e4b40b932ac434100fe9b7e0e8e935b9e6246"
|
|
|
|
|
|
|
|
[[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-04-28 20:38:41 -06:00
|
|
|
version = "0.7.7"
|
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 = "6cb8234a863ea0e8cd7284fcdd4f145233eb00fee02bbdd9861aec44e6477bc5"
|
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 = "write16"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d1890f4022759daae28ed4fe62859b1236caebfc61ede2f63ed4e695f3f6d936"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "writeable"
|
|
|
|
version = "0.5.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1e9df38ee2d2c3c5948ea468a8406ff0db0b29ae1ffde1bcf20ef305bcc95c51"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "yoke"
|
|
|
|
version = "0.7.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "120e6aef9aa629e3d4f52dc8cc43a015c7724194c97dfaf45180d2daf2b77f40"
|
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
"stable_deref_trait",
|
|
|
|
"yoke-derive",
|
|
|
|
"zerofrom",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "yoke-derive"
|
|
|
|
version = "0.7.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2380878cad4ac9aac1e2435f3eb4020e8374b5f13c296cb75b4620ff8e229154"
|
|
|
|
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",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "zerovec"
|
|
|
|
version = "0.10.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "aa2b893d79df23bfb12d5461018d408ea19dfafe76c2c7ef6d4eba614f8ff079"
|
|
|
|
dependencies = [
|
|
|
|
"yoke",
|
|
|
|
"zerofrom",
|
|
|
|
"zerovec-derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "zerovec-derive"
|
|
|
|
version = "0.10.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6eafa6dfb17584ea3e2bd6e76e0cc15ad7af12b09abdd1ca55961bed9b1063c6"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn",
|
|
|
|
]
|