2024-01-31 05:20:40 +00:00
|
|
|
# This file is automatically @generated by Cargo.
|
|
|
|
# It is not intended for manual editing.
|
2025-01-29 17:03:14 +00:00
|
|
|
version = 4
|
2024-01-31 05:20:40 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "anstream"
|
2025-01-29 17:03:14 +00:00
|
|
|
version = "0.6.18"
|
2024-01-31 05:20:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-29 17:03:14 +00:00
|
|
|
checksum = "8acc5369981196006228e28809f761875c0327210a891e941f4c683b3a99529b"
|
2024-01-31 05:20:40 +00:00
|
|
|
dependencies = [
|
|
|
|
"anstyle",
|
|
|
|
"anstyle-parse",
|
|
|
|
"anstyle-query",
|
|
|
|
"anstyle-wincon",
|
|
|
|
"colorchoice",
|
2024-10-01 19:26:27 +00:00
|
|
|
"is_terminal_polyfill",
|
2024-01-31 05:20:40 +00:00
|
|
|
"utf8parse",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "anstyle"
|
2025-01-29 17:03:14 +00:00
|
|
|
version = "1.0.10"
|
2024-01-31 05:20:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-29 17:03:14 +00:00
|
|
|
checksum = "55cc3b69f167a1ef2e161439aa98aed94e6028e5f9a59be9a6ffb47aef1651f9"
|
2024-01-31 05:20:40 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "anstyle-parse"
|
2025-01-29 17:03:14 +00:00
|
|
|
version = "0.2.6"
|
2024-01-31 05:20:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-29 17:03:14 +00:00
|
|
|
checksum = "3b2d16507662817a6a20a9ea92df6652ee4f94f914589377d69f3b21bc5798a9"
|
2024-01-31 05:20:40 +00:00
|
|
|
dependencies = [
|
|
|
|
"utf8parse",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "anstyle-query"
|
2025-01-29 17:03:14 +00:00
|
|
|
version = "1.1.2"
|
2024-01-31 05:20:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-29 17:03:14 +00:00
|
|
|
checksum = "79947af37f4177cfead1110013d678905c37501914fba0efea834c3fe9a8d60c"
|
2024-01-31 05:20:40 +00:00
|
|
|
dependencies = [
|
2025-01-29 17:03:14 +00:00
|
|
|
"windows-sys 0.59.0",
|
2024-01-31 05:20:40 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "anstyle-wincon"
|
2025-01-29 17:03:14 +00:00
|
|
|
version = "3.0.7"
|
2024-01-31 05:20:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-29 17:03:14 +00:00
|
|
|
checksum = "ca3534e77181a9cc07539ad51f2141fe32f6c3ffd4df76db8ad92346b003ae4e"
|
2024-01-31 05:20:40 +00:00
|
|
|
dependencies = [
|
|
|
|
"anstyle",
|
2025-01-29 17:03:14 +00:00
|
|
|
"once_cell",
|
|
|
|
"windows-sys 0.59.0",
|
2024-01-31 05:20:40 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ascii"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d92bec98840b8f03a5ff5413de5293bfcd8bf96467cf5452609f939ec6f5de16"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "autocfg"
|
2024-10-01 19:26:27 +00:00
|
|
|
version = "1.4.0"
|
2024-01-31 05:20:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-01 19:26:27 +00:00
|
|
|
checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26"
|
2024-01-31 05:20:40 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bincode"
|
|
|
|
version = "1.3.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
|
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bitfield-struct"
|
2024-10-01 19:26:27 +00:00
|
|
|
version = "0.6.2"
|
2024-01-31 05:20:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-01 19:26:27 +00:00
|
|
|
checksum = "adc0846593a56638b74e136a45610f9934c052e14761bebca6b092d5522599e3"
|
2024-01-31 05:20:40 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2025-01-29 17:03:14 +00:00
|
|
|
"syn 2.0.96",
|
2024-01-31 05:20:40 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
|
|
|
version = "1.3.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
2025-01-29 17:03:14 +00:00
|
|
|
version = "2.8.0"
|
2024-01-31 05:20:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-29 17:03:14 +00:00
|
|
|
checksum = "8f68f53c83ab957f72c32642f3868eec03eb974d1fb82e453128456482613d36"
|
2024-01-31 05:20:40 +00: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-01-29 17:03:14 +00:00
|
|
|
[[package]]
|
|
|
|
name = "bumpalo"
|
|
|
|
version = "3.17.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1628fb46dfa0b37568d12e5edd512553eccf6a22a78e8bde00bb4aed84d5bdbf"
|
|
|
|
|
2024-01-31 05:20:40 +00:00
|
|
|
[[package]]
|
|
|
|
name = "byteorder"
|
|
|
|
version = "1.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cbindgen"
|
2025-01-29 17:03:14 +00:00
|
|
|
version = "0.28.0"
|
2024-01-31 05:20:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-29 17:03:14 +00:00
|
|
|
checksum = "eadd868a2ce9ca38de7eeafdcec9c7065ef89b42b32f0839278d55f35c54d1ff"
|
2024-01-31 05:20:40 +00:00
|
|
|
dependencies = [
|
2024-10-01 19:26:27 +00:00
|
|
|
"clap",
|
|
|
|
"heck 0.4.1",
|
|
|
|
"indexmap",
|
2024-01-31 05:20:40 +00:00
|
|
|
"log",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"serde",
|
|
|
|
"serde_json",
|
2025-01-29 17:03:14 +00:00
|
|
|
"syn 2.0.96",
|
2024-01-31 05:20:40 +00:00
|
|
|
"tempfile",
|
|
|
|
"toml",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cfg-if"
|
|
|
|
version = "1.0.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "chunked_transfer"
|
|
|
|
version = "1.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "6e4de3bc4ea267985becf712dc6d9eed8b04c953b3fcfb339ebc87acd9804901"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "clap"
|
2025-01-29 17:03:14 +00:00
|
|
|
version = "4.5.27"
|
2024-01-31 05:20:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-29 17:03:14 +00:00
|
|
|
checksum = "769b0145982b4b48713e01ec42d61614425f27b7058bda7180a3a41f30104796"
|
2024-01-31 05:20:40 +00:00
|
|
|
dependencies = [
|
|
|
|
"clap_builder",
|
|
|
|
"clap_derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "clap_builder"
|
2025-01-29 17:03:14 +00:00
|
|
|
version = "4.5.27"
|
2024-01-31 05:20:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-29 17:03:14 +00:00
|
|
|
checksum = "1b26884eb4b57140e4d2d93652abfa49498b938b3c9179f9fc487b0acc3edad7"
|
2024-01-31 05:20:40 +00:00
|
|
|
dependencies = [
|
|
|
|
"anstream",
|
|
|
|
"anstyle",
|
2024-10-01 19:26:27 +00:00
|
|
|
"clap_lex",
|
2024-01-31 05:20:40 +00:00
|
|
|
"strsim",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "clap_derive"
|
2025-01-29 17:03:14 +00:00
|
|
|
version = "4.5.24"
|
2024-01-31 05:20:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-29 17:03:14 +00:00
|
|
|
checksum = "54b755194d6389280185988721fffba69495eed5ee9feeee9a599b53db80318c"
|
2024-01-31 05:20:40 +00:00
|
|
|
dependencies = [
|
2024-10-01 19:26:27 +00:00
|
|
|
"heck 0.5.0",
|
2024-01-31 05:20:40 +00:00
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2025-01-29 17:03:14 +00:00
|
|
|
"syn 2.0.96",
|
2024-01-31 05:20:40 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "clap_lex"
|
2025-01-29 17:03:14 +00:00
|
|
|
version = "0.7.4"
|
2024-01-31 05:20:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-29 17:03:14 +00:00
|
|
|
checksum = "f46ad14479a25103f283c0f10005961cf086d8dc42205bb44c46ac563475dca6"
|
2024-01-31 05:20:40 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "colorchoice"
|
2025-01-29 17:03:14 +00:00
|
|
|
version = "1.0.3"
|
2024-01-31 05:20:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-29 17:03:14 +00:00
|
|
|
checksum = "5b63caa9aa9397e2d9480a9b13673856c78d8ac123288526c37d7839f2a86990"
|
2024-01-31 05:20:40 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "console"
|
2025-01-29 17:03:14 +00:00
|
|
|
version = "0.15.10"
|
2024-01-31 05:20:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-29 17:03:14 +00:00
|
|
|
checksum = "ea3c6ecd8059b57859df5c69830340ed3c41d30e3da0c1cbed90a96ac853041b"
|
2024-01-31 05:20:40 +00:00
|
|
|
dependencies = [
|
|
|
|
"encode_unicode",
|
|
|
|
"libc",
|
2025-01-29 17:03:14 +00:00
|
|
|
"once_cell",
|
2024-01-31 05:20:40 +00:00
|
|
|
"unicode-width",
|
2025-01-29 17:03:14 +00:00
|
|
|
"windows-sys 0.59.0",
|
2024-01-31 05:20:40 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cpufeatures"
|
2025-01-29 17:03:14 +00:00
|
|
|
version = "0.2.17"
|
2024-01-31 05:20:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-29 17:03:14 +00:00
|
|
|
checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280"
|
2024-01-31 05:20:40 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
2025-01-29 17:03:14 +00:00
|
|
|
[[package]]
|
|
|
|
name = "create-ethernet-map"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"clap",
|
|
|
|
"luwen-core",
|
|
|
|
"luwen-if",
|
|
|
|
"luwen-ref",
|
|
|
|
"prometheus",
|
|
|
|
"prometheus_exporter",
|
|
|
|
]
|
|
|
|
|
2024-01-31 05:20:40 +00:00
|
|
|
[[package]]
|
|
|
|
name = "crypto-common"
|
|
|
|
version = "0.1.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
|
|
|
|
dependencies = [
|
|
|
|
"generic-array",
|
|
|
|
"typenum",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "deranged"
|
|
|
|
version = "0.3.11"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "b42b6fa04a440b495c8b04d0e71b707c585f83cb9cb28cf8cd0d976c315e31b4"
|
|
|
|
dependencies = [
|
|
|
|
"powerfmt",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "digest"
|
|
|
|
version = "0.10.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
|
|
|
|
dependencies = [
|
|
|
|
"block-buffer",
|
|
|
|
"crypto-common",
|
|
|
|
]
|
|
|
|
|
2024-10-01 19:26:27 +00:00
|
|
|
[[package]]
|
|
|
|
name = "dirs"
|
|
|
|
version = "5.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225"
|
|
|
|
dependencies = [
|
|
|
|
"dirs-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "dirs-sys"
|
|
|
|
version = "0.4.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"option-ext",
|
|
|
|
"redox_users",
|
|
|
|
"windows-sys 0.48.0",
|
|
|
|
]
|
|
|
|
|
2025-01-29 17:03:14 +00:00
|
|
|
[[package]]
|
|
|
|
name = "displaydoc"
|
|
|
|
version = "0.2.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn 2.0.96",
|
|
|
|
]
|
|
|
|
|
2024-01-31 05:20:40 +00:00
|
|
|
[[package]]
|
|
|
|
name = "drunken-monkey"
|
2024-10-01 19:26:27 +00:00
|
|
|
version = "0.1.1"
|
2024-01-31 05:20:40 +00:00
|
|
|
dependencies = [
|
2024-10-01 19:26:27 +00:00
|
|
|
"clap",
|
2024-01-31 05:20:40 +00:00
|
|
|
"luwen-if",
|
|
|
|
"luwen-ref",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "encode_unicode"
|
2025-01-29 17:03:14 +00:00
|
|
|
version = "1.0.0"
|
2024-01-31 05:20:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-29 17:03:14 +00:00
|
|
|
checksum = "34aa73646ffb006b8f5147f3dc182bd4bcb190227ce861fc4a4844bf8e3cb2c0"
|
2024-01-31 05:20:40 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "equivalent"
|
|
|
|
version = "1.0.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "errno"
|
2025-01-29 17:03:14 +00:00
|
|
|
version = "0.3.10"
|
2024-01-31 05:20:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-29 17:03:14 +00:00
|
|
|
checksum = "33d852cb9b869c2a9b3df2f71a3074817f01e1844f839a144f5fcef059a4eb5d"
|
2024-01-31 05:20:40 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
2025-01-29 17:03:14 +00:00
|
|
|
"windows-sys 0.59.0",
|
2024-01-31 05:20:40 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "fastrand"
|
2025-01-29 17:03:14 +00:00
|
|
|
version = "2.3.0"
|
2024-01-31 05:20:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-29 17:03:14 +00:00
|
|
|
checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
|
2024-01-31 05:20:40 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "fnv"
|
|
|
|
version = "1.0.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "form_urlencoded"
|
|
|
|
version = "1.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
|
|
|
|
dependencies = [
|
|
|
|
"percent-encoding",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "generic-array"
|
|
|
|
version = "0.14.7"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
|
|
|
|
dependencies = [
|
|
|
|
"typenum",
|
|
|
|
"version_check",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "getrandom"
|
2024-10-01 19:26:27 +00:00
|
|
|
version = "0.2.15"
|
2024-01-31 05:20:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-01 19:26:27 +00:00
|
|
|
checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
|
2024-01-31 05:20:40 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"libc",
|
2025-01-29 17:03:14 +00:00
|
|
|
"wasi 0.11.0+wasi-snapshot-preview1",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "getrandom"
|
|
|
|
version = "0.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "43a49c392881ce6d5c3b8cb70f98717b7c07aabbdff06687b9030dbfbe2725f8"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"libc",
|
|
|
|
"wasi 0.13.3+wasi-0.2.2",
|
|
|
|
"windows-targets 0.52.6",
|
2024-01-31 05:20:40 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hashbrown"
|
2025-01-29 17:03:14 +00:00
|
|
|
version = "0.15.2"
|
2024-01-31 05:20:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-29 17:03:14 +00:00
|
|
|
checksum = "bf151400ff0baff5465007dd2f3e717f3fe502074ca563069ce3a6629d07b289"
|
2024-01-31 05:20:40 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "heck"
|
|
|
|
version = "0.4.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
|
|
|
|
|
|
|
|
[[package]]
|
2024-10-01 19:26:27 +00:00
|
|
|
name = "heck"
|
|
|
|
version = "0.5.0"
|
2024-01-31 05:20:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-01 19:26:27 +00:00
|
|
|
checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
|
2024-01-31 05:20:40 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hex"
|
|
|
|
version = "0.4.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
|
|
|
|
|
2025-01-29 17:03:14 +00: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"
|
|
|
|
version = "1.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "fdc8ff3388f852bede6b579ad4e978ab004f139284d7b28715f773507b946f6e"
|
|
|
|
|
|
|
|
[[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"
|
|
|
|
version = "1.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f8cafbf7aa791e9b22bec55a167906f9e1215fd475cd22adfcf660e03e989516"
|
|
|
|
|
|
|
|
[[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"
|
|
|
|
version = "1.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "67a8effbc3dd3e4ba1afa8ad918d5684b8868b3b26500753effea8d2eed19569"
|
|
|
|
|
|
|
|
[[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 2.0.96",
|
|
|
|
]
|
|
|
|
|
2024-01-31 05:20:40 +00:00
|
|
|
[[package]]
|
|
|
|
name = "idna"
|
2025-01-29 17:03:14 +00:00
|
|
|
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"
|
2024-01-31 05:20:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-29 17:03:14 +00:00
|
|
|
checksum = "daca1df1c957320b2cf139ac61e7bd64fed304c5040df000a745aa1de3b4ef71"
|
2024-01-31 05:20:40 +00:00
|
|
|
dependencies = [
|
2025-01-29 17:03:14 +00:00
|
|
|
"icu_normalizer",
|
|
|
|
"icu_properties",
|
2024-01-31 05:20:40 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "indexmap"
|
2025-01-29 17:03:14 +00:00
|
|
|
version = "2.7.1"
|
2024-01-31 05:20:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-29 17:03:14 +00:00
|
|
|
checksum = "8c9c992b02b5b4c94ea26e32fe5bccb7aa7d9f390ab5c1221ff895bc7ea8b652"
|
2024-01-31 05:20:40 +00:00
|
|
|
dependencies = [
|
|
|
|
"equivalent",
|
2024-10-01 19:26:27 +00:00
|
|
|
"hashbrown",
|
2024-01-31 05:20:40 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "indicatif"
|
2025-01-29 17:03:14 +00:00
|
|
|
version = "0.17.11"
|
2024-01-31 05:20:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-29 17:03:14 +00:00
|
|
|
checksum = "183b3088984b400f4cfac3620d5e076c84da5364016b4f49473de574b2586235"
|
2024-01-31 05:20:40 +00:00
|
|
|
dependencies = [
|
|
|
|
"console",
|
|
|
|
"number_prefix",
|
|
|
|
"portable-atomic",
|
|
|
|
"unicode-width",
|
2025-01-29 17:03:14 +00:00
|
|
|
"web-time",
|
2024-01-31 05:20:40 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "indoc"
|
|
|
|
version = "1.0.9"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "bfa799dd5ed20a7e349f3b4639aa80d74549c81716d9ec4f994c9b5815598306"
|
|
|
|
|
|
|
|
[[package]]
|
2025-01-29 17:03:14 +00:00
|
|
|
name = "inventory"
|
|
|
|
version = "0.3.17"
|
2024-01-31 05:20:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-29 17:03:14 +00:00
|
|
|
checksum = "3b31349d02fe60f80bbbab1a9402364cad7460626d6030494b08ac4a2075bf81"
|
2024-01-31 05:20:40 +00:00
|
|
|
dependencies = [
|
2025-01-29 17:03:14 +00:00
|
|
|
"rustversion",
|
2024-01-31 05:20:40 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-10-01 19:26:27 +00:00
|
|
|
name = "is_terminal_polyfill"
|
|
|
|
version = "1.70.1"
|
2024-01-31 05:20:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-01 19:26:27 +00:00
|
|
|
checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
|
2024-01-31 05:20:40 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "itoa"
|
2025-01-29 17:03:14 +00:00
|
|
|
version = "1.0.14"
|
2024-01-31 05:20:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-29 17:03:14 +00:00
|
|
|
checksum = "d75a2a4b1b190afb6f5425f10f6a8f959d2ea0b9c2b1d79553551850539e4674"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "js-sys"
|
|
|
|
version = "0.3.77"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1cfaf33c695fc6e08064efbc1f72ec937429614f25eef83af942d0e227c3a28f"
|
|
|
|
dependencies = [
|
|
|
|
"once_cell",
|
|
|
|
"wasm-bindgen",
|
|
|
|
]
|
2024-01-31 05:20:40 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "lazy_static"
|
2024-10-01 19:26:27 +00:00
|
|
|
version = "1.5.0"
|
2024-01-31 05:20:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-01 19:26:27 +00:00
|
|
|
checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
|
2024-01-31 05:20:40 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "libc"
|
2025-01-29 17:03:14 +00:00
|
|
|
version = "0.2.169"
|
2024-01-31 05:20:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-29 17:03:14 +00:00
|
|
|
checksum = "b5aba8db14291edd000dfcc4d620c7ebfb122c613afb886ca8803fa4e128a20a"
|
2024-01-31 05:20:40 +00:00
|
|
|
|
|
|
|
[[package]]
|
2024-10-01 19:26:27 +00:00
|
|
|
name = "libredox"
|
|
|
|
version = "0.1.3"
|
2024-01-31 05:20:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-01 19:26:27 +00:00
|
|
|
checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d"
|
|
|
|
dependencies = [
|
2025-01-29 17:03:14 +00:00
|
|
|
"bitflags 2.8.0",
|
2024-10-01 19:26:27 +00:00
|
|
|
"libc",
|
|
|
|
]
|
2024-01-31 05:20:40 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "linux-raw-sys"
|
2025-01-29 17:03:14 +00:00
|
|
|
version = "0.4.15"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "litemap"
|
|
|
|
version = "0.7.4"
|
2024-01-31 05:20:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-29 17:03:14 +00:00
|
|
|
checksum = "4ee93343901ab17bd981295f2cf0026d4ad018c7c31ba84549a4ddbb47a45104"
|
2024-01-31 05:20:40 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "lock_api"
|
2024-10-01 19:26:27 +00:00
|
|
|
version = "0.4.12"
|
2024-01-31 05:20:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-01 19:26:27 +00:00
|
|
|
checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17"
|
2024-01-31 05:20:40 +00:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
"scopeguard",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "log"
|
2025-01-29 17:03:14 +00:00
|
|
|
version = "0.4.25"
|
2024-01-31 05:20:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-29 17:03:14 +00:00
|
|
|
checksum = "04cbf5b083de1c7e0222a7a51dbfdba1cbe1c6ab0b15e29fff3f6c077fd9cd9f"
|
2024-01-31 05:20:40 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "luwen"
|
2025-01-29 17:03:14 +00:00
|
|
|
version = "0.4.8"
|
2024-01-31 05:20:40 +00:00
|
|
|
dependencies = [
|
|
|
|
"bincode",
|
2024-10-01 19:26:27 +00:00
|
|
|
"clap",
|
2024-01-31 05:20:40 +00:00
|
|
|
"luwen-core",
|
|
|
|
"luwen-if",
|
|
|
|
"luwen-ref",
|
|
|
|
"nom",
|
|
|
|
"rand",
|
|
|
|
"serde",
|
2024-10-01 19:26:27 +00:00
|
|
|
"serde_json",
|
2024-01-31 05:20:40 +00:00
|
|
|
"serde_yaml",
|
2024-10-01 19:26:27 +00:00
|
|
|
"ttkmd-if",
|
2024-01-31 05:20:40 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "luwen-core"
|
2024-10-01 19:26:27 +00:00
|
|
|
version = "0.2.0"
|
2024-01-31 05:20:40 +00:00
|
|
|
dependencies = [
|
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "luwen-if"
|
2024-10-01 19:26:27 +00:00
|
|
|
version = "0.5.3"
|
2024-01-31 05:20:40 +00:00
|
|
|
dependencies = [
|
|
|
|
"bincode",
|
|
|
|
"luwen-core",
|
2024-10-01 19:26:27 +00:00
|
|
|
"num-derive",
|
|
|
|
"num-traits",
|
|
|
|
"once_cell",
|
2024-01-31 05:20:40 +00:00
|
|
|
"rust-embed",
|
|
|
|
"serde",
|
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "luwen-ref"
|
2024-10-01 19:26:27 +00:00
|
|
|
version = "0.4.1"
|
2024-01-31 05:20:40 +00:00
|
|
|
dependencies = [
|
|
|
|
"indicatif",
|
2024-10-01 19:26:27 +00:00
|
|
|
"luwen-core",
|
2024-01-31 05:20:40 +00:00
|
|
|
"luwen-if",
|
|
|
|
"thiserror",
|
|
|
|
"tracing",
|
2024-10-01 19:26:27 +00:00
|
|
|
"ttkmd-if",
|
2024-01-31 05:20:40 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "luwencpp"
|
2024-10-01 19:26:27 +00:00
|
|
|
version = "0.2.1"
|
2024-01-31 05:20:40 +00:00
|
|
|
dependencies = [
|
|
|
|
"cbindgen",
|
|
|
|
"luwen-core",
|
|
|
|
"luwen-if",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "memchr"
|
2024-10-01 19:26:27 +00:00
|
|
|
version = "2.7.4"
|
2024-01-31 05:20:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-01 19:26:27 +00:00
|
|
|
checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
|
2024-01-31 05:20:40 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "memmap2"
|
|
|
|
version = "0.7.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f49388d20533534cd19360ad3d6a7dadc885944aa802ba3995040c5ec11288c6"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "memoffset"
|
|
|
|
version = "0.7.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5de893c32cde5f383baa4c04c5d6dbdd735cfd4a794b0debdb2bb1b421da5ff4"
|
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "memoffset"
|
2024-10-01 19:26:27 +00:00
|
|
|
version = "0.9.1"
|
2024-01-31 05:20:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-01 19:26:27 +00:00
|
|
|
checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
|
2024-01-31 05:20:40 +00:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "minimal-lexical"
|
|
|
|
version = "0.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "nix"
|
|
|
|
version = "0.26.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "598beaf3cc6fdd9a5dfb1630c2800c7acd31df7aaf0f565796fba2b53ca1af1b"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags 1.3.2",
|
|
|
|
"cfg-if",
|
|
|
|
"libc",
|
|
|
|
"memoffset 0.7.1",
|
|
|
|
"pin-utils",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "nom"
|
|
|
|
version = "7.1.3"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
|
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
"minimal-lexical",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num-conv"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
|
|
|
|
|
2024-10-01 19:26:27 +00:00
|
|
|
[[package]]
|
|
|
|
name = "num-derive"
|
|
|
|
version = "0.4.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2025-01-29 17:03:14 +00:00
|
|
|
"syn 2.0.96",
|
2024-10-01 19:26:27 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num-traits"
|
|
|
|
version = "0.2.19"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
|
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
|
|
|
]
|
|
|
|
|
2024-01-31 05:20:40 +00:00
|
|
|
[[package]]
|
|
|
|
name = "number_prefix"
|
|
|
|
version = "0.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "830b246a0e5f20af87141b25c173cd1b609bd7779a4617d6ec582abaf90870f3"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "once_cell"
|
2025-01-29 17:03:14 +00:00
|
|
|
version = "1.20.2"
|
2024-01-31 05:20:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-29 17:03:14 +00:00
|
|
|
checksum = "1261fe7e33c73b354eab43b1273a57c8f967d0391e80353e51f764ac02cf6775"
|
2024-01-31 05:20:40 +00:00
|
|
|
|
|
|
|
[[package]]
|
2024-10-01 19:26:27 +00:00
|
|
|
name = "option-ext"
|
|
|
|
version = "0.2.0"
|
2024-01-31 05:20:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-01 19:26:27 +00:00
|
|
|
checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
|
2024-01-31 05:20:40 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "parking_lot"
|
2024-10-01 19:26:27 +00:00
|
|
|
version = "0.12.3"
|
2024-01-31 05:20:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-01 19:26:27 +00:00
|
|
|
checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27"
|
2024-01-31 05:20:40 +00:00
|
|
|
dependencies = [
|
|
|
|
"lock_api",
|
|
|
|
"parking_lot_core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "parking_lot_core"
|
2024-10-01 19:26:27 +00:00
|
|
|
version = "0.9.10"
|
2024-01-31 05:20:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-01 19:26:27 +00:00
|
|
|
checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8"
|
2024-01-31 05:20:40 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"libc",
|
|
|
|
"redox_syscall",
|
|
|
|
"smallvec",
|
2024-10-01 19:26:27 +00:00
|
|
|
"windows-targets 0.52.6",
|
2024-01-31 05:20:40 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "percent-encoding"
|
|
|
|
version = "2.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pin-project-lite"
|
2025-01-29 17:03:14 +00:00
|
|
|
version = "0.2.16"
|
2024-01-31 05:20:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-29 17:03:14 +00:00
|
|
|
checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
|
2024-01-31 05:20:40 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pin-utils"
|
|
|
|
version = "0.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "portable-atomic"
|
2025-01-29 17:03:14 +00:00
|
|
|
version = "1.10.0"
|
2024-01-31 05:20:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-29 17:03:14 +00:00
|
|
|
checksum = "280dc24453071f1b63954171985a0b0d30058d287960968b9b2aca264c8d4ee6"
|
2024-01-31 05:20:40 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "powerfmt"
|
|
|
|
version = "0.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ppv-lite86"
|
2024-10-01 19:26:27 +00:00
|
|
|
version = "0.2.20"
|
2024-01-31 05:20:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-01 19:26:27 +00:00
|
|
|
checksum = "77957b295656769bb8ad2b6a6b09d897d94f05c41b069aede1fcdaa675eaea04"
|
|
|
|
dependencies = [
|
|
|
|
"zerocopy",
|
|
|
|
]
|
2024-01-31 05:20:40 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "proc-macro2"
|
2025-01-29 17:03:14 +00:00
|
|
|
version = "1.0.93"
|
2024-01-31 05:20:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-29 17:03:14 +00:00
|
|
|
checksum = "60946a68e5f9d28b0dc1c21bb8a97ee7d018a8b322fa57838ba31cc878e22d99"
|
2024-01-31 05:20:40 +00:00
|
|
|
dependencies = [
|
|
|
|
"unicode-ident",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "procfs"
|
2024-10-01 19:26:27 +00:00
|
|
|
version = "0.16.0"
|
2024-01-31 05:20:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-01 19:26:27 +00:00
|
|
|
checksum = "731e0d9356b0c25f16f33b5be79b1c57b562f141ebfcdb0ad8ac2c13a24293b4"
|
2024-01-31 05:20:40 +00:00
|
|
|
dependencies = [
|
2025-01-29 17:03:14 +00:00
|
|
|
"bitflags 2.8.0",
|
2024-01-31 05:20:40 +00:00
|
|
|
"hex",
|
|
|
|
"lazy_static",
|
2024-10-01 19:26:27 +00:00
|
|
|
"procfs-core",
|
|
|
|
"rustix",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "procfs-core"
|
|
|
|
version = "0.16.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2d3554923a69f4ce04c4a754260c338f505ce22642d3830e049a399fc2059a29"
|
|
|
|
dependencies = [
|
2025-01-29 17:03:14 +00:00
|
|
|
"bitflags 2.8.0",
|
2024-10-01 19:26:27 +00:00
|
|
|
"hex",
|
2024-01-31 05:20:40 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "prometheus"
|
2024-10-01 19:26:27 +00:00
|
|
|
version = "0.13.4"
|
2024-01-31 05:20:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-01 19:26:27 +00:00
|
|
|
checksum = "3d33c28a30771f7f96db69893f78b857f7450d7e0237e9c8fc6427a81bae7ed1"
|
2024-01-31 05:20:40 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"fnv",
|
|
|
|
"lazy_static",
|
|
|
|
"libc",
|
|
|
|
"memchr",
|
|
|
|
"parking_lot",
|
|
|
|
"procfs",
|
|
|
|
"protobuf",
|
|
|
|
"thiserror",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "prometheus-exporter"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
2024-10-01 19:26:27 +00:00
|
|
|
"clap",
|
2024-01-31 05:20:40 +00:00
|
|
|
"luwen-core",
|
|
|
|
"luwen-if",
|
|
|
|
"luwen-ref",
|
|
|
|
"prometheus",
|
|
|
|
"prometheus_exporter",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "prometheus_exporter"
|
|
|
|
version = "0.8.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "caf17cbebe0bfdf4f279ef84eeefe0d50468b0b7116f078acf41d456e48fe81a"
|
|
|
|
dependencies = [
|
|
|
|
"ascii",
|
|
|
|
"lazy_static",
|
|
|
|
"log",
|
|
|
|
"prometheus",
|
|
|
|
"thiserror",
|
|
|
|
"tiny_http",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "protobuf"
|
|
|
|
version = "2.28.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "106dd99e98437432fed6519dedecfade6a06a73bb7b2a1e019fdd2bee5778d94"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pyluwen"
|
2025-01-29 17:03:14 +00:00
|
|
|
version = "0.6.1"
|
2024-01-31 05:20:40 +00:00
|
|
|
dependencies = [
|
|
|
|
"luwen-core",
|
|
|
|
"luwen-if",
|
|
|
|
"luwen-ref",
|
|
|
|
"pyo3",
|
2024-10-01 19:26:27 +00:00
|
|
|
"ttkmd-if",
|
2024-01-31 05:20:40 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pyo3"
|
|
|
|
version = "0.19.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e681a6cfdc4adcc93b4d3cf993749a4552018ee0a9b65fc0ccfad74352c72a38"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"indoc",
|
|
|
|
"inventory",
|
|
|
|
"libc",
|
2024-10-01 19:26:27 +00:00
|
|
|
"memoffset 0.9.1",
|
2024-01-31 05:20:40 +00:00
|
|
|
"parking_lot",
|
|
|
|
"pyo3-build-config",
|
|
|
|
"pyo3-ffi",
|
|
|
|
"pyo3-macros",
|
|
|
|
"unindent",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pyo3-build-config"
|
|
|
|
version = "0.19.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "076c73d0bc438f7a4ef6fdd0c3bb4732149136abd952b110ac93e4edb13a6ba5"
|
|
|
|
dependencies = [
|
|
|
|
"once_cell",
|
|
|
|
"target-lexicon",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pyo3-ffi"
|
|
|
|
version = "0.19.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e53cee42e77ebe256066ba8aa77eff722b3bb91f3419177cf4cd0f304d3284d9"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"pyo3-build-config",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pyo3-macros"
|
|
|
|
version = "0.19.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "dfeb4c99597e136528c6dd7d5e3de5434d1ceaf487436a3f03b2d56b6fc9efd1"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"pyo3-macros-backend",
|
|
|
|
"quote",
|
|
|
|
"syn 1.0.109",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "pyo3-macros-backend"
|
|
|
|
version = "0.19.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "947dc12175c254889edc0c02e399476c2f652b4b9ebd123aa655c224de259536"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn 1.0.109",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "quote"
|
2025-01-29 17:03:14 +00:00
|
|
|
version = "1.0.38"
|
2024-01-31 05:20:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-29 17:03:14 +00:00
|
|
|
checksum = "0e4dccaaaf89514f546c693ddc140f729f958c247918a13380cccc6078391acc"
|
2024-01-31 05:20:40 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand"
|
|
|
|
version = "0.8.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
|
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"rand_chacha",
|
|
|
|
"rand_core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_chacha"
|
|
|
|
version = "0.3.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
|
|
|
|
dependencies = [
|
|
|
|
"ppv-lite86",
|
|
|
|
"rand_core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_core"
|
|
|
|
version = "0.6.4"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
|
|
|
|
dependencies = [
|
2025-01-29 17:03:14 +00:00
|
|
|
"getrandom 0.2.15",
|
2024-01-31 05:20:40 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "redox_syscall"
|
2025-01-29 17:03:14 +00:00
|
|
|
version = "0.5.8"
|
2024-01-31 05:20:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-29 17:03:14 +00:00
|
|
|
checksum = "03a862b389f93e68874fbf580b9de08dd02facb9a788ebadaf4a3fd33cf58834"
|
2024-01-31 05:20:40 +00:00
|
|
|
dependencies = [
|
2025-01-29 17:03:14 +00:00
|
|
|
"bitflags 2.8.0",
|
2024-10-01 19:26:27 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "redox_users"
|
|
|
|
version = "0.4.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43"
|
|
|
|
dependencies = [
|
2025-01-29 17:03:14 +00:00
|
|
|
"getrandom 0.2.15",
|
2024-10-01 19:26:27 +00:00
|
|
|
"libredox",
|
|
|
|
"thiserror",
|
2024-01-31 05:20:40 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rust-embed"
|
2024-10-01 19:26:27 +00:00
|
|
|
version = "8.5.0"
|
2024-01-31 05:20:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-01 19:26:27 +00:00
|
|
|
checksum = "fa66af4a4fdd5e7ebc276f115e895611a34739a9c1c01028383d612d550953c0"
|
2024-01-31 05:20:40 +00:00
|
|
|
dependencies = [
|
|
|
|
"rust-embed-impl",
|
|
|
|
"rust-embed-utils",
|
|
|
|
"walkdir",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rust-embed-impl"
|
2024-10-01 19:26:27 +00:00
|
|
|
version = "8.5.0"
|
2024-01-31 05:20:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-01 19:26:27 +00:00
|
|
|
checksum = "6125dbc8867951125eec87294137f4e9c2c96566e61bf72c45095a7c77761478"
|
2024-01-31 05:20:40 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"rust-embed-utils",
|
2024-10-01 19:26:27 +00:00
|
|
|
"shellexpand",
|
2025-01-29 17:03:14 +00:00
|
|
|
"syn 2.0.96",
|
2024-01-31 05:20:40 +00:00
|
|
|
"walkdir",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rust-embed-utils"
|
2024-10-01 19:26:27 +00:00
|
|
|
version = "8.5.0"
|
2024-01-31 05:20:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-01 19:26:27 +00:00
|
|
|
checksum = "2e5347777e9aacb56039b0e1f28785929a8a3b709e87482e7442c72e7c12529d"
|
2024-01-31 05:20:40 +00:00
|
|
|
dependencies = [
|
|
|
|
"sha2",
|
|
|
|
"walkdir",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rustix"
|
2025-01-29 17:03:14 +00:00
|
|
|
version = "0.38.44"
|
2024-01-31 05:20:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-29 17:03:14 +00:00
|
|
|
checksum = "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154"
|
2024-01-31 05:20:40 +00:00
|
|
|
dependencies = [
|
2025-01-29 17:03:14 +00:00
|
|
|
"bitflags 2.8.0",
|
2024-01-31 05:20:40 +00:00
|
|
|
"errno",
|
|
|
|
"libc",
|
2024-10-01 19:26:27 +00:00
|
|
|
"linux-raw-sys",
|
2025-01-29 17:03:14 +00:00
|
|
|
"windows-sys 0.59.0",
|
2024-01-31 05:20:40 +00:00
|
|
|
]
|
|
|
|
|
2025-01-29 17:03:14 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rustversion"
|
|
|
|
version = "1.0.19"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "f7c45b9784283f1b2e7fb61b42047c2fd678ef0960d4f6f1eba131594cc369d4"
|
|
|
|
|
2024-01-31 05:20:40 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ryu"
|
2025-01-29 17:03:14 +00:00
|
|
|
version = "1.0.19"
|
2024-01-31 05:20:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-29 17:03:14 +00:00
|
|
|
checksum = "6ea1a2d0a644769cc99faa24c3ad26b379b786fe7c36fd3c546254801650e6dd"
|
2024-01-31 05:20:40 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "same-file"
|
|
|
|
version = "1.0.6"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
|
|
|
|
dependencies = [
|
|
|
|
"winapi-util",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "scopeguard"
|
|
|
|
version = "1.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde"
|
2025-01-29 17:03:14 +00:00
|
|
|
version = "1.0.217"
|
2024-01-31 05:20:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-29 17:03:14 +00:00
|
|
|
checksum = "02fc4265df13d6fa1d00ecff087228cc0a2b5f3c0e87e258d8b94a156e984c70"
|
2024-01-31 05:20:40 +00:00
|
|
|
dependencies = [
|
|
|
|
"serde_derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_derive"
|
2025-01-29 17:03:14 +00:00
|
|
|
version = "1.0.217"
|
2024-01-31 05:20:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-29 17:03:14 +00:00
|
|
|
checksum = "5a9bf7cf98d04a2b28aead066b7496853d4779c9cc183c440dbac457641e19a0"
|
2024-01-31 05:20:40 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2025-01-29 17:03:14 +00:00
|
|
|
"syn 2.0.96",
|
2024-01-31 05:20:40 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "serde_json"
|
2025-01-29 17:03:14 +00:00
|
|
|
version = "1.0.138"
|
2024-01-31 05:20:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-29 17:03:14 +00:00
|
|
|
checksum = "d434192e7da787e94a6ea7e9670b26a036d0ca41e0b7efb2676dd32bae872949"
|
2024-01-31 05:20:40 +00:00
|
|
|
dependencies = [
|
|
|
|
"itoa",
|
2024-10-01 19:26:27 +00:00
|
|
|
"memchr",
|
2024-01-31 05:20:40 +00:00
|
|
|
"ryu",
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2024-10-01 19:26:27 +00:00
|
|
|
[[package]]
|
|
|
|
name = "serde_spanned"
|
|
|
|
version = "0.6.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "87607cb1398ed59d48732e575a4c28a7a8ebf2454b964fe3f224f2afc07909e1"
|
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2024-01-31 05:20:40 +00:00
|
|
|
[[package]]
|
|
|
|
name = "serde_yaml"
|
2024-10-01 19:26:27 +00:00
|
|
|
version = "0.9.34+deprecated"
|
2024-01-31 05:20:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-01 19:26:27 +00:00
|
|
|
checksum = "6a8b1a1a2ebf674015cc02edccce75287f1a0130d394307b36743c2f5d504b47"
|
2024-01-31 05:20:40 +00:00
|
|
|
dependencies = [
|
2024-10-01 19:26:27 +00:00
|
|
|
"indexmap",
|
2024-01-31 05:20:40 +00:00
|
|
|
"itoa",
|
|
|
|
"ryu",
|
|
|
|
"serde",
|
|
|
|
"unsafe-libyaml",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "sha2"
|
|
|
|
version = "0.10.8"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"cpufeatures",
|
|
|
|
"digest",
|
|
|
|
]
|
|
|
|
|
2024-10-01 19:26:27 +00:00
|
|
|
[[package]]
|
|
|
|
name = "shellexpand"
|
|
|
|
version = "3.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "da03fa3b94cc19e3ebfc88c4229c49d8f08cdbd1228870a45f0ffdf84988e14b"
|
|
|
|
dependencies = [
|
|
|
|
"dirs",
|
|
|
|
]
|
|
|
|
|
2024-01-31 05:20:40 +00:00
|
|
|
[[package]]
|
|
|
|
name = "smallvec"
|
2024-10-01 19:26:27 +00:00
|
|
|
version = "1.13.2"
|
2024-01-31 05:20:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-01 19:26:27 +00:00
|
|
|
checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67"
|
2024-01-31 05:20:40 +00:00
|
|
|
|
2025-01-29 17:03:14 +00:00
|
|
|
[[package]]
|
|
|
|
name = "stable_deref_trait"
|
|
|
|
version = "1.2.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
|
|
|
|
|
2024-01-31 05:20:40 +00:00
|
|
|
[[package]]
|
|
|
|
name = "strsim"
|
2024-10-01 19:26:27 +00:00
|
|
|
version = "0.11.1"
|
2024-01-31 05:20:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-01 19:26:27 +00:00
|
|
|
checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
|
2024-01-31 05:20:40 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
|
|
|
version = "1.0.109"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"unicode-ident",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "syn"
|
2025-01-29 17:03:14 +00:00
|
|
|
version = "2.0.96"
|
2024-01-31 05:20:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-29 17:03:14 +00:00
|
|
|
checksum = "d5d0adab1ae378d7f53bdebc67a39f1f151407ef230f0ce2883572f5d8985c80"
|
2024-01-31 05:20:40 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"unicode-ident",
|
|
|
|
]
|
|
|
|
|
2025-01-29 17:03:14 +00:00
|
|
|
[[package]]
|
|
|
|
name = "synstructure"
|
|
|
|
version = "0.13.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn 2.0.96",
|
|
|
|
]
|
|
|
|
|
2024-01-31 05:20:40 +00:00
|
|
|
[[package]]
|
|
|
|
name = "target-lexicon"
|
2024-10-01 19:26:27 +00:00
|
|
|
version = "0.12.16"
|
2024-01-31 05:20:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-01 19:26:27 +00:00
|
|
|
checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
|
2024-01-31 05:20:40 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tempfile"
|
2025-01-29 17:03:14 +00:00
|
|
|
version = "3.16.0"
|
2024-01-31 05:20:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-29 17:03:14 +00:00
|
|
|
checksum = "38c246215d7d24f48ae091a2902398798e05d978b24315d6efbc00ede9a8bb91"
|
2024-01-31 05:20:40 +00:00
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"fastrand",
|
2025-01-29 17:03:14 +00:00
|
|
|
"getrandom 0.3.1",
|
2024-10-01 19:26:27 +00:00
|
|
|
"once_cell",
|
|
|
|
"rustix",
|
|
|
|
"windows-sys 0.59.0",
|
2024-01-31 05:20:40 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "thiserror"
|
2025-01-29 17:03:14 +00:00
|
|
|
version = "1.0.69"
|
2024-01-31 05:20:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-29 17:03:14 +00:00
|
|
|
checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
|
2024-01-31 05:20:40 +00:00
|
|
|
dependencies = [
|
|
|
|
"thiserror-impl",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "thiserror-impl"
|
2025-01-29 17:03:14 +00:00
|
|
|
version = "1.0.69"
|
2024-01-31 05:20:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-29 17:03:14 +00:00
|
|
|
checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
|
2024-01-31 05:20:40 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2025-01-29 17:03:14 +00:00
|
|
|
"syn 2.0.96",
|
2024-01-31 05:20:40 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "time"
|
2025-01-29 17:03:14 +00:00
|
|
|
version = "0.3.37"
|
2024-01-31 05:20:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-29 17:03:14 +00:00
|
|
|
checksum = "35e7868883861bd0e56d9ac6efcaaca0d6d5d82a2a7ec8209ff492c07cf37b21"
|
2024-01-31 05:20:40 +00:00
|
|
|
dependencies = [
|
|
|
|
"deranged",
|
|
|
|
"itoa",
|
|
|
|
"num-conv",
|
|
|
|
"powerfmt",
|
|
|
|
"serde",
|
|
|
|
"time-core",
|
|
|
|
"time-macros",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "time-core"
|
|
|
|
version = "0.1.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "time-macros"
|
2025-01-29 17:03:14 +00:00
|
|
|
version = "0.2.19"
|
2024-01-31 05:20:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-29 17:03:14 +00:00
|
|
|
checksum = "2834e6017e3e5e4b9834939793b282bc03b37a3336245fa820e35e233e2a85de"
|
2024-01-31 05:20:40 +00:00
|
|
|
dependencies = [
|
|
|
|
"num-conv",
|
|
|
|
"time-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tiny_http"
|
|
|
|
version = "0.10.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "c5f8734c6d6943ad6df6b588d228a87b4af184998bcffa268ceddf05c2055a8c"
|
|
|
|
dependencies = [
|
|
|
|
"ascii",
|
|
|
|
"chunked_transfer",
|
|
|
|
"log",
|
|
|
|
"time",
|
|
|
|
"url",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2025-01-29 17:03:14 +00:00
|
|
|
name = "tinystr"
|
|
|
|
version = "0.7.6"
|
2024-01-31 05:20:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-29 17:03:14 +00:00
|
|
|
checksum = "9117f5d4db391c1cf6927e7bea3db74b9a1c1add8f7eda9ffd5364f40f57b82f"
|
2024-01-31 05:20:40 +00:00
|
|
|
dependencies = [
|
2025-01-29 17:03:14 +00:00
|
|
|
"displaydoc",
|
|
|
|
"zerovec",
|
2024-01-31 05:20:40 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "toml"
|
2024-10-01 19:26:27 +00:00
|
|
|
version = "0.8.19"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a1ed1f98e3fdc28d6d910e6737ae6ab1a93bf1985935a1193e68f93eeb68d24e"
|
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
"serde_spanned",
|
|
|
|
"toml_datetime",
|
|
|
|
"toml_edit",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "toml_datetime"
|
|
|
|
version = "0.6.8"
|
2024-01-31 05:20:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-01 19:26:27 +00:00
|
|
|
checksum = "0dd7358ecb8fc2f8d014bf86f6f638ce72ba252a2c3a2572f2a795f1d23efb41"
|
2024-01-31 05:20:40 +00:00
|
|
|
dependencies = [
|
|
|
|
"serde",
|
|
|
|
]
|
|
|
|
|
2024-10-01 19:26:27 +00:00
|
|
|
[[package]]
|
|
|
|
name = "toml_edit"
|
|
|
|
version = "0.22.22"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4ae48d6208a266e853d946088ed816055e556cc6028c5e8e2b84d9fa5dd7c7f5"
|
|
|
|
dependencies = [
|
|
|
|
"indexmap",
|
|
|
|
"serde",
|
|
|
|
"serde_spanned",
|
|
|
|
"toml_datetime",
|
|
|
|
"winnow",
|
|
|
|
]
|
|
|
|
|
2024-01-31 05:20:40 +00:00
|
|
|
[[package]]
|
|
|
|
name = "tracing"
|
2025-01-29 17:03:14 +00:00
|
|
|
version = "0.1.41"
|
2024-01-31 05:20:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-29 17:03:14 +00:00
|
|
|
checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0"
|
2024-01-31 05:20:40 +00:00
|
|
|
dependencies = [
|
|
|
|
"pin-project-lite",
|
|
|
|
"tracing-attributes",
|
|
|
|
"tracing-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing-attributes"
|
2025-01-29 17:03:14 +00:00
|
|
|
version = "0.1.28"
|
2024-01-31 05:20:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-29 17:03:14 +00:00
|
|
|
checksum = "395ae124c09f9e6918a2310af6038fba074bcf474ac352496d5910dd59a2226d"
|
2024-01-31 05:20:40 +00:00
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2025-01-29 17:03:14 +00:00
|
|
|
"syn 2.0.96",
|
2024-01-31 05:20:40 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "tracing-core"
|
2025-01-29 17:03:14 +00:00
|
|
|
version = "0.1.33"
|
2024-01-31 05:20:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-29 17:03:14 +00:00
|
|
|
checksum = "e672c95779cf947c5311f83787af4fa8fffd12fb27e4993211a84bdfd9610f9c"
|
2024-01-31 05:20:40 +00:00
|
|
|
dependencies = [
|
|
|
|
"once_cell",
|
|
|
|
]
|
|
|
|
|
2024-10-01 19:26:27 +00:00
|
|
|
[[package]]
|
|
|
|
name = "ttkmd-if"
|
|
|
|
version = "0.2.0"
|
|
|
|
dependencies = [
|
|
|
|
"bitfield-struct",
|
|
|
|
"luwen-core",
|
|
|
|
"memmap2",
|
|
|
|
"nix",
|
|
|
|
"thiserror",
|
|
|
|
"tracing",
|
|
|
|
]
|
|
|
|
|
2024-01-31 05:20:40 +00:00
|
|
|
[[package]]
|
|
|
|
name = "typenum"
|
|
|
|
version = "1.17.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-ident"
|
2025-01-29 17:03:14 +00:00
|
|
|
version = "1.0.16"
|
2024-01-31 05:20:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-29 17:03:14 +00:00
|
|
|
checksum = "a210d160f08b701c8721ba1c726c11662f877ea6b7094007e1ca9a1041945034"
|
2024-01-31 05:20:40 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unicode-width"
|
2025-01-29 17:03:14 +00:00
|
|
|
version = "0.2.0"
|
2024-01-31 05:20:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-29 17:03:14 +00:00
|
|
|
checksum = "1fc81956842c57dac11422a97c3b8195a1ff727f06e85c84ed2e8aa277c9a0fd"
|
2024-01-31 05:20:40 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unindent"
|
|
|
|
version = "0.1.11"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e1766d682d402817b5ac4490b3c3002d91dfa0d22812f341609f97b08757359c"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "unsafe-libyaml"
|
2024-10-01 19:26:27 +00:00
|
|
|
version = "0.2.11"
|
2024-01-31 05:20:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-01 19:26:27 +00:00
|
|
|
checksum = "673aac59facbab8a9007c7f6108d11f63b603f7cabff99fabf650fea5c32b861"
|
2024-01-31 05:20:40 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "url"
|
2025-01-29 17:03:14 +00:00
|
|
|
version = "2.5.4"
|
2024-01-31 05:20:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-29 17:03:14 +00:00
|
|
|
checksum = "32f8b686cadd1473f4bd0117a5d28d36b1ade384ea9b5069a1c40aefed7fda60"
|
2024-01-31 05:20:40 +00:00
|
|
|
dependencies = [
|
|
|
|
"form_urlencoded",
|
|
|
|
"idna",
|
|
|
|
"percent-encoding",
|
|
|
|
]
|
|
|
|
|
2025-01-29 17:03:14 +00: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"
|
|
|
|
|
2024-01-31 05:20:40 +00:00
|
|
|
[[package]]
|
|
|
|
name = "utf8parse"
|
2024-10-01 19:26:27 +00:00
|
|
|
version = "0.2.2"
|
2024-01-31 05:20:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-01 19:26:27 +00:00
|
|
|
checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
|
2024-01-31 05:20:40 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "version_check"
|
2024-10-01 19:26:27 +00:00
|
|
|
version = "0.9.5"
|
2024-01-31 05:20:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-01 19:26:27 +00:00
|
|
|
checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
|
2024-01-31 05:20:40 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "walkdir"
|
2024-10-01 19:26:27 +00:00
|
|
|
version = "2.5.0"
|
2024-01-31 05:20:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-01 19:26:27 +00:00
|
|
|
checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
|
2024-01-31 05:20:40 +00:00
|
|
|
dependencies = [
|
|
|
|
"same-file",
|
|
|
|
"winapi-util",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasi"
|
|
|
|
version = "0.11.0+wasi-snapshot-preview1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
|
|
|
|
|
2025-01-29 17:03:14 +00:00
|
|
|
[[package]]
|
|
|
|
name = "wasi"
|
|
|
|
version = "0.13.3+wasi-0.2.2"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "26816d2e1a4a36a2940b96c5296ce403917633dff8f3440e9b236ed6f6bacad2"
|
|
|
|
dependencies = [
|
|
|
|
"wit-bindgen-rt",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen"
|
|
|
|
version = "0.2.100"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1edc8929d7499fc4e8f0be2262a241556cfc54a0bea223790e71446f2aab1ef5"
|
|
|
|
dependencies = [
|
|
|
|
"cfg-if",
|
|
|
|
"once_cell",
|
|
|
|
"wasm-bindgen-macro",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-backend"
|
|
|
|
version = "0.2.100"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2f0a0651a5c2bc21487bde11ee802ccaf4c51935d0d3d42a6101f98161700bc6"
|
|
|
|
dependencies = [
|
|
|
|
"bumpalo",
|
|
|
|
"log",
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn 2.0.96",
|
|
|
|
"wasm-bindgen-shared",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-macro"
|
|
|
|
version = "0.2.100"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "7fe63fc6d09ed3792bd0897b314f53de8e16568c2b3f7982f468c0bf9bd0b407"
|
|
|
|
dependencies = [
|
|
|
|
"quote",
|
|
|
|
"wasm-bindgen-macro-support",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-macro-support"
|
|
|
|
version = "0.2.100"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8ae87ea40c9f689fc23f209965b6fb8a99ad69aeeb0231408be24920604395de"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn 2.0.96",
|
|
|
|
"wasm-bindgen-backend",
|
|
|
|
"wasm-bindgen-shared",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "wasm-bindgen-shared"
|
|
|
|
version = "0.2.100"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1a05d73b933a847d6cccdda8f838a22ff101ad9bf93e33684f39c1f5f0eece3d"
|
|
|
|
dependencies = [
|
|
|
|
"unicode-ident",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "web-time"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
|
|
|
|
dependencies = [
|
|
|
|
"js-sys",
|
|
|
|
"wasm-bindgen",
|
|
|
|
]
|
|
|
|
|
2024-01-31 05:20:40 +00:00
|
|
|
[[package]]
|
|
|
|
name = "winapi-util"
|
2024-10-01 19:26:27 +00:00
|
|
|
version = "0.1.9"
|
2024-01-31 05:20:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-01 19:26:27 +00:00
|
|
|
checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb"
|
2024-01-31 05:20:40 +00:00
|
|
|
dependencies = [
|
2024-10-01 19:26:27 +00:00
|
|
|
"windows-sys 0.59.0",
|
2024-01-31 05:20:40 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows-sys"
|
|
|
|
version = "0.48.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
|
|
|
|
dependencies = [
|
|
|
|
"windows-targets 0.48.5",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2024-10-01 19:26:27 +00:00
|
|
|
name = "windows-sys"
|
|
|
|
version = "0.59.0"
|
2024-01-31 05:20:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-01 19:26:27 +00:00
|
|
|
checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
|
2024-01-31 05:20:40 +00:00
|
|
|
dependencies = [
|
2024-10-01 19:26:27 +00:00
|
|
|
"windows-targets 0.52.6",
|
2024-01-31 05:20:40 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows-targets"
|
|
|
|
version = "0.48.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
|
|
|
|
dependencies = [
|
|
|
|
"windows_aarch64_gnullvm 0.48.5",
|
|
|
|
"windows_aarch64_msvc 0.48.5",
|
|
|
|
"windows_i686_gnu 0.48.5",
|
|
|
|
"windows_i686_msvc 0.48.5",
|
|
|
|
"windows_x86_64_gnu 0.48.5",
|
|
|
|
"windows_x86_64_gnullvm 0.48.5",
|
|
|
|
"windows_x86_64_msvc 0.48.5",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows-targets"
|
2024-10-01 19:26:27 +00:00
|
|
|
version = "0.52.6"
|
2024-01-31 05:20:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-01 19:26:27 +00:00
|
|
|
checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
|
2024-01-31 05:20:40 +00:00
|
|
|
dependencies = [
|
2024-10-01 19:26:27 +00:00
|
|
|
"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",
|
2024-01-31 05:20:40 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_gnullvm"
|
|
|
|
version = "0.48.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_gnullvm"
|
2024-10-01 19:26:27 +00:00
|
|
|
version = "0.52.6"
|
2024-01-31 05:20:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-01 19:26:27 +00:00
|
|
|
checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
|
2024-01-31 05:20:40 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_msvc"
|
|
|
|
version = "0.48.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_aarch64_msvc"
|
2024-10-01 19:26:27 +00:00
|
|
|
version = "0.52.6"
|
2024-01-31 05:20:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-01 19:26:27 +00:00
|
|
|
checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
|
2024-01-31 05:20:40 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_gnu"
|
|
|
|
version = "0.48.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_gnu"
|
2024-10-01 19:26:27 +00:00
|
|
|
version = "0.52.6"
|
2024-01-31 05:20:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-01 19:26:27 +00:00
|
|
|
checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
|
2024-01-31 05:20:40 +00:00
|
|
|
|
|
|
|
[[package]]
|
2024-10-01 19:26:27 +00:00
|
|
|
name = "windows_i686_gnullvm"
|
|
|
|
version = "0.52.6"
|
2024-01-31 05:20:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-01 19:26:27 +00:00
|
|
|
checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
|
2024-01-31 05:20:40 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_msvc"
|
|
|
|
version = "0.48.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_i686_msvc"
|
2024-10-01 19:26:27 +00:00
|
|
|
version = "0.52.6"
|
2024-01-31 05:20:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-01 19:26:27 +00:00
|
|
|
checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
|
2024-01-31 05:20:40 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnu"
|
|
|
|
version = "0.48.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnu"
|
2024-10-01 19:26:27 +00:00
|
|
|
version = "0.52.6"
|
2024-01-31 05:20:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-01 19:26:27 +00:00
|
|
|
checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
|
2024-01-31 05:20:40 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnullvm"
|
|
|
|
version = "0.48.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_gnullvm"
|
2024-10-01 19:26:27 +00:00
|
|
|
version = "0.52.6"
|
2024-01-31 05:20:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-01 19:26:27 +00:00
|
|
|
checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
|
2024-01-31 05:20:40 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_msvc"
|
2024-10-01 19:26:27 +00:00
|
|
|
version = "0.48.5"
|
2024-01-31 05:20:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-01 19:26:27 +00:00
|
|
|
checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
|
2024-01-31 05:20:40 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "windows_x86_64_msvc"
|
2024-10-01 19:26:27 +00:00
|
|
|
version = "0.52.6"
|
2024-01-31 05:20:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2024-10-01 19:26:27 +00:00
|
|
|
checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
|
2024-01-31 05:20:40 +00:00
|
|
|
|
|
|
|
[[package]]
|
2024-10-01 19:26:27 +00:00
|
|
|
name = "winnow"
|
2025-01-29 17:03:14 +00:00
|
|
|
version = "0.6.25"
|
2024-01-31 05:20:40 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2025-01-29 17:03:14 +00:00
|
|
|
checksum = "ad699df48212c6cc6eb4435f35500ac6fd3b9913324f938aea302022ce19d310"
|
2024-10-01 19:26:27 +00:00
|
|
|
dependencies = [
|
|
|
|
"memchr",
|
|
|
|
]
|
|
|
|
|
2025-01-29 17:03:14 +00:00
|
|
|
[[package]]
|
|
|
|
name = "wit-bindgen-rt"
|
|
|
|
version = "0.33.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "3268f3d866458b787f390cf61f4bbb563b922d091359f9608842999eaee3943c"
|
|
|
|
dependencies = [
|
|
|
|
"bitflags 2.8.0",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[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 2.0.96",
|
|
|
|
"synstructure",
|
|
|
|
]
|
|
|
|
|
2024-10-01 19:26:27 +00:00
|
|
|
[[package]]
|
|
|
|
name = "zerocopy"
|
|
|
|
version = "0.7.35"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0"
|
|
|
|
dependencies = [
|
|
|
|
"byteorder",
|
|
|
|
"zerocopy-derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "zerocopy-derive"
|
|
|
|
version = "0.7.35"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
2025-01-29 17:03:14 +00:00
|
|
|
"syn 2.0.96",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "zerofrom"
|
|
|
|
version = "0.1.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "cff3ee08c995dee1859d998dea82f7374f2826091dd9cd47def953cae446cd2e"
|
|
|
|
dependencies = [
|
|
|
|
"zerofrom-derive",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "zerofrom-derive"
|
|
|
|
version = "0.1.5"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "595eed982f7d355beb85837f651fa22e90b3c044842dc7f2c2842c086f295808"
|
|
|
|
dependencies = [
|
|
|
|
"proc-macro2",
|
|
|
|
"quote",
|
|
|
|
"syn 2.0.96",
|
|
|
|
"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 2.0.96",
|
2024-10-01 19:26:27 +00:00
|
|
|
]
|