Files
sed/Cargo.lock
T

2226 lines
56 KiB
TOML
Raw Normal View History

2025-02-01 18:07:27 +01:00
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4
2025-02-01 18:07:27 +01:00
[[package]]
name = "aho-corasick"
version = "1.1.4"
2025-02-01 18:07:27 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ddd31a130427c27518df266943a5308ed92d4b226cc639f5a8f1002816174301"
2025-02-01 18:07:27 +01:00
dependencies = [
"memchr",
]
[[package]]
name = "android_system_properties"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
dependencies = [
"libc",
]
[[package]]
name = "anstream"
version = "1.0.0"
2025-02-01 18:07:27 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "824a212faf96e9acacdbd09febd34438f8f711fb84e09a8916013cd7815ca28d"
2025-02-01 18:07:27 +01:00
dependencies = [
"anstyle",
"anstyle-parse",
"anstyle-query",
"anstyle-wincon",
"colorchoice",
2025-03-20 20:40:40 +02:00
"is_terminal_polyfill",
2025-02-01 18:07:27 +01:00
"utf8parse",
]
[[package]]
name = "anstyle"
version = "1.0.13"
2025-02-01 18:07:27 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5192cca8006f1fd4f7237516f40fa183bb07f8fbdfedaa0036de5ea9b0b45e78"
2025-02-01 18:07:27 +01:00
[[package]]
name = "anstyle-parse"
version = "1.0.0"
2025-02-01 18:07:27 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "52ce7f38b242319f7cabaa6813055467063ecdc9d355bbb4ce0c68908cd8130e"
2025-02-01 18:07:27 +01:00
dependencies = [
"utf8parse",
]
[[package]]
name = "anstyle-query"
version = "1.1.5"
2025-02-01 18:07:27 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "40c48f72fd53cd289104fc64099abca73db4166ad86ea0b4341abe65af83dadc"
2025-02-01 18:07:27 +01:00
dependencies = [
"windows-sys 0.60.2",
2025-02-01 18:07:27 +01:00
]
[[package]]
name = "anstyle-wincon"
version = "3.0.11"
2025-02-01 18:07:27 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "291e6a250ff86cd4a820112fb8898808a366d8f9f58ce16d1f538353ad55747d"
2025-02-01 18:07:27 +01:00
dependencies = [
"anstyle",
"once_cell_polyfill",
"windows-sys 0.60.2",
2025-02-01 18:07:27 +01:00
]
2025-12-14 19:17:47 +01:00
[[package]]
name = "anyhow"
version = "1.0.100"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a23eb6b1614318a8071c9b2521f36b424b2c83db5eb3a0fead4a6c0809af6e61"
[[package]]
name = "approx"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cab112f0a86d568ea0e627cc1d6be74a1e9cd55214684db5561995f6dad897c6"
dependencies = [
"num-traits",
]
2025-05-30 18:21:30 +03:00
[[package]]
name = "assert_fs"
version = "1.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a652f6cb1f516886fcfee5e7a5c078b9ade62cfcb889524efe5a64d682dd27a9"
dependencies = [
"anstyle",
"doc-comment",
"globwalk",
"predicates",
"predicates-core",
"predicates-tree",
"tempfile",
]
2025-02-01 18:07:27 +01:00
[[package]]
name = "autocfg"
version = "1.5.0"
2025-02-01 18:07:27 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8"
2025-02-01 18:07:27 +01:00
2025-05-19 10:22:46 +03:00
[[package]]
name = "bit-set"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "08807e080ed7f9d5433fa9b275196cfc35414f66a0c79d864dc51a0d825231a3"
dependencies = [
"bit-vec",
]
[[package]]
name = "bit-vec"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5e764a1d40d510daf35e07be9eb06e75770908c27d411ee6c92109c9840eaaf7"
2025-02-01 18:07:27 +01:00
[[package]]
name = "bitflags"
version = "2.10.0"
2025-02-01 18:07:27 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "812e12b5285cc515a9c72a5c1d3b6d46a19dac5acfef5265968c166106e31dd3"
2025-02-01 18:07:27 +01:00
2025-12-30 10:56:32 +02:00
[[package]]
name = "block-buffer"
2026-03-25 17:28:47 +00:00
version = "0.12.0"
2025-12-30 10:56:32 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2026-03-25 17:28:47 +00:00
checksum = "cdd35008169921d80bc60d3d0ab416eecb028c4cd653352907921d95084790be"
2025-12-30 10:56:32 +02:00
dependencies = [
2026-03-25 17:28:47 +00:00
"hybrid-array",
2025-12-30 10:56:32 +02:00
]
2025-05-30 18:21:30 +03:00
[[package]]
name = "bstr"
version = "1.12.1"
2025-05-30 18:21:30 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "63044e1ae8e69f3b5a92c736ca6269b8d12fa7efe39bf34ddb06d102cf0e2cab"
2025-05-30 18:21:30 +03:00
dependencies = [
"memchr",
"serde",
]
2025-02-01 18:07:27 +01:00
[[package]]
name = "bumpalo"
version = "3.19.0"
2025-02-01 18:07:27 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "46c5e41b57b8bba42a04676d81cb89e9ee8e859a1a66f80a5a72e1cb76b34d43"
2025-02-01 18:07:27 +01:00
[[package]]
name = "cc"
version = "1.2.49"
2025-02-01 18:07:27 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "90583009037521a116abf44494efecd645ba48b6622457080f080b85544e2215"
2025-03-20 20:40:40 +02:00
dependencies = [
"find-msvc-tools",
2025-03-20 20:40:40 +02:00
"shlex",
]
2025-02-01 18:07:27 +01:00
[[package]]
name = "cfg-if"
version = "1.0.4"
2025-02-01 18:07:27 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
2025-02-01 18:07:27 +01:00
[[package]]
name = "cfg_aliases"
version = "0.2.1"
2025-02-01 18:07:27 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
2025-02-01 18:07:27 +01:00
2026-02-09 16:07:25 +01:00
[[package]]
name = "chacha20"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6f8d983286843e49675a4b7a2d174efe136dc93a18d69130dd18198a6c167601"
dependencies = [
"cfg-if",
2026-03-25 17:28:47 +00:00
"cpufeatures",
"rand_core",
2026-02-09 16:07:25 +01:00
]
2025-02-01 18:07:27 +01:00
[[package]]
name = "chrono"
version = "0.4.44"
2025-02-01 18:07:27 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c673075a2e0e5f4a1dde27ce9dee1ea4558c7ffe648f576438a20ca1d2acc4b0"
2025-02-01 18:07:27 +01:00
dependencies = [
"iana-time-zone",
"num-traits",
2026-02-02 08:24:34 +01:00
"windows-link",
2025-02-01 18:07:27 +01:00
]
[[package]]
name = "clap"
version = "4.6.0"
2025-02-01 18:07:27 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b193af5b67834b676abd72466a96c1024e6a6ad978a1f484bd90b85c94041351"
2025-02-01 18:07:27 +01:00
dependencies = [
"clap_builder",
]
[[package]]
name = "clap_builder"
version = "4.6.0"
2025-02-01 18:07:27 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "714a53001bf66416adb0e2ef5ac857140e7dc3a0c48fb28b2f10762fc4b5069f"
2025-02-01 18:07:27 +01:00
dependencies = [
"anstream",
"anstyle",
"clap_lex",
"strsim",
"terminal_size",
2025-02-01 18:07:27 +01:00
]
[[package]]
name = "clap_complete"
version = "4.6.1"
2025-02-01 18:07:27 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "406e68b4de5c59cfb8f750a7cbd4d31ae153788b8352167c1e5f4fc26e8c91e9"
2025-02-01 18:07:27 +01:00
dependencies = [
"clap",
]
[[package]]
name = "clap_lex"
version = "1.0.0"
2025-02-01 18:07:27 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3a822ea5bc7590f9d40f1ba12c0dc3c2760f3482c6984db1573ad11031420831"
2025-02-01 18:07:27 +01:00
[[package]]
name = "clap_mangen"
version = "0.3.0"
2025-02-01 18:07:27 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d82842b45bf9f6a3be090dd860095ac30728042c08e0d6261ca7259b5d850f07"
2025-02-01 18:07:27 +01:00
dependencies = [
"clap",
"roff",
]
2025-12-14 19:17:47 +01:00
[[package]]
name = "codspeed"
version = "4.4.1"
2025-12-14 19:17:47 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b684e94583e85a5ca7e1a6454a89d76a5121240f2fb67eb564129d9bafdb9db0"
2025-12-14 19:17:47 +01:00
dependencies = [
"anyhow",
"cc",
"colored",
"getrandom 0.2.16",
"glob",
"libc",
"nix",
2025-12-14 19:17:47 +01:00
"serde",
"serde_json",
"statrs",
]
[[package]]
name = "codspeed-divan-compat"
version = "4.4.1"
2025-12-14 19:17:47 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "89e4bf8c7793c170fd0fcf3be97b9032b2ae39c2b9e8818aba3cc10ca0f0c6c0"
2025-12-14 19:17:47 +01:00
dependencies = [
"clap",
"codspeed",
"codspeed-divan-compat-macros",
"codspeed-divan-compat-walltime",
"regex",
]
[[package]]
name = "codspeed-divan-compat-macros"
version = "4.4.1"
2025-12-14 19:17:47 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "78aae02f2a278588e16e8ca62ea1915b8ab30f8230a09926671bba19ede801a4"
2025-12-14 19:17:47 +01:00
dependencies = [
"divan-macros",
"itertools",
"proc-macro-crate",
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "codspeed-divan-compat-walltime"
version = "4.4.1"
2025-12-14 19:17:47 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "59ffd32c0c59ab8b674b15be65ba7c59aebac047036cfa7fa1e11bc2c178b81f"
2025-12-14 19:17:47 +01:00
dependencies = [
"cfg-if",
"clap",
"codspeed",
"condtype",
"divan-macros",
"libc",
"regex-lite",
]
2025-02-01 18:07:27 +01:00
[[package]]
name = "colorchoice"
version = "1.0.4"
2025-02-01 18:07:27 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b05b61dc5112cbb17e4b6cd61790d9845d13888356391624cbe7e41efeac1e75"
2025-02-01 18:07:27 +01:00
2025-12-14 19:17:47 +01:00
[[package]]
name = "colored"
version = "2.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "117725a109d387c937a1533ce01b450cbde6b88abceea8473c4d7a85853cda3c"
dependencies = [
"lazy_static",
"windows-sys 0.59.0",
]
[[package]]
name = "condtype"
version = "1.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "baf0a07a401f374238ab8e2f11a104d2851bf9ce711ec69804834de8af45c7af"
2026-03-25 17:28:47 +00:00
[[package]]
name = "const-oid"
version = "0.10.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a6ef517f0926dd24a1582492c791b6a4818a4d94e789a334894aa15b0d12f55c"
2025-02-01 18:07:27 +01:00
[[package]]
name = "core-foundation-sys"
version = "0.8.7"
2025-02-01 18:07:27 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
2025-02-01 18:07:27 +01:00
2026-02-09 16:07:25 +01:00
[[package]]
name = "cpufeatures"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8b2a41393f66f16b0823bb79094d54ac5fbd34ab292ddafb9a0456ac9f87d201"
dependencies = [
"libc",
]
2025-05-30 18:21:30 +03:00
[[package]]
name = "crossbeam-deque"
version = "0.8.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9dd111b7b7f7d55b72c0a6ae361660ee5853c9af73f70c3c2ef6858b950e2e51"
dependencies = [
"crossbeam-epoch",
"crossbeam-utils",
]
[[package]]
name = "crossbeam-epoch"
version = "0.9.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
dependencies = [
"crossbeam-utils",
]
[[package]]
name = "crossbeam-utils"
version = "0.8.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
2025-12-30 10:56:32 +02:00
[[package]]
name = "crypto-common"
2026-03-25 17:28:47 +00:00
version = "0.2.1"
2025-12-30 10:56:32 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2026-03-25 17:28:47 +00:00
checksum = "77727bb15fa921304124b128af125e7e3b968275d1b108b379190264f4423710"
2025-12-30 10:56:32 +02:00
dependencies = [
2026-03-25 17:28:47 +00:00
"hybrid-array",
2025-12-30 10:56:32 +02:00
]
2026-03-28 05:32:35 +00:00
[[package]]
name = "ctor"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "352d39c2f7bef1d6ad73db6f5160efcaed66d94ef8c6c573a8410c00bf909a98"
dependencies = [
2026-04-09 22:10:46 +00:00
"ctor-proc-macro 0.0.7",
"dtor 0.3.0",
]
[[package]]
name = "ctor"
version = "0.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c1c888a2a4f677017373fb6c01e13e318dd9e78758445ed5eb985e355d3f8281"
dependencies = [
"ctor-proc-macro 0.0.12",
"dtor 0.6.0",
"link-section",
2025-02-01 18:07:27 +01:00
]
[[package]]
name = "ctor-proc-macro"
version = "0.0.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "52560adf09603e58c9a7ee1fe1dcb95a16927b17c127f0ac02d6e768a0e25bc1"
2026-04-09 22:10:46 +00:00
[[package]]
name = "ctor-proc-macro"
version = "0.0.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a7ab264ea985f1bd27887d7b21ea2bb046728e05d11909ca138d700c494730db"
2025-02-01 18:07:27 +01:00
[[package]]
2025-04-04 09:37:44 +02:00
name = "deranged"
version = "0.5.5"
2025-02-01 18:07:27 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ececcb659e7ba858fb4f10388c250a7252eb0a27373f1a72b8748afdd248e587"
2025-04-04 09:37:44 +02:00
dependencies = [
"powerfmt",
]
2025-02-01 18:07:27 +01:00
[[package]]
name = "diff"
version = "0.1.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8"
2025-05-30 18:21:30 +03:00
[[package]]
name = "difflib"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6184e33543162437515c2e2b48714794e37845ec9851711914eec9d308f6ebe8"
2025-12-30 10:56:32 +02:00
[[package]]
name = "digest"
2026-03-25 17:28:47 +00:00
version = "0.11.2"
2025-12-30 10:56:32 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2026-03-25 17:28:47 +00:00
checksum = "4850db49bf08e663084f7fb5c87d202ef91a3907271aff24a94eb97ff039153c"
2025-12-30 10:56:32 +02:00
dependencies = [
"block-buffer",
2026-03-25 17:28:47 +00:00
"const-oid",
2025-12-30 10:56:32 +02:00
"crypto-common",
]
2025-05-25 18:48:38 +02:00
[[package]]
name = "displaydoc"
version = "0.2.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
dependencies = [
"proc-macro2",
"quote",
2025-08-01 02:20:15 +00:00
"syn",
2025-05-25 18:48:38 +02:00
]
2025-12-14 19:17:47 +01:00
[[package]]
name = "divan-macros"
version = "0.1.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8dc51d98e636f5e3b0759a39257458b22619cac7e96d932da6eeb052891bb67c"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
2025-02-01 18:07:27 +01:00
[[package]]
2025-04-04 09:37:44 +02:00
name = "dns-lookup"
version = "3.0.1"
2025-02-01 18:07:27 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6e39034cee21a2f5bbb66ba0e3689819c4bb5d00382a282006e802a7ffa6c41d"
2025-04-04 09:37:44 +02:00
dependencies = [
"cfg-if",
"libc",
"socket2",
2025-08-13 14:40:18 +02:00
"windows-sys 0.60.2",
2025-04-04 09:37:44 +02:00
]
2025-05-30 18:21:30 +03:00
[[package]]
name = "doc-comment"
version = "0.3.4"
2025-05-30 18:21:30 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "780955b8b195a21ab8e4ac6b60dd1dbdcec1dc6c51c0617964b08c81785e12c9"
2025-05-30 18:21:30 +03:00
2026-03-28 05:32:35 +00:00
[[package]]
name = "dtor"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f1057d6c64987086ff8ed0fd3fbf377a6b7d205cc7715868cd401705f715cbe4"
dependencies = [
2026-04-09 22:10:46 +00:00
"dtor-proc-macro 0.0.6",
]
[[package]]
name = "dtor"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "30e4690622ab6700ced40fc370a3f07b7d111f0154bb6fb08f73b4c8834f75b6"
dependencies = [
"dtor-proc-macro 0.0.12",
2026-03-28 05:32:35 +00:00
]
2025-08-13 14:24:34 +02:00
[[package]]
name = "dtor-proc-macro"
version = "0.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f678cf4a922c215c63e0de95eb1ff08a958a81d47e485cf9da1e27bf6305cfa5"
2026-04-09 22:10:46 +00:00
[[package]]
name = "dtor-proc-macro"
version = "0.0.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8c98b077c7463d01d22dde8a24378ddf1ca7263dc687cffbed38819ea6c21131"
2025-12-14 19:17:47 +01:00
[[package]]
name = "either"
version = "1.15.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
[[package]]
name = "equivalent"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
2025-02-01 18:07:27 +01:00
[[package]]
name = "errno"
version = "0.3.14"
2025-02-01 18:07:27 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
2025-02-01 18:07:27 +01:00
dependencies = [
"libc",
"windows-sys 0.59.0",
2025-02-01 18:07:27 +01:00
]
2025-05-19 10:22:46 +03:00
[[package]]
name = "fancy-regex"
version = "0.17.0"
2025-05-19 10:22:46 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "72cf461f865c862bb7dc573f643dd6a2b6842f7c30b07882b56bd148cc2761b8"
2025-05-19 10:22:46 +03:00
dependencies = [
"bit-set",
"regex-automata",
"regex-syntax",
]
2025-02-01 18:07:27 +01:00
[[package]]
name = "fastrand"
version = "2.3.0"
2025-02-01 18:07:27 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
2025-02-01 18:07:27 +01:00
[[package]]
name = "find-msvc-tools"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3a3076410a55c90011c298b04d0cfa770b00fa04e1e3c97d3f6c9de105a03844"
2025-05-30 18:21:30 +03:00
[[package]]
name = "float-cmp"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b09cf3155332e944990140d967ff5eceb70df778b34f77d8075db46e4704e6d8"
dependencies = [
"num-traits",
]
2025-05-25 18:48:38 +02:00
[[package]]
name = "fluent"
version = "0.17.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8137a6d5a2c50d6b0ebfcb9aaa91a28154e0a70605f112d30cb0cd4a78670477"
dependencies = [
"fluent-bundle",
"unic-langid",
]
[[package]]
name = "fluent-bundle"
version = "0.16.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "01203cb8918f5711e73891b347816d932046f95f54207710bda99beaeb423bf4"
dependencies = [
"fluent-langneg",
"fluent-syntax",
"intl-memoizer",
"intl_pluralrules",
"rustc-hash",
"self_cell",
"smallvec",
"unic-langid",
]
[[package]]
name = "fluent-langneg"
version = "0.13.1"
2025-05-25 18:48:38 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7eebbe59450baee8282d71676f3bfed5689aeab00b27545e83e5f14b1195e8b0"
2025-05-25 18:48:38 +02:00
dependencies = [
"unic-langid",
]
[[package]]
name = "fluent-syntax"
version = "0.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "54f0d287c53ffd184d04d8677f590f4ac5379785529e5e08b1c8083acdd5c198"
dependencies = [
"memchr",
"thiserror",
]
2026-02-09 16:07:25 +01:00
[[package]]
name = "foldhash"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2"
2025-12-14 19:17:47 +01:00
[[package]]
name = "getrandom"
version = "0.2.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "335ff9f135e4384c8150d6f27c6daed433577f86b4750418338c01a1a2528592"
dependencies = [
"cfg-if",
"libc",
"wasi",
2025-12-14 19:17:47 +01:00
]
2026-02-09 16:07:25 +01:00
[[package]]
name = "getrandom"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "139ef39800118c7683f2fd3c98c1b23c09ae076556b435f8e9064ae108aaeeec"
dependencies = [
"cfg-if",
"libc",
"r-efi",
"rand_core",
2026-02-09 16:07:25 +01:00
"wasip2",
"wasip3",
]
2025-02-01 18:07:27 +01:00
[[package]]
name = "glob"
version = "0.3.3"
2025-02-01 18:07:27 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0cc23270f6e1808e30a928bdc84dea0b9b4136a8bc82338574f23baf47bbd280"
2025-02-01 18:07:27 +01:00
2025-05-30 18:21:30 +03:00
[[package]]
name = "globset"
version = "0.4.18"
2025-05-30 18:21:30 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "52dfc19153a48bde0cbd630453615c8151bce3a5adfac7a0aebfbf0a1e1f57e3"
2025-05-30 18:21:30 +03:00
dependencies = [
"aho-corasick",
"bstr",
"log",
"regex-automata",
"regex-syntax",
]
[[package]]
name = "globwalk"
version = "0.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0bf760ebf69878d9fd8f110c89703d90ce35095324d1f1edcb595c63945ee757"
dependencies = [
"bitflags",
"ignore",
"walkdir",
]
2026-02-09 16:07:25 +01:00
[[package]]
name = "hashbrown"
version = "0.15.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1"
dependencies = [
"foldhash",
]
2025-12-14 19:17:47 +01:00
[[package]]
name = "hashbrown"
version = "0.16.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100"
2026-02-09 16:07:25 +01:00
[[package]]
name = "heck"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
2025-12-30 10:56:32 +02:00
[[package]]
name = "hex"
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
2026-03-25 17:28:47 +00:00
[[package]]
name = "hybrid-array"
version = "0.4.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8655f91cd07f2b9d0c24137bd650fe69617773435ee5ec83022377777ce65ef1"
dependencies = [
"typenum",
]
2025-02-01 18:07:27 +01:00
[[package]]
name = "iana-time-zone"
version = "0.1.64"
2025-02-01 18:07:27 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "33e57f83510bb73707521ebaffa789ec8caf86f9657cad665b092b581d40e9fb"
2025-02-01 18:07:27 +01:00
dependencies = [
"android_system_properties",
"core-foundation-sys",
"iana-time-zone-haiku",
"js-sys",
2025-04-05 14:09:15 +02:00
"log",
2025-02-01 18:07:27 +01:00
"wasm-bindgen",
2026-02-02 08:24:34 +01:00
"windows-core",
2025-02-01 18:07:27 +01:00
]
[[package]]
name = "iana-time-zone-haiku"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
dependencies = [
"cc",
]
2026-02-09 16:07:25 +01:00
[[package]]
name = "id-arena"
version = "2.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3d3067d79b975e8844ca9eb072e16b31c3c1c36928edf9c6789548c524d0d954"
2025-05-30 18:21:30 +03:00
[[package]]
name = "ignore"
version = "0.4.25"
2025-05-30 18:21:30 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d3d782a365a015e0f5c04902246139249abf769125006fbe7649e2ee88169b4a"
2025-05-30 18:21:30 +03:00
dependencies = [
"crossbeam-deque",
"globset",
"log",
"memchr",
"regex-automata",
"same-file",
"walkdir",
"winapi-util",
]
2025-12-14 19:17:47 +01:00
[[package]]
name = "indexmap"
version = "2.12.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0ad4bb2b565bca0645f4d68c5c9af97fba094e9791da685bf83cb5f3ce74acf2"
dependencies = [
"equivalent",
2026-02-09 16:07:25 +01:00
"hashbrown 0.16.1",
"serde",
"serde_core",
2025-12-14 19:17:47 +01:00
]
2025-05-25 18:48:38 +02:00
[[package]]
name = "intl-memoizer"
version = "0.5.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "310da2e345f5eb861e7a07ee182262e94975051db9e4223e909ba90f392f163f"
dependencies = [
"type-map",
"unic-langid",
]
[[package]]
name = "intl_pluralrules"
version = "7.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "078ea7b7c29a2b4df841a7f6ac8775ff6074020c6776d48491ce2268e068f972"
dependencies = [
"unic-langid",
]
2025-02-01 18:07:27 +01:00
[[package]]
2025-03-20 20:40:40 +02:00
name = "is_terminal_polyfill"
version = "1.70.2"
2025-02-01 18:07:27 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a6cb138bb79a146c1bd460005623e142ef0181e3d0219cb493e02f7d08a35695"
2025-03-20 20:40:40 +02:00
2025-12-14 19:17:47 +01:00
[[package]]
name = "itertools"
version = "0.14.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285"
dependencies = [
"either",
]
2025-04-04 09:37:44 +02:00
[[package]]
name = "itoa"
version = "1.0.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c"
2025-09-10 07:32:07 +02:00
[[package]]
name = "jiff"
version = "0.2.18"
2025-09-10 07:32:07 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e67e8da4c49d6d9909fe03361f9b620f58898859f5c7aded68351e85e71ecf50"
2025-09-10 07:32:07 +02:00
dependencies = [
"jiff-static",
"jiff-tzdb-platform",
"log",
"portable-atomic",
"portable-atomic-util",
"serde_core",
"windows-sys 0.59.0",
2025-09-10 07:32:07 +02:00
]
[[package]]
name = "jiff-static"
version = "0.2.18"
2025-09-10 07:32:07 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e0c84ee7f197eca9a86c6fd6cb771e55eb991632f15f2bc3ca6ec838929e6e78"
2025-09-10 07:32:07 +02:00
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "jiff-tzdb"
version = "0.1.5"
2025-09-10 07:32:07 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "68971ebff725b9e2ca27a601c5eb38a4c5d64422c4cbab0c535f248087eda5c2"
2025-09-10 07:32:07 +02:00
[[package]]
name = "jiff-tzdb-platform"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "875a5a69ac2bab1a891711cf5eccbec1ce0341ea805560dcd90b7a2e925132e8"
dependencies = [
"jiff-tzdb",
]
2025-03-20 20:40:40 +02:00
[[package]]
name = "js-sys"
version = "0.3.83"
2025-03-20 20:40:40 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "464a3709c7f55f1f721e5389aa6ea4e3bc6aba669353300af094b29ffbdde1d8"
2025-02-01 18:07:27 +01:00
dependencies = [
2025-03-20 20:40:40 +02:00
"once_cell",
2025-02-01 18:07:27 +01:00
"wasm-bindgen",
]
2025-12-14 19:17:47 +01:00
[[package]]
name = "lazy_static"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
2026-02-09 16:07:25 +01:00
[[package]]
name = "leb128fmt"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "09edd9e8b54e49e587e4f6295a7d29c3ea94d469cb40ab8ca70b288248a81db2"
[[package]]
name = "libc"
version = "0.2.184"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "48f5d2a454e16a5ea0f4ced81bd44e4cfc7bd3a507b61887c99fd3538b28e4af"
2025-02-01 18:07:27 +01:00
2026-04-09 22:10:46 +00:00
[[package]]
name = "link-section"
version = "0.0.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f52437d47b0358721ec869cc7374b2a21f7b2237af9b439c0391341a1fbfbf1b"
2025-02-01 18:07:27 +01:00
[[package]]
name = "linux-raw-sys"
version = "0.12.1"
2025-02-01 18:07:27 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "32a66949e030da00e8c7d4434b251670a91556f4144941d37452769c25d58a53"
2025-02-01 18:07:27 +01:00
[[package]]
name = "log"
version = "0.4.29"
2025-02-01 18:07:27 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897"
2025-02-01 18:07:27 +01:00
[[package]]
name = "memchr"
version = "2.8.0"
2025-02-01 18:07:27 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f8ca58f447f06ed17d5fc4043ce1b10dd205e060fb3ce5b979b8ed8e59ff3f79"
2025-02-01 18:07:27 +01:00
2025-05-03 21:34:03 +03:00
[[package]]
name = "memmap2"
version = "0.9.10"
2025-05-03 21:34:03 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "714098028fe011992e1c3962653c96b2d578c4b4bce9036e15ff220319b1e0e3"
2025-05-03 21:34:03 +03:00
dependencies = [
"libc",
]
[[package]]
name = "nix"
version = "0.31.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5d6d0705320c1e6ba1d912b5e37cf18071b6c2e9b7fa8215a1e8a7651966f5d3"
dependencies = [
"bitflags",
"cfg-if",
"cfg_aliases",
"libc",
]
2025-05-30 18:21:30 +03:00
[[package]]
name = "normalize-line-endings"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "61807f77802ff30975e01f4f071c8ba10c022052f98b3294119f3e615d13e5be"
2025-02-01 18:07:27 +01:00
[[package]]
name = "ntapi"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4"
dependencies = [
"winapi",
]
2025-04-04 09:37:44 +02:00
[[package]]
name = "num-conv"
2026-02-05 18:59:26 +00:00
version = "0.2.0"
2025-04-04 09:37:44 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2026-02-05 18:59:26 +00:00
checksum = "cf97ec579c3c42f953ef76dbf8d55ac91fb219dde70e49aa4a6b7d74e9919050"
2025-04-04 09:37:44 +02:00
2025-02-01 18:07:27 +01:00
[[package]]
name = "num-traits"
2025-03-20 20:40:40 +02:00
version = "0.2.19"
2025-02-01 18:07:27 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-03-20 20:40:40 +02:00
checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
2025-02-01 18:07:27 +01:00
dependencies = [
"autocfg",
]
2025-04-04 09:37:44 +02:00
[[package]]
name = "num_threads"
version = "0.1.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9"
dependencies = [
"libc",
]
[[package]]
name = "objc2-core-foundation"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2a180dd8642fa45cdb7dd721cd4c11b1cadd4929ce112ebd8b9f5803cc79d536"
dependencies = [
"bitflags",
]
[[package]]
name = "objc2-io-kit"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "33fafba39597d6dc1fb709123dfa8289d39406734be322956a69f0931c73bb15"
dependencies = [
"libc",
"objc2-core-foundation",
]
2025-02-01 18:07:27 +01:00
[[package]]
name = "once_cell"
version = "1.21.3"
2025-02-01 18:07:27 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
2025-02-01 18:07:27 +01:00
[[package]]
name = "once_cell_polyfill"
version = "1.70.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "384b8ab6d37215f3c5301a95a4accb5d64aa607f1fcb26a11b5303878451b4fe"
2025-02-01 18:07:27 +01:00
[[package]]
name = "os_display"
2025-04-05 14:09:15 +02:00
version = "0.1.4"
2025-02-01 18:07:27 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-04-05 14:09:15 +02:00
checksum = "ad5fd71b79026fb918650dde6d125000a233764f1c2f1659a1c71118e33ea08f"
2025-02-01 18:07:27 +01:00
dependencies = [
2025-04-05 14:09:15 +02:00
"unicode-width",
2025-02-01 18:07:27 +01:00
]
[[package]]
name = "phf"
version = "0.13.1"
2025-02-01 18:07:27 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c1562dc717473dbaa4c1f85a36410e03c047b2e7df7f45ee938fbef64ae7fadf"
2025-02-01 18:07:27 +01:00
dependencies = [
"phf_shared",
"serde",
2025-02-01 18:07:27 +01:00
]
[[package]]
name = "phf_codegen"
version = "0.13.1"
2025-02-01 18:07:27 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "49aa7f9d80421bca176ca8dbfebe668cc7a2684708594ec9f3c0db0805d5d6e1"
2025-02-01 18:07:27 +01:00
dependencies = [
"phf_generator",
"phf_shared",
2025-02-01 18:07:27 +01:00
]
[[package]]
name = "phf_generator"
version = "0.13.1"
2025-02-01 18:07:27 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "135ace3a761e564ec88c03a77317a7c6b80bb7f7135ef2544dbe054243b89737"
2025-02-01 18:07:27 +01:00
dependencies = [
2025-06-19 17:14:27 +02:00
"fastrand",
"phf_shared",
]
[[package]]
name = "phf_shared"
version = "0.13.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e57fef6bc5981e38c2ce2d63bfa546861309f875b8a75f092d1d54ae2d64f266"
dependencies = [
"siphasher",
]
2025-09-10 07:32:07 +02:00
[[package]]
name = "portable-atomic"
version = "1.11.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f84267b20a16ea918e43c6a88433c2d54fa145c92a811b5b047ccbe153674483"
[[package]]
name = "portable-atomic-util"
version = "0.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d8a2f0d8d040d7848a709caf78912debcc3f33ee4b3cac47d73d1e1069e83507"
dependencies = [
"portable-atomic",
]
2025-04-04 09:37:44 +02:00
[[package]]
name = "powerfmt"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
2025-05-30 18:21:30 +03:00
[[package]]
name = "predicates"
version = "3.1.4"
2025-05-30 18:21:30 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ada8f2932f28a27ee7b70dd6c1c39ea0675c55a36879ab92f3a715eaa1e63cfe"
2025-05-30 18:21:30 +03:00
dependencies = [
"anstyle",
"difflib",
"float-cmp",
"normalize-line-endings",
"predicates-core",
"regex",
]
[[package]]
name = "predicates-core"
version = "1.0.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "727e462b119fe9c93fd0eb1429a5f7647394014cf3c04ab2c0350eeb09095ffa"
[[package]]
name = "predicates-tree"
version = "1.0.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "72dd2d6d381dfb73a193c7fca536518d7caee39fc8503f74e7dc0be0531b425c"
dependencies = [
"predicates-core",
"termtree",
]
2025-02-01 18:07:27 +01:00
[[package]]
name = "pretty_assertions"
version = "1.4.1"
2025-02-01 18:07:27 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3ae130e2f271fbc2ac3a40fb1d07180839cdbbe443c7a27e1e3c13c5cac0116d"
2025-02-01 18:07:27 +01:00
dependencies = [
"diff",
"yansi",
]
2026-02-09 16:07:25 +01:00
[[package]]
name = "prettyplease"
version = "0.2.37"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "479ca8adacdd7ce8f1fb39ce9ecccbfe93a3f1344b3d0d97f20bc0196208f62b"
dependencies = [
"proc-macro2",
"syn",
]
2025-12-14 19:17:47 +01:00
[[package]]
name = "proc-macro-crate"
version = "3.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "219cb19e96be00ab2e37d6e299658a0cfa83e52429179969b0f0121b4ac46983"
dependencies = [
"toml_edit",
]
2025-02-01 18:07:27 +01:00
[[package]]
name = "proc-macro2"
version = "1.0.103"
2025-02-01 18:07:27 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5ee95bc4ef87b8d5ba32e8b7714ccc834865276eab0aed5c9958d00ec45f49e8"
2025-02-01 18:07:27 +01:00
dependencies = [
"unicode-ident",
]
[[package]]
name = "quote"
version = "1.0.42"
2025-02-01 18:07:27 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a338cc41d27e6cc6dce6cefc13a0729dfbb81c262b1f519331575dd80ef3067f"
2025-02-01 18:07:27 +01:00
dependencies = [
"proc-macro2",
]
2025-03-20 20:40:40 +02:00
[[package]]
name = "r-efi"
version = "5.3.0"
2025-03-20 20:40:40 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
2025-03-20 20:40:40 +02:00
2026-02-09 16:07:25 +01:00
[[package]]
name = "rand"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bc266eb313df6c5c09c1c7b1fbe2510961e5bcd3add930c1e31f7ed9da0feff8"
dependencies = [
"chacha20",
"getrandom 0.4.1",
"rand_core",
2025-02-01 18:07:27 +01:00
]
2026-02-09 16:07:25 +01:00
[[package]]
name = "rand_core"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0c8d0fd677905edcbeedbf2edb6494d676f0e98d54d5cf9bda0b061cb8fb8aba"
2025-02-01 18:07:27 +01:00
[[package]]
name = "regex"
version = "1.12.3"
2025-02-01 18:07:27 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e10754a14b9137dd7b1e3e5b0493cc9171fdd105e0ab477f51b72e7f3ac0e276"
2025-02-01 18:07:27 +01:00
dependencies = [
"aho-corasick",
"memchr",
"regex-automata",
"regex-syntax",
]
[[package]]
name = "regex-automata"
version = "0.4.13"
2025-02-01 18:07:27 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5276caf25ac86c8d810222b3dbb938e512c55c6831a10f3e6ed1c93b84041f1c"
2025-02-01 18:07:27 +01:00
dependencies = [
"aho-corasick",
"memchr",
"regex-syntax",
]
2025-12-14 19:17:47 +01:00
[[package]]
name = "regex-lite"
version = "0.1.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8d942b98df5e658f56f20d592c7f868833fe38115e65c33003d8cd224b0155da"
2025-02-01 18:07:27 +01:00
[[package]]
name = "regex-syntax"
version = "0.8.8"
2025-02-01 18:07:27 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7a2d987857b319362043e95f5353c0535c1f58eec5336fdfcf626430af7def58"
2025-02-01 18:07:27 +01:00
2026-02-02 08:24:34 +01:00
[[package]]
name = "rlimit"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f35ee2729c56bb610f6dba436bf78135f728b7373bdffae2ec815b2d3eb98cc3"
dependencies = [
"libc",
]
2025-02-01 18:07:27 +01:00
[[package]]
name = "roff"
version = "1.1.0"
2025-02-01 18:07:27 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dbf2048e0e979efb2ca7b91c4f1a8d77c91853e9b987c94c555668a8994915ad"
2025-02-01 18:07:27 +01:00
2025-05-25 18:48:38 +02:00
[[package]]
name = "rustc-hash"
version = "2.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d"
2025-02-01 18:07:27 +01:00
[[package]]
name = "rustix"
version = "1.1.4"
2025-02-01 18:07:27 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b6fe4565b9518b83ef4f91bb47ce29620ca828bd32cb7e408f0062e9930ba190"
2025-02-01 18:07:27 +01:00
dependencies = [
"bitflags",
2025-02-01 18:07:27 +01:00
"errno",
"libc",
2025-03-20 20:40:40 +02:00
"linux-raw-sys",
"windows-sys 0.59.0",
]
[[package]]
2025-03-20 20:40:40 +02:00
name = "rustversion"
version = "1.0.22"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
2025-02-01 18:07:27 +01:00
2025-12-14 19:17:47 +01:00
[[package]]
name = "ryu"
version = "1.0.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f"
2025-05-30 18:21:30 +03:00
[[package]]
name = "same-file"
version = "1.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
dependencies = [
"winapi-util",
]
2025-02-01 18:07:27 +01:00
[[package]]
name = "sed"
version = "0.1.1"
2025-02-01 18:07:27 +01:00
dependencies = [
2025-05-30 18:21:30 +03:00
"assert_fs",
2025-02-01 18:07:27 +01:00
"chrono",
"clap",
"clap_complete",
"clap_mangen",
2025-12-14 19:17:47 +01:00
"codspeed-divan-compat",
2026-04-09 22:10:46 +00:00
"ctor 0.9.1",
2025-05-19 10:22:46 +03:00
"fancy-regex",
2025-12-30 10:56:32 +02:00
"hex",
2025-02-01 18:07:27 +01:00
"libc",
2025-05-24 12:56:18 +03:00
"memchr",
2025-05-03 21:34:03 +03:00
"memmap2",
2025-02-01 18:07:27 +01:00
"phf",
"phf_codegen",
2025-05-30 18:21:30 +03:00
"predicates",
2025-02-01 18:07:27 +01:00
"pretty_assertions",
"rand",
2025-02-01 18:07:27 +01:00
"regex",
"rlimit",
2025-12-30 10:56:32 +02:00
"sha2",
2025-02-01 18:07:27 +01:00
"sysinfo",
"tempfile",
"terminal_size",
2025-02-01 18:07:27 +01:00
"textwrap",
"uucore",
2025-04-04 09:37:44 +02:00
"uutests",
2025-02-01 18:07:27 +01:00
"xattr",
]
2025-05-25 18:48:38 +02:00
[[package]]
name = "self_cell"
version = "1.2.1"
2025-05-25 18:48:38 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "16c2f82143577edb4921b71ede051dac62ca3c16084e918bf7b40c96ae10eb33"
2025-05-25 18:48:38 +02:00
2026-02-09 16:07:25 +01:00
[[package]]
name = "semver"
version = "1.0.27"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d767eb0aabc880b29956c35734170f26ed551a859dbd361d140cdbeca61ab1e2"
2025-04-04 09:37:44 +02:00
[[package]]
name = "serde"
2025-12-14 19:17:47 +01:00
version = "1.0.228"
2025-04-04 09:37:44 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-12-14 19:17:47 +01:00
checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
dependencies = [
"serde_core",
"serde_derive",
]
[[package]]
name = "serde_core"
version = "1.0.228"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
2025-04-04 09:37:44 +02:00
dependencies = [
"serde_derive",
]
[[package]]
name = "serde_derive"
2025-12-14 19:17:47 +01:00
version = "1.0.228"
2025-04-04 09:37:44 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-12-14 19:17:47 +01:00
checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
2025-04-04 09:37:44 +02:00
dependencies = [
"proc-macro2",
"quote",
2025-08-01 02:20:15 +00:00
"syn",
2025-04-04 09:37:44 +02:00
]
2025-12-14 19:17:47 +01:00
[[package]]
name = "serde_json"
version = "1.0.145"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "402a6f66d8c709116cf22f558eab210f5a50187f702eb4d7e5ef38d9a7f1c79c"
dependencies = [
"itoa",
"memchr",
"ryu",
"serde",
"serde_core",
]
2025-12-30 10:56:32 +02:00
[[package]]
name = "sha2"
2026-03-25 17:28:47 +00:00
version = "0.11.0"
2025-12-30 10:56:32 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2026-03-25 17:28:47 +00:00
checksum = "446ba717509524cb3f22f17ecc096f10f4822d76ab5c0b9822c5f9c284e825f4"
2025-12-30 10:56:32 +02:00
dependencies = [
"cfg-if",
2026-03-25 17:28:47 +00:00
"cpufeatures",
2025-12-30 10:56:32 +02:00
"digest",
]
2025-03-20 20:40:40 +02:00
[[package]]
name = "shlex"
version = "1.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
2025-02-01 18:07:27 +01:00
[[package]]
name = "siphasher"
version = "1.0.1"
2025-02-01 18:07:27 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d"
2025-02-01 18:07:27 +01:00
2025-05-25 18:48:38 +02:00
[[package]]
name = "smallvec"
version = "1.15.1"
2025-05-25 18:48:38 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
2025-05-25 18:48:38 +02:00
2025-02-01 18:07:27 +01:00
[[package]]
name = "smawk"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b7c388c1b5e93756d0c740965c41e8822f866621d41acbdf6336a6a168f8840c"
2025-04-04 09:37:44 +02:00
[[package]]
name = "socket2"
version = "0.6.1"
2025-04-04 09:37:44 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "17129e116933cf371d018bb80ae557e889637989d8638274fb25622827b03881"
2025-04-04 09:37:44 +02:00
dependencies = [
"libc",
"windows-sys 0.60.2",
2025-04-04 09:37:44 +02:00
]
2025-12-14 19:17:47 +01:00
[[package]]
name = "statrs"
version = "0.18.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2a3fe7c28c6512e766b0874335db33c94ad7b8f9054228ae1c2abd47ce7d335e"
dependencies = [
"approx",
"num-traits",
]
2025-02-01 18:07:27 +01:00
[[package]]
name = "strsim"
2025-03-20 20:40:40 +02:00
version = "0.11.1"
2025-02-01 18:07:27 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-03-20 20:40:40 +02:00
checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
2025-02-01 18:07:27 +01:00
[[package]]
name = "syn"
version = "2.0.111"
2025-02-01 18:07:27 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "390cc9a294ab71bdb1aa2e99d13be9c753cd2d7bd6560c77118597410c4d2e87"
2025-02-01 18:07:27 +01:00
dependencies = [
"proc-macro2",
"quote",
"unicode-ident",
]
[[package]]
name = "sysinfo"
version = "0.38.4"
2025-02-01 18:07:27 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "92ab6a2f8bfe508deb3c6406578252e491d299cbbf3bc0529ecc3313aee4a52f"
2025-02-01 18:07:27 +01:00
dependencies = [
"libc",
"memchr",
2025-02-01 18:07:27 +01:00
"ntapi",
"objc2-core-foundation",
"objc2-io-kit",
2025-02-01 18:07:27 +01:00
"windows",
]
[[package]]
name = "tempfile"
version = "3.27.0"
2025-02-01 18:07:27 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "32497e9a4c7b38532efcdebeef879707aa9f794296a4f0244f6f69e9bc8574bd"
2025-02-01 18:07:27 +01:00
dependencies = [
"fastrand",
"getrandom 0.4.1",
"once_cell",
2025-03-20 20:40:40 +02:00
"rustix",
"windows-sys 0.59.0",
2025-02-01 18:07:27 +01:00
]
[[package]]
name = "terminal_size"
version = "0.4.4"
2025-02-01 18:07:27 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "230a1b821ccbd75b185820a1f1ff7b14d21da1e442e22c0863ea5f08771a8874"
2025-02-01 18:07:27 +01:00
dependencies = [
2025-03-20 20:40:40 +02:00
"rustix",
"windows-sys 0.59.0",
2025-02-01 18:07:27 +01:00
]
2025-05-30 18:21:30 +03:00
[[package]]
name = "termtree"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8f50febec83f5ee1df3015341d8bd429f2d1cc62bcba7ea2076759d315084683"
2025-02-01 18:07:27 +01:00
[[package]]
name = "textwrap"
version = "0.16.2"
2025-02-01 18:07:27 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c13547615a44dc9c452a8a534638acdf07120d4b6847c8178705da06306a3057"
2025-02-01 18:07:27 +01:00
dependencies = [
"smawk",
"terminal_size",
2025-02-01 18:07:27 +01:00
"unicode-linebreak",
2025-04-05 14:09:15 +02:00
"unicode-width",
2025-02-01 18:07:27 +01:00
]
2025-05-25 18:48:38 +02:00
[[package]]
name = "thiserror"
version = "2.0.17"
2025-05-25 18:48:38 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f63587ca0f12b72a0600bcba1d40081f830876000bb46dd2337a3051618f4fc8"
2025-05-25 18:48:38 +02:00
dependencies = [
"thiserror-impl",
]
[[package]]
name = "thiserror-impl"
version = "2.0.17"
2025-05-25 18:48:38 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3ff15c8ecd7de3849db632e14d18d2571fa09dfc5ed93479bc4485c7a517c913"
2025-05-25 18:48:38 +02:00
dependencies = [
"proc-macro2",
"quote",
2025-08-01 02:20:15 +00:00
"syn",
2025-05-25 18:48:38 +02:00
]
2025-04-04 09:37:44 +02:00
[[package]]
name = "time"
2026-02-05 18:59:26 +00:00
version = "0.3.47"
2025-04-04 09:37:44 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2026-02-05 18:59:26 +00:00
checksum = "743bd48c283afc0388f9b8827b976905fb217ad9e647fae3a379a9283c4def2c"
2025-04-04 09:37:44 +02:00
dependencies = [
"deranged",
"itoa",
"libc",
"num-conv",
"num_threads",
"powerfmt",
2026-02-05 18:59:26 +00:00
"serde_core",
2025-04-04 09:37:44 +02:00
"time-core",
"time-macros",
]
[[package]]
name = "time-core"
2026-02-05 18:59:26 +00:00
version = "0.1.8"
2025-04-04 09:37:44 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2026-02-05 18:59:26 +00:00
checksum = "7694e1cfe791f8d31026952abf09c69ca6f6fa4e1a1229e18988f06a04a12dca"
2025-04-04 09:37:44 +02:00
[[package]]
name = "time-macros"
2026-02-05 18:59:26 +00:00
version = "0.2.27"
2025-04-04 09:37:44 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2026-02-05 18:59:26 +00:00
checksum = "2e70e4c5a0e0a8a4823ad65dfe1a6930e4f4d756dcd9dd7939022b5e8c501215"
2025-04-04 09:37:44 +02:00
dependencies = [
"num-conv",
"time-core",
]
2025-05-25 18:48:38 +02:00
[[package]]
name = "tinystr"
version = "0.8.2"
2025-05-25 18:48:38 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "42d3e9c45c09de15d06dd8acf5f4e0e399e85927b7f00711024eb7ae10fa4869"
2025-05-25 18:48:38 +02:00
dependencies = [
"displaydoc",
"serde_core",
2025-05-25 18:48:38 +02:00
"zerovec",
]
2025-12-14 19:17:47 +01:00
[[package]]
name = "toml_datetime"
version = "0.7.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f2cdb639ebbc97961c51720f858597f7f24c4fc295327923af55b74c3c724533"
dependencies = [
"serde_core",
]
[[package]]
name = "toml_edit"
version = "0.23.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5d7cbc3b4b49633d57a0509303158ca50de80ae32c265093b24c414705807832"
dependencies = [
"indexmap",
"toml_datetime",
"toml_parser",
"winnow",
]
[[package]]
name = "toml_parser"
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c0cbe268d35bdb4bb5a56a2de88d0ad0eb70af5384a99d648cd4b3d04039800e"
dependencies = [
"winnow",
]
2025-05-25 18:48:38 +02:00
[[package]]
name = "type-map"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cb30dbbd9036155e74adad6812e9898d03ec374946234fbcebd5dfc7b9187b90"
dependencies = [
"rustc-hash",
]
2025-12-30 10:56:32 +02:00
[[package]]
name = "typenum"
version = "1.19.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "562d481066bde0658276a35467c4af00bdc6ee726305698a55b86e61d7ad82bb"
2025-05-25 18:48:38 +02:00
[[package]]
name = "unic-langid"
version = "0.9.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a28ba52c9b05311f4f6e62d5d9d46f094bd6e84cb8df7b3ef952748d752a7d05"
dependencies = [
"unic-langid-impl",
]
[[package]]
name = "unic-langid-impl"
version = "0.9.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dce1bf08044d4b7a94028c93786f8566047edc11110595914de93362559bc658"
dependencies = [
"tinystr",
]
2025-02-01 18:07:27 +01:00
[[package]]
name = "unicode-ident"
version = "1.0.22"
2025-02-01 18:07:27 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9312f7c4f6ff9069b165498234ce8be658059c6728633667c526e27dc2cf1df5"
2025-02-01 18:07:27 +01:00
[[package]]
name = "unicode-linebreak"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f"
[[package]]
name = "unicode-width"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b4ac048d71ede7ee76d585517add45da530660ef4390e49b098733c6e897f254"
2026-02-09 16:07:25 +01:00
[[package]]
name = "unicode-xid"
version = "0.2.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
2025-02-01 18:07:27 +01:00
[[package]]
name = "utf8parse"
2025-03-20 20:40:40 +02:00
version = "0.2.2"
2025-02-01 18:07:27 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-03-20 20:40:40 +02:00
checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
2025-02-01 18:07:27 +01:00
[[package]]
name = "uucore"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "07d779636d827cde4100f0e65ff3fd23b0b1f1195055475c6e6813d425f30c8e"
dependencies = [
"clap",
"codspeed-divan-compat",
"dns-lookup",
"fluent",
"fluent-bundle",
"fluent-syntax",
"itertools",
"jiff",
"libc",
"nix",
"os_display",
"rustc-hash",
"rustix",
"tempfile",
"thiserror",
"time",
"unic-langid",
"uucore_procs",
2025-02-01 18:07:27 +01:00
"wild",
]
[[package]]
name = "uucore_procs"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "da865e8a648b260dbd89fca76d0801995877ab27a4e259b6dec30ba9743b86ab"
dependencies = [
"proc-macro2",
"quote",
]
[[package]]
name = "uutests"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2d93dba8eceb0bebb686b07571b214e94be8cc739c929d0ea773c83c06d46df5"
2025-04-04 09:37:44 +02:00
dependencies = [
2026-04-09 22:10:46 +00:00
"ctor 0.8.0",
2025-04-04 09:37:44 +02:00
"libc",
"nix",
2025-04-04 09:37:44 +02:00
"pretty_assertions",
"rand",
2025-04-04 09:37:44 +02:00
"regex",
"rlimit",
2025-04-04 09:37:44 +02:00
"tempfile",
"uucore",
2025-04-04 09:37:44 +02:00
"xattr",
]
2025-05-30 18:21:30 +03:00
[[package]]
name = "walkdir"
version = "2.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
dependencies = [
"same-file",
"winapi-util",
]
2025-12-14 19:17:47 +01:00
[[package]]
name = "wasi"
version = "0.11.1+wasi-snapshot-preview1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
[[package]]
name = "wasip2"
version = "1.0.1+wasi-0.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0562428422c63773dad2c345a1882263bbf4d65cf3f42e90921f787ef5ad58e7"
dependencies = [
2026-02-09 16:07:25 +01:00
"wit-bindgen 0.46.0",
]
[[package]]
name = "wasip3"
version = "0.4.0+wasi-0.3.0-rc-2026-01-06"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5428f8bf88ea5ddc08faddef2ac4a67e390b88186c703ce6dbd955e1c145aca5"
dependencies = [
"wit-bindgen 0.51.0",
]
2025-02-01 18:07:27 +01:00
[[package]]
name = "wasm-bindgen"
version = "0.2.106"
2025-02-01 18:07:27 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0d759f433fa64a2d763d1340820e46e111a7a5ab75f993d1852d70b03dbb80fd"
2025-02-01 18:07:27 +01:00
dependencies = [
"cfg-if",
2025-03-20 20:40:40 +02:00
"once_cell",
"rustversion",
2025-02-01 18:07:27 +01:00
"wasm-bindgen-macro",
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-macro"
version = "0.2.106"
2025-02-01 18:07:27 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "48cb0d2638f8baedbc542ed444afc0644a29166f1595371af4fecf8ce1e7eeb3"
2025-02-01 18:07:27 +01:00
dependencies = [
"quote",
"wasm-bindgen-macro-support",
]
[[package]]
name = "wasm-bindgen-macro-support"
version = "0.2.106"
2025-02-01 18:07:27 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cefb59d5cd5f92d9dcf80e4683949f15ca4b511f4ac0a6e14d4e1ac60c6ecd40"
2025-02-01 18:07:27 +01:00
dependencies = [
"bumpalo",
2025-02-01 18:07:27 +01:00
"proc-macro2",
"quote",
2025-08-01 02:20:15 +00:00
"syn",
2025-02-01 18:07:27 +01:00
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-shared"
version = "0.2.106"
2025-02-01 18:07:27 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cbc538057e648b67f72a982e708d485b2efa771e1ac05fec311f9f63e5800db4"
2025-03-20 20:40:40 +02:00
dependencies = [
"unicode-ident",
]
2025-02-01 18:07:27 +01:00
2026-02-09 16:07:25 +01:00
[[package]]
name = "wasm-encoder"
version = "0.244.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "990065f2fe63003fe337b932cfb5e3b80e0b4d0f5ff650e6985b1048f62c8319"
dependencies = [
"leb128fmt",
"wasmparser",
]
[[package]]
name = "wasm-metadata"
version = "0.244.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bb0e353e6a2fbdc176932bbaab493762eb1255a7900fe0fea1a2f96c296cc909"
dependencies = [
"anyhow",
"indexmap",
"wasm-encoder",
"wasmparser",
]
[[package]]
name = "wasmparser"
version = "0.244.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "47b807c72e1bac69382b3a6fb3dbe8ea4c0ed87ff5629b8685ae6b9a611028fe"
dependencies = [
"bitflags",
"hashbrown 0.15.5",
"indexmap",
"semver",
]
2025-02-01 18:07:27 +01:00
[[package]]
name = "wild"
version = "2.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a3131afc8c575281e1e80f36ed6a092aa502c08b18ed7524e86fbbb12bb410e1"
dependencies = [
"glob",
]
[[package]]
name = "winapi"
version = "0.3.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
dependencies = [
"winapi-i686-pc-windows-gnu",
"winapi-x86_64-pc-windows-gnu",
]
[[package]]
name = "winapi-i686-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
2025-05-30 18:21:30 +03:00
[[package]]
name = "winapi-util"
version = "0.1.11"
2025-05-30 18:21:30 +03:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22"
2025-05-30 18:21:30 +03:00
dependencies = [
"windows-sys 0.59.0",
2025-05-30 18:21:30 +03:00
]
2025-02-01 18:07:27 +01:00
[[package]]
name = "winapi-x86_64-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
[[package]]
name = "windows"
version = "0.62.2"
2025-02-01 18:07:27 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "527fadee13e0c05939a6a05d5bd6eec6cd2e3dbd648b9f8e447c6518133d8580"
2025-02-01 18:07:27 +01:00
dependencies = [
"windows-collections",
2026-02-02 08:24:34 +01:00
"windows-core",
"windows-future",
"windows-numerics",
]
[[package]]
name = "windows-collections"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "23b2d95af1a8a14a3c7367e1ed4fc9c20e0a26e79551b1454d72583c97cc6610"
dependencies = [
2026-02-02 08:24:34 +01:00
"windows-core",
]
[[package]]
name = "windows-core"
version = "0.62.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb"
dependencies = [
"windows-implement",
"windows-interface",
2026-02-02 08:24:34 +01:00
"windows-link",
"windows-result",
"windows-strings",
]
[[package]]
name = "windows-future"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e1d6f90251fe18a279739e78025bd6ddc52a7e22f921070ccdc67dde84c605cb"
dependencies = [
2026-02-02 08:24:34 +01:00
"windows-core",
"windows-link",
2025-05-18 14:04:17 +02:00
"windows-threading",
]
[[package]]
name = "windows-implement"
version = "0.60.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf"
dependencies = [
"proc-macro2",
"quote",
2025-08-01 02:20:15 +00:00
"syn",
]
[[package]]
name = "windows-interface"
version = "0.59.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358"
dependencies = [
"proc-macro2",
"quote",
2025-08-01 02:20:15 +00:00
"syn",
]
[[package]]
name = "windows-link"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
[[package]]
name = "windows-numerics"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6e2e40844ac143cdb44aead537bbf727de9b044e107a0f1220392177d15b0f26"
dependencies = [
2026-02-02 08:24:34 +01:00
"windows-core",
"windows-link",
]
[[package]]
name = "windows-result"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5"
dependencies = [
2026-02-02 08:24:34 +01:00
"windows-link",
]
[[package]]
name = "windows-strings"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091"
dependencies = [
2026-02-02 08:24:34 +01:00
"windows-link",
]
[[package]]
name = "windows-sys"
version = "0.59.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
dependencies = [
2025-04-04 09:37:44 +02:00
"windows-targets 0.52.6",
]
[[package]]
name = "windows-sys"
version = "0.60.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb"
dependencies = [
"windows-targets 0.53.5",
]
2025-02-01 18:07:27 +01:00
[[package]]
name = "windows-targets"
version = "0.52.6"
2025-02-01 18:07:27 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
2025-02-01 18:07:27 +01:00
dependencies = [
2025-04-04 09:37:44 +02:00
"windows_aarch64_gnullvm 0.52.6",
"windows_aarch64_msvc 0.52.6",
"windows_i686_gnu 0.52.6",
"windows_i686_gnullvm 0.52.6",
2025-04-04 09:37:44 +02:00
"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",
2025-02-01 18:07:27 +01:00
]
[[package]]
name = "windows-targets"
version = "0.53.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4945f9f551b88e0d65f3db0bc25c33b8acea4d9e41163edf90dcd0b19f9069f3"
dependencies = [
2026-02-02 08:24:34 +01:00
"windows-link",
"windows_aarch64_gnullvm 0.53.1",
"windows_aarch64_msvc 0.53.1",
"windows_i686_gnu 0.53.1",
"windows_i686_gnullvm 0.53.1",
"windows_i686_msvc 0.53.1",
"windows_x86_64_gnu 0.53.1",
"windows_x86_64_gnullvm 0.53.1",
"windows_x86_64_msvc 0.53.1",
]
2025-05-18 14:04:17 +02:00
[[package]]
name = "windows-threading"
version = "0.2.1"
2025-05-18 14:04:17 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3949bd5b99cafdf1c7ca86b43ca564028dfe27d66958f2470940f73d86d75b37"
2025-05-18 14:04:17 +02:00
dependencies = [
2026-02-02 08:24:34 +01:00
"windows-link",
2025-05-18 14:04:17 +02:00
]
2025-02-01 18:07:27 +01:00
[[package]]
name = "windows_aarch64_gnullvm"
version = "0.52.6"
2025-02-01 18:07:27 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
2025-02-01 18:07:27 +01:00
[[package]]
name = "windows_aarch64_gnullvm"
version = "0.53.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a9d8416fa8b42f5c947f8482c43e7d89e73a173cead56d044f6a56104a6d1b53"
2025-02-01 18:07:27 +01:00
[[package]]
name = "windows_aarch64_msvc"
version = "0.52.6"
2025-02-01 18:07:27 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
2025-02-01 18:07:27 +01:00
[[package]]
name = "windows_aarch64_msvc"
version = "0.53.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b9d782e804c2f632e395708e99a94275910eb9100b2114651e04744e9b125006"
2025-02-01 18:07:27 +01:00
[[package]]
name = "windows_i686_gnu"
version = "0.52.6"
2025-02-01 18:07:27 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
[[package]]
name = "windows_i686_gnu"
version = "0.53.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "960e6da069d81e09becb0ca57a65220ddff016ff2d6af6a223cf372a506593a3"
[[package]]
name = "windows_i686_gnullvm"
version = "0.52.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
2025-02-01 18:07:27 +01:00
[[package]]
name = "windows_i686_gnullvm"
version = "0.53.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fa7359d10048f68ab8b09fa71c3daccfb0e9b559aed648a8f95469c27057180c"
2025-02-01 18:07:27 +01:00
[[package]]
name = "windows_i686_msvc"
version = "0.52.6"
2025-02-01 18:07:27 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
2025-02-01 18:07:27 +01:00
[[package]]
name = "windows_i686_msvc"
version = "0.53.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1e7ac75179f18232fe9c285163565a57ef8d3c89254a30685b57d83a38d326c2"
2025-02-01 18:07:27 +01:00
[[package]]
name = "windows_x86_64_gnu"
version = "0.52.6"
2025-02-01 18:07:27 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
2025-02-01 18:07:27 +01:00
[[package]]
name = "windows_x86_64_gnu"
version = "0.53.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9c3842cdd74a865a8066ab39c8a7a473c0778a3f29370b5fd6b4b9aa7df4a499"
2025-02-01 18:07:27 +01:00
[[package]]
name = "windows_x86_64_gnullvm"
version = "0.52.6"
2025-02-01 18:07:27 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
2025-02-01 18:07:27 +01:00
[[package]]
name = "windows_x86_64_gnullvm"
version = "0.53.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0ffa179e2d07eee8ad8f57493436566c7cc30ac536a3379fdf008f47f6bb7ae1"
2025-02-01 18:07:27 +01:00
[[package]]
name = "windows_x86_64_msvc"
version = "0.52.6"
2025-02-01 18:07:27 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
2025-02-01 18:07:27 +01:00
[[package]]
name = "windows_x86_64_msvc"
version = "0.53.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650"
2025-12-14 19:17:47 +01:00
[[package]]
name = "winnow"
version = "0.7.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5a5364e9d77fcdeeaa6062ced926ee3381faa2ee02d3eb83a5c27a8825540829"
dependencies = [
"memchr",
]
[[package]]
name = "wit-bindgen"
version = "0.46.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f17a85883d4e6d00e8a97c586de764dabcc06133f7f1d55dce5cdc070ad7fe59"
2026-02-09 16:07:25 +01:00
[[package]]
name = "wit-bindgen"
version = "0.51.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d7249219f66ced02969388cf2bb044a09756a083d0fab1e566056b04d9fbcaa5"
dependencies = [
"wit-bindgen-rust-macro",
]
[[package]]
name = "wit-bindgen-core"
version = "0.51.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ea61de684c3ea68cb082b7a88508a8b27fcc8b797d738bfc99a82facf1d752dc"
dependencies = [
"anyhow",
"heck",
"wit-parser",
]
[[package]]
name = "wit-bindgen-rust"
version = "0.51.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b7c566e0f4b284dd6561c786d9cb0142da491f46a9fbed79ea69cdad5db17f21"
dependencies = [
"anyhow",
"heck",
"indexmap",
"prettyplease",
"syn",
"wasm-metadata",
"wit-bindgen-core",
"wit-component",
]
[[package]]
name = "wit-bindgen-rust-macro"
version = "0.51.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0c0f9bfd77e6a48eccf51359e3ae77140a7f50b1e2ebfe62422d8afdaffab17a"
dependencies = [
"anyhow",
"prettyplease",
"proc-macro2",
"quote",
"syn",
"wit-bindgen-core",
"wit-bindgen-rust",
]
[[package]]
name = "wit-component"
version = "0.244.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9d66ea20e9553b30172b5e831994e35fbde2d165325bec84fc43dbf6f4eb9cb2"
dependencies = [
"anyhow",
"bitflags",
"indexmap",
"log",
"serde",
"serde_derive",
"serde_json",
"wasm-encoder",
"wasm-metadata",
"wasmparser",
"wit-parser",
]
[[package]]
name = "wit-parser"
version = "0.244.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ecc8ac4bc1dc3381b7f59c34f00b67e18f910c2c0f50015669dde7def656a736"
dependencies = [
"anyhow",
"id-arena",
"indexmap",
"log",
"semver",
"serde",
"serde_derive",
"serde_json",
"unicode-xid",
"wasmparser",
]
2025-02-01 18:07:27 +01:00
[[package]]
name = "xattr"
version = "1.6.1"
2025-02-01 18:07:27 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "32e45ad4206f6d2479085147f02bc2ef834ac85886624a23575ae137c8aa8156"
2025-02-01 18:07:27 +01:00
dependencies = [
"libc",
2025-03-20 20:40:40 +02:00
"rustix",
2025-02-01 18:07:27 +01:00
]
[[package]]
name = "yansi"
version = "1.0.1"
2025-02-01 18:07:27 +01:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049"
2025-02-25 09:46:11 +01:00
2025-05-25 18:48:38 +02:00
[[package]]
name = "zerofrom"
version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5"
[[package]]
name = "zerovec"
version = "0.11.5"
2025-05-25 18:48:38 +02:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6c28719294829477f525be0186d13efa9a3c602f7ec202ca9e353d310fb9a002"
2025-05-25 18:48:38 +02:00
dependencies = [
"serde",
2025-05-25 18:48:38 +02:00
"zerofrom",
]