mirror of https://github.com/boa-dev/boa.git
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
4223 lines
100 KiB
4223 lines
100 KiB
# This file is automatically @generated by Cargo. |
|
# It is not intended for manual editing. |
|
version = 3 |
|
|
|
[[package]] |
|
name = "addr2line" |
|
version = "0.21.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "8a30b2e23b9e17a9f90641c7ab1549cd9b44f296d3ccbf309d2863cfe398a0cb" |
|
dependencies = [ |
|
"gimli", |
|
] |
|
|
|
[[package]] |
|
name = "adler" |
|
version = "1.0.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe" |
|
|
|
[[package]] |
|
name = "adler2" |
|
version = "2.0.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "512761e0bb2578dd7380c6baaa0f4ce03e84f95e960231d1dec8bf4d7d6e2627" |
|
|
|
[[package]] |
|
name = "ahash" |
|
version = "0.8.11" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011" |
|
dependencies = [ |
|
"cfg-if", |
|
"once_cell", |
|
"version_check", |
|
"zerocopy", |
|
] |
|
|
|
[[package]] |
|
name = "aho-corasick" |
|
version = "1.1.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916" |
|
dependencies = [ |
|
"memchr", |
|
] |
|
|
|
[[package]] |
|
name = "allocator-api2" |
|
version = "0.2.20" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "45862d1c77f2228b9e10bc609d5bc203d86ebc9b87ad8d5d5167a6c9abf739d9" |
|
|
|
[[package]] |
|
name = "anes" |
|
version = "0.1.6" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "4b46cbb362ab8752921c97e041f5e366ee6297bd428a31275b9fcf1e380f7299" |
|
|
|
[[package]] |
|
name = "anstream" |
|
version = "0.6.18" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "8acc5369981196006228e28809f761875c0327210a891e941f4c683b3a99529b" |
|
dependencies = [ |
|
"anstyle", |
|
"anstyle-parse", |
|
"anstyle-query", |
|
"anstyle-wincon", |
|
"colorchoice", |
|
"is_terminal_polyfill", |
|
"utf8parse", |
|
] |
|
|
|
[[package]] |
|
name = "anstyle" |
|
version = "1.0.10" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "55cc3b69f167a1ef2e161439aa98aed94e6028e5f9a59be9a6ffb47aef1651f9" |
|
|
|
[[package]] |
|
name = "anstyle-parse" |
|
version = "0.2.6" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "3b2d16507662817a6a20a9ea92df6652ee4f94f914589377d69f3b21bc5798a9" |
|
dependencies = [ |
|
"utf8parse", |
|
] |
|
|
|
[[package]] |
|
name = "anstyle-query" |
|
version = "1.1.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "79947af37f4177cfead1110013d678905c37501914fba0efea834c3fe9a8d60c" |
|
dependencies = [ |
|
"windows-sys 0.59.0", |
|
] |
|
|
|
[[package]] |
|
name = "anstyle-wincon" |
|
version = "3.0.6" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "2109dbce0e72be3ec00bed26e6a7479ca384ad226efdd66db8fa2e3a38c83125" |
|
dependencies = [ |
|
"anstyle", |
|
"windows-sys 0.59.0", |
|
] |
|
|
|
[[package]] |
|
name = "arbitrary" |
|
version = "1.4.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "dde20b3d026af13f561bdd0f15edf01fc734f0dafcedbaf42bba506a9517f223" |
|
dependencies = [ |
|
"derive_arbitrary", |
|
] |
|
|
|
[[package]] |
|
name = "arrayvec" |
|
version = "0.7.6" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50" |
|
|
|
[[package]] |
|
name = "async-channel" |
|
version = "1.9.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "81953c529336010edd6d8e358f886d9581267795c61b19475b71314bffa46d35" |
|
dependencies = [ |
|
"concurrent-queue", |
|
"event-listener 2.5.3", |
|
"futures-core", |
|
] |
|
|
|
[[package]] |
|
name = "async-channel" |
|
version = "2.3.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "89b47800b0be77592da0afd425cc03468052844aff33b84e33cc696f64e77b6a" |
|
dependencies = [ |
|
"concurrent-queue", |
|
"event-listener-strategy", |
|
"futures-core", |
|
"pin-project-lite", |
|
] |
|
|
|
[[package]] |
|
name = "async-executor" |
|
version = "1.13.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "30ca9a001c1e8ba5149f91a74362376cc6bc5b919d92d988668657bd570bdcec" |
|
dependencies = [ |
|
"async-task", |
|
"concurrent-queue", |
|
"fastrand 2.2.0", |
|
"futures-lite 2.5.0", |
|
"slab", |
|
] |
|
|
|
[[package]] |
|
name = "async-fs" |
|
version = "2.1.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "ebcd09b382f40fcd159c2d695175b2ae620ffa5f3bd6f664131efff4e8b9e04a" |
|
dependencies = [ |
|
"async-lock", |
|
"blocking", |
|
"futures-lite 2.5.0", |
|
] |
|
|
|
[[package]] |
|
name = "async-io" |
|
version = "2.4.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "43a2b323ccce0a1d90b449fd71f2a06ca7faa7c54c2751f06c9bd851fc061059" |
|
dependencies = [ |
|
"async-lock", |
|
"cfg-if", |
|
"concurrent-queue", |
|
"futures-io", |
|
"futures-lite 2.5.0", |
|
"parking", |
|
"polling 3.7.4", |
|
"rustix", |
|
"slab", |
|
"tracing", |
|
"windows-sys 0.59.0", |
|
] |
|
|
|
[[package]] |
|
name = "async-lock" |
|
version = "3.4.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "ff6e472cdea888a4bd64f342f09b3f50e1886d32afe8df3d663c01140b811b18" |
|
dependencies = [ |
|
"event-listener 5.3.1", |
|
"event-listener-strategy", |
|
"pin-project-lite", |
|
] |
|
|
|
[[package]] |
|
name = "async-net" |
|
version = "2.0.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "b948000fad4873c1c9339d60f2623323a0cfd3816e5181033c6a5cb68b2accf7" |
|
dependencies = [ |
|
"async-io", |
|
"blocking", |
|
"futures-lite 2.5.0", |
|
] |
|
|
|
[[package]] |
|
name = "async-process" |
|
version = "2.3.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "63255f1dc2381611000436537bbedfe83183faa303a5a0edaf191edef06526bb" |
|
dependencies = [ |
|
"async-channel 2.3.1", |
|
"async-io", |
|
"async-lock", |
|
"async-signal", |
|
"async-task", |
|
"blocking", |
|
"cfg-if", |
|
"event-listener 5.3.1", |
|
"futures-lite 2.5.0", |
|
"rustix", |
|
"tracing", |
|
] |
|
|
|
[[package]] |
|
name = "async-signal" |
|
version = "0.2.10" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "637e00349800c0bdf8bfc21ebbc0b6524abea702b0da4168ac00d070d0c0b9f3" |
|
dependencies = [ |
|
"async-io", |
|
"async-lock", |
|
"atomic-waker", |
|
"cfg-if", |
|
"futures-core", |
|
"futures-io", |
|
"rustix", |
|
"signal-hook-registry", |
|
"slab", |
|
"windows-sys 0.59.0", |
|
] |
|
|
|
[[package]] |
|
name = "async-task" |
|
version = "4.7.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "8b75356056920673b02621b35afd0f7dda9306d03c79a30f5c56c44cf256e3de" |
|
|
|
[[package]] |
|
name = "atomic-waker" |
|
version = "1.1.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0" |
|
|
|
[[package]] |
|
name = "autocfg" |
|
version = "1.4.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26" |
|
|
|
[[package]] |
|
name = "backtrace" |
|
version = "0.3.71" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "26b05800d2e817c8b3b4b54abd461726265fa9789ae34330622f2db9ee696f9d" |
|
dependencies = [ |
|
"addr2line", |
|
"cc", |
|
"cfg-if", |
|
"libc", |
|
"miniz_oxide 0.7.4", |
|
"object", |
|
"rustc-demangle", |
|
] |
|
|
|
[[package]] |
|
name = "base64" |
|
version = "0.22.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6" |
|
|
|
[[package]] |
|
name = "bitflags" |
|
version = "1.3.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" |
|
|
|
[[package]] |
|
name = "bitflags" |
|
version = "2.6.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "b048fb63fd8b5923fc5aa7b340d8e156aec7ec02f0c78fa8a6ddc2613f6f71de" |
|
dependencies = [ |
|
"serde", |
|
] |
|
|
|
[[package]] |
|
name = "blocking" |
|
version = "1.6.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "703f41c54fc768e63e091340b424302bb1c29ef4aa0c7f10fe849dfb114d29ea" |
|
dependencies = [ |
|
"async-channel 2.3.1", |
|
"async-task", |
|
"futures-io", |
|
"futures-lite 2.5.0", |
|
"piper", |
|
] |
|
|
|
[[package]] |
|
name = "boa_ast" |
|
version = "0.19.0" |
|
dependencies = [ |
|
"arbitrary", |
|
"bitflags 2.6.0", |
|
"boa_interner", |
|
"boa_macros", |
|
"boa_string", |
|
"indexmap", |
|
"num-bigint", |
|
"rustc-hash 2.0.0", |
|
"serde", |
|
] |
|
|
|
[[package]] |
|
name = "boa_cli" |
|
version = "0.19.0" |
|
dependencies = [ |
|
"boa_engine", |
|
"boa_gc", |
|
"boa_parser", |
|
"boa_runtime", |
|
"clap", |
|
"colored", |
|
"dhat", |
|
"jemallocator", |
|
"phf", |
|
"pollster", |
|
"regex", |
|
"rustyline", |
|
"serde_json", |
|
] |
|
|
|
[[package]] |
|
name = "boa_engine" |
|
version = "0.19.0" |
|
dependencies = [ |
|
"arrayvec", |
|
"bitflags 2.6.0", |
|
"boa_ast", |
|
"boa_gc", |
|
"boa_icu_provider", |
|
"boa_interner", |
|
"boa_macros", |
|
"boa_parser", |
|
"boa_profiler", |
|
"boa_string", |
|
"bytemuck", |
|
"cfg-if", |
|
"criterion", |
|
"dashmap", |
|
"either", |
|
"fast-float", |
|
"fixed_decimal", |
|
"float-cmp", |
|
"futures-lite 2.5.0", |
|
"hashbrown 0.15.1", |
|
"icu_calendar", |
|
"icu_casemap", |
|
"icu_collator", |
|
"icu_datetime", |
|
"icu_decimal", |
|
"icu_list", |
|
"icu_locid", |
|
"icu_locid_transform", |
|
"icu_normalizer", |
|
"icu_plurals", |
|
"icu_provider", |
|
"icu_segmenter", |
|
"indexmap", |
|
"indoc", |
|
"intrusive-collections", |
|
"itertools 0.13.0", |
|
"jemallocator", |
|
"num-bigint", |
|
"num-integer", |
|
"num-traits", |
|
"num_enum", |
|
"once_cell", |
|
"pollster", |
|
"portable-atomic", |
|
"rand", |
|
"regress", |
|
"rustc-hash 2.0.0", |
|
"ryu-js", |
|
"serde", |
|
"serde_json", |
|
"sptr", |
|
"static_assertions", |
|
"sys-locale", |
|
"tap", |
|
"temporal_rs", |
|
"test-case", |
|
"textwrap", |
|
"thin-vec", |
|
"thiserror 2.0.3", |
|
"time", |
|
"tinystr", |
|
"web-time", |
|
"writeable", |
|
"yoke", |
|
"zerofrom", |
|
] |
|
|
|
[[package]] |
|
name = "boa_examples" |
|
version = "0.19.0" |
|
dependencies = [ |
|
"boa_ast", |
|
"boa_engine", |
|
"boa_gc", |
|
"boa_interner", |
|
"boa_parser", |
|
"boa_runtime", |
|
"futures-util", |
|
"isahc", |
|
"smol", |
|
"time", |
|
] |
|
|
|
[[package]] |
|
name = "boa_gc" |
|
version = "0.19.0" |
|
dependencies = [ |
|
"boa_macros", |
|
"boa_profiler", |
|
"boa_string", |
|
"hashbrown 0.15.1", |
|
"icu_locid", |
|
"thin-vec", |
|
] |
|
|
|
[[package]] |
|
name = "boa_icu_provider" |
|
version = "0.19.0" |
|
dependencies = [ |
|
"icu_casemap", |
|
"icu_collator", |
|
"icu_datetime", |
|
"icu_decimal", |
|
"icu_list", |
|
"icu_locid_transform", |
|
"icu_normalizer", |
|
"icu_plurals", |
|
"icu_provider", |
|
"icu_provider_adapters", |
|
"icu_provider_blob", |
|
"icu_segmenter", |
|
"once_cell", |
|
"paste", |
|
] |
|
|
|
[[package]] |
|
name = "boa_interner" |
|
version = "0.19.0" |
|
dependencies = [ |
|
"arbitrary", |
|
"boa_gc", |
|
"boa_macros", |
|
"hashbrown 0.15.1", |
|
"indexmap", |
|
"once_cell", |
|
"phf", |
|
"rustc-hash 2.0.0", |
|
"serde", |
|
"static_assertions", |
|
] |
|
|
|
[[package]] |
|
name = "boa_interop" |
|
version = "0.19.0" |
|
dependencies = [ |
|
"boa_engine", |
|
"boa_gc", |
|
"boa_macros", |
|
"rustc-hash 2.0.0", |
|
] |
|
|
|
[[package]] |
|
name = "boa_macros" |
|
version = "0.19.0" |
|
dependencies = [ |
|
"proc-macro2", |
|
"quote", |
|
"syn", |
|
"synstructure", |
|
] |
|
|
|
[[package]] |
|
name = "boa_macros_tests" |
|
version = "0.19.0" |
|
dependencies = [ |
|
"boa_engine", |
|
"trybuild", |
|
] |
|
|
|
[[package]] |
|
name = "boa_parser" |
|
version = "0.19.0" |
|
dependencies = [ |
|
"bitflags 2.6.0", |
|
"boa_ast", |
|
"boa_interner", |
|
"boa_macros", |
|
"boa_profiler", |
|
"fast-float", |
|
"icu_properties", |
|
"num-bigint", |
|
"num-traits", |
|
"regress", |
|
"rustc-hash 2.0.0", |
|
] |
|
|
|
[[package]] |
|
name = "boa_profiler" |
|
version = "0.19.0" |
|
dependencies = [ |
|
"measureme", |
|
"once_cell", |
|
"rustc-hash 2.0.0", |
|
] |
|
|
|
[[package]] |
|
name = "boa_runtime" |
|
version = "0.19.0" |
|
dependencies = [ |
|
"boa_engine", |
|
"boa_gc", |
|
"boa_interop", |
|
"indoc", |
|
"rustc-hash 2.0.0", |
|
"textwrap", |
|
"url", |
|
] |
|
|
|
[[package]] |
|
name = "boa_string" |
|
version = "0.19.0" |
|
dependencies = [ |
|
"fast-float", |
|
"paste", |
|
"rustc-hash 2.0.0", |
|
"sptr", |
|
"static_assertions", |
|
] |
|
|
|
[[package]] |
|
name = "boa_tester" |
|
version = "0.19.0" |
|
dependencies = [ |
|
"bitflags 2.6.0", |
|
"boa_engine", |
|
"boa_gc", |
|
"boa_runtime", |
|
"bus", |
|
"clap", |
|
"color-eyre", |
|
"colored", |
|
"comfy-table", |
|
"phf", |
|
"rayon", |
|
"rustc-hash 2.0.0", |
|
"serde", |
|
"serde_json", |
|
"serde_repr", |
|
"serde_yaml", |
|
"time", |
|
"toml 0.8.19", |
|
] |
|
|
|
[[package]] |
|
name = "boa_wasm" |
|
version = "0.19.0" |
|
dependencies = [ |
|
"boa_engine", |
|
"console_error_panic_hook", |
|
"getrandom", |
|
"wasm-bindgen", |
|
"wasm-bindgen-test", |
|
] |
|
|
|
[[package]] |
|
name = "bumpalo" |
|
version = "3.16.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c" |
|
|
|
[[package]] |
|
name = "bus" |
|
version = "2.4.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "4b7118d0221d84fada881b657c2ddb7cd55108db79c8764c9ee212c0c259b783" |
|
dependencies = [ |
|
"crossbeam-channel", |
|
"num_cpus", |
|
"parking_lot_core", |
|
] |
|
|
|
[[package]] |
|
name = "bytemuck" |
|
version = "1.20.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "8b37c88a63ffd85d15b406896cc343916d7cf57838a847b3a6f2ca5d39a5695a" |
|
dependencies = [ |
|
"bytemuck_derive", |
|
] |
|
|
|
[[package]] |
|
name = "bytemuck_derive" |
|
version = "1.8.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "bcfcc3cd946cb52f0bbfdbbcfa2f4e24f75ebb6c0e1002f7c25904fada18b9ec" |
|
dependencies = [ |
|
"proc-macro2", |
|
"quote", |
|
"syn", |
|
] |
|
|
|
[[package]] |
|
name = "byteorder" |
|
version = "1.5.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" |
|
|
|
[[package]] |
|
name = "bytes" |
|
version = "1.8.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "9ac0150caa2ae65ca5bd83f25c7de183dea78d4d366469f148435e2acfbad0da" |
|
|
|
[[package]] |
|
name = "calendrical_calculations" |
|
version = "0.1.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "cec493b209a1b81fa32312d7ceca1b547d341c7b5f16a3edbf32b1d8b455bbdf" |
|
dependencies = [ |
|
"core_maths", |
|
"displaydoc", |
|
] |
|
|
|
[[package]] |
|
name = "camino" |
|
version = "1.1.9" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "8b96ec4966b5813e2c0507c1f86115c8c5abaadc3980879c3424042a02fd1ad3" |
|
dependencies = [ |
|
"serde", |
|
] |
|
|
|
[[package]] |
|
name = "cargo-platform" |
|
version = "0.1.8" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "24b1f0365a6c6bb4020cd05806fd0d33c44d38046b8bd7f0e40814b9763cabfc" |
|
dependencies = [ |
|
"serde", |
|
] |
|
|
|
[[package]] |
|
name = "cargo_metadata" |
|
version = "0.19.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "afc309ed89476c8957c50fb818f56fe894db857866c3e163335faa91dc34eb85" |
|
dependencies = [ |
|
"camino", |
|
"cargo-platform", |
|
"semver", |
|
"serde", |
|
"serde_json", |
|
"thiserror 1.0.69", |
|
] |
|
|
|
[[package]] |
|
name = "cast" |
|
version = "0.3.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5" |
|
|
|
[[package]] |
|
name = "castaway" |
|
version = "0.1.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "a2698f953def977c68f935bb0dfa959375ad4638570e969e2f1e9f433cbf1af6" |
|
|
|
[[package]] |
|
name = "cc" |
|
version = "1.2.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "fd9de9f2205d5ef3fd67e685b0df337994ddd4495e2a28d185500d0e1edfea47" |
|
dependencies = [ |
|
"shlex", |
|
] |
|
|
|
[[package]] |
|
name = "cfg-if" |
|
version = "1.0.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" |
|
|
|
[[package]] |
|
name = "cfg_aliases" |
|
version = "0.2.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724" |
|
|
|
[[package]] |
|
name = "ciborium" |
|
version = "0.2.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "42e69ffd6f0917f5c029256a24d0161db17cea3997d185db0d35926308770f0e" |
|
dependencies = [ |
|
"ciborium-io", |
|
"ciborium-ll", |
|
"serde", |
|
] |
|
|
|
[[package]] |
|
name = "ciborium-io" |
|
version = "0.2.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "05afea1e0a06c9be33d539b876f1ce3692f4afea2cb41f740e7743225ed1c757" |
|
|
|
[[package]] |
|
name = "ciborium-ll" |
|
version = "0.2.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9" |
|
dependencies = [ |
|
"ciborium-io", |
|
"half", |
|
] |
|
|
|
[[package]] |
|
name = "clap" |
|
version = "4.5.21" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "fb3b4b9e5a7c7514dfa52869339ee98b3156b0bfb4e8a77c4ff4babb64b1604f" |
|
dependencies = [ |
|
"clap_builder", |
|
"clap_derive", |
|
] |
|
|
|
[[package]] |
|
name = "clap_builder" |
|
version = "4.5.21" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "b17a95aa67cc7b5ebd32aa5370189aa0d79069ef1c64ce893bd30fb24bff20ec" |
|
dependencies = [ |
|
"anstream", |
|
"anstyle", |
|
"clap_lex", |
|
"strsim", |
|
] |
|
|
|
[[package]] |
|
name = "clap_derive" |
|
version = "4.5.18" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "4ac6a0c7b1a9e9a5186361f67dfa1b88213572f427fb9ab038efb2bd8c582dab" |
|
dependencies = [ |
|
"heck", |
|
"proc-macro2", |
|
"quote", |
|
"syn", |
|
] |
|
|
|
[[package]] |
|
name = "clap_lex" |
|
version = "0.7.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "afb84c814227b90d6895e01398aee0d8033c00e7466aca416fb6a8e0eb19d8a7" |
|
|
|
[[package]] |
|
name = "clipboard-win" |
|
version = "5.4.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "15efe7a882b08f34e38556b14f2fb3daa98769d06c7f0c1b076dfd0d983bc892" |
|
dependencies = [ |
|
"error-code", |
|
] |
|
|
|
[[package]] |
|
name = "cobs" |
|
version = "0.2.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "67ba02a97a2bd10f4b59b25c7973101c79642302776489e030cd13cdab09ed15" |
|
|
|
[[package]] |
|
name = "color-eyre" |
|
version = "0.6.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "55146f5e46f237f7423d74111267d4597b59b0dad0ffaf7303bce9945d843ad5" |
|
dependencies = [ |
|
"backtrace", |
|
"color-spantrace", |
|
"eyre", |
|
"indenter", |
|
"once_cell", |
|
"owo-colors", |
|
"tracing-error", |
|
] |
|
|
|
[[package]] |
|
name = "color-spantrace" |
|
version = "0.2.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "cd6be1b2a7e382e2b98b43b2adcca6bb0e465af0bdd38123873ae61eb17a72c2" |
|
dependencies = [ |
|
"once_cell", |
|
"owo-colors", |
|
"tracing-core", |
|
"tracing-error", |
|
] |
|
|
|
[[package]] |
|
name = "colorchoice" |
|
version = "1.0.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "5b63caa9aa9397e2d9480a9b13673856c78d8ac123288526c37d7839f2a86990" |
|
|
|
[[package]] |
|
name = "colored" |
|
version = "2.1.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "cbf2150cce219b664a8a70df7a1f933836724b503f8a413af9365b4dcc4d90b8" |
|
dependencies = [ |
|
"lazy_static", |
|
"windows-sys 0.48.0", |
|
] |
|
|
|
[[package]] |
|
name = "comfy-table" |
|
version = "7.1.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "24f165e7b643266ea80cb858aed492ad9280e3e05ce24d4a99d7d7b889b6a4d9" |
|
dependencies = [ |
|
"crossterm", |
|
"strum", |
|
"strum_macros", |
|
"unicode-width 0.2.0", |
|
] |
|
|
|
[[package]] |
|
name = "concurrent-queue" |
|
version = "2.5.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973" |
|
dependencies = [ |
|
"crossbeam-utils", |
|
] |
|
|
|
[[package]] |
|
name = "console_error_panic_hook" |
|
version = "0.1.7" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "a06aeb73f470f66dcdbf7223caeebb85984942f22f1adb2a088cf9668146bbbc" |
|
dependencies = [ |
|
"cfg-if", |
|
"wasm-bindgen", |
|
] |
|
|
|
[[package]] |
|
name = "core_maths" |
|
version = "0.1.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "e3b02505ccb8c50b0aa21ace0fc08c3e53adebd4e58caa18a36152803c7709a3" |
|
dependencies = [ |
|
"libm", |
|
] |
|
|
|
[[package]] |
|
name = "crc32fast" |
|
version = "1.4.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3" |
|
dependencies = [ |
|
"cfg-if", |
|
] |
|
|
|
[[package]] |
|
name = "criterion" |
|
version = "0.5.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "f2b12d017a929603d80db1831cd3a24082f8137ce19c69e6447f54f5fc8d692f" |
|
dependencies = [ |
|
"anes", |
|
"cast", |
|
"ciborium", |
|
"clap", |
|
"criterion-plot", |
|
"is-terminal", |
|
"itertools 0.10.5", |
|
"num-traits", |
|
"once_cell", |
|
"oorandom", |
|
"plotters", |
|
"rayon", |
|
"regex", |
|
"serde", |
|
"serde_derive", |
|
"serde_json", |
|
"tinytemplate", |
|
"walkdir", |
|
] |
|
|
|
[[package]] |
|
name = "criterion-plot" |
|
version = "0.5.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "6b50826342786a51a89e2da3a28f1c32b06e387201bc2d19791f622c673706b1" |
|
dependencies = [ |
|
"cast", |
|
"itertools 0.10.5", |
|
] |
|
|
|
[[package]] |
|
name = "critical-section" |
|
version = "1.2.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "790eea4361631c5e7d22598ecd5723ff611904e3344ce8720784c93e3d83d40b" |
|
|
|
[[package]] |
|
name = "crossbeam-channel" |
|
version = "0.5.13" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "33480d6946193aa8033910124896ca395333cae7e2d1113d1fef6c3272217df2" |
|
dependencies = [ |
|
"crossbeam-utils", |
|
] |
|
|
|
[[package]] |
|
name = "crossbeam-deque" |
|
version = "0.8.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "613f8cc01fe9cf1a3eb3d7f488fd2fa8388403e97039e2f73692932e291a770d" |
|
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.20" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "22ec99545bb0ed0ea7bb9b8e1e9122ea386ff8a48c0922e43f36d45ab09e0e80" |
|
|
|
[[package]] |
|
name = "crossterm" |
|
version = "0.28.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "829d955a0bb380ef178a640b91779e3987da38c9aea133b20614cfed8cdea9c6" |
|
dependencies = [ |
|
"bitflags 2.6.0", |
|
"crossterm_winapi", |
|
"parking_lot", |
|
"rustix", |
|
"winapi", |
|
] |
|
|
|
[[package]] |
|
name = "crossterm_winapi" |
|
version = "0.9.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "acdd7c62a3665c7f6830a51635d9ac9b23ed385797f70a83bb8bafe9c572ab2b" |
|
dependencies = [ |
|
"winapi", |
|
] |
|
|
|
[[package]] |
|
name = "crunchy" |
|
version = "0.2.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7" |
|
|
|
[[package]] |
|
name = "curl" |
|
version = "0.4.47" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "d9fb4d13a1be2b58f14d60adba57c9834b78c62fd86c3e76a148f732686e9265" |
|
dependencies = [ |
|
"curl-sys", |
|
"libc", |
|
"openssl-probe", |
|
"openssl-sys", |
|
"schannel", |
|
"socket2", |
|
"windows-sys 0.52.0", |
|
] |
|
|
|
[[package]] |
|
name = "curl-sys" |
|
version = "0.4.78+curl-8.11.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "8eec768341c5c7789611ae51cf6c459099f22e64a5d5d0ce4892434e33821eaf" |
|
dependencies = [ |
|
"cc", |
|
"libc", |
|
"libnghttp2-sys", |
|
"libz-sys", |
|
"openssl-sys", |
|
"pkg-config", |
|
"vcpkg", |
|
"windows-sys 0.52.0", |
|
] |
|
|
|
[[package]] |
|
name = "dashmap" |
|
version = "6.1.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "5041cc499144891f3790297212f32a74fb938e5136a14943f338ef9e0ae276cf" |
|
dependencies = [ |
|
"cfg-if", |
|
"crossbeam-utils", |
|
"hashbrown 0.14.5", |
|
"lock_api", |
|
"once_cell", |
|
"parking_lot_core", |
|
] |
|
|
|
[[package]] |
|
name = "databake" |
|
version = "0.1.8" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "6a04fbfbecca8f0679c8c06fef907594adcc3e2052e11163a6d30535a1a5604d" |
|
dependencies = [ |
|
"databake-derive", |
|
"proc-macro2", |
|
"quote", |
|
] |
|
|
|
[[package]] |
|
name = "databake-derive" |
|
version = "0.1.8" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "4078275de501a61ceb9e759d37bdd3d7210e654dbc167ac1a3678ef4435ed57b" |
|
dependencies = [ |
|
"proc-macro2", |
|
"quote", |
|
"syn", |
|
"synstructure", |
|
] |
|
|
|
[[package]] |
|
name = "deduplicating_array" |
|
version = "0.1.6" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "1d579f0dbb23612a78e2d3a483dd1bff5edafa84592d15ba5eb5e3fd689b7d98" |
|
dependencies = [ |
|
"serde", |
|
] |
|
|
|
[[package]] |
|
name = "deranged" |
|
version = "0.3.11" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "b42b6fa04a440b495c8b04d0e71b707c585f83cb9cb28cf8cd0d976c315e31b4" |
|
dependencies = [ |
|
"powerfmt", |
|
] |
|
|
|
[[package]] |
|
name = "derive_arbitrary" |
|
version = "1.4.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "30542c1ad912e0e3d22a1935c290e12e8a29d704a420177a31faad4a601a0800" |
|
dependencies = [ |
|
"proc-macro2", |
|
"quote", |
|
"syn", |
|
] |
|
|
|
[[package]] |
|
name = "dhat" |
|
version = "0.3.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "98cd11d84628e233de0ce467de10b8633f4ddaecafadefc86e13b84b8739b827" |
|
dependencies = [ |
|
"backtrace", |
|
"lazy_static", |
|
"mintex", |
|
"parking_lot", |
|
"rustc-hash 1.1.0", |
|
"serde", |
|
"serde_json", |
|
"thousands", |
|
] |
|
|
|
[[package]] |
|
name = "displaydoc" |
|
version = "0.2.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0" |
|
dependencies = [ |
|
"proc-macro2", |
|
"quote", |
|
"syn", |
|
] |
|
|
|
[[package]] |
|
name = "downcast-rs" |
|
version = "1.2.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "75b325c5dbd37f80359721ad39aca5a29fb04c89279657cffdda8736d0c0b9d2" |
|
|
|
[[package]] |
|
name = "either" |
|
version = "1.13.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0" |
|
|
|
[[package]] |
|
name = "elsa" |
|
version = "1.10.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "d98e71ae4df57d214182a2e5cb90230c0192c6ddfcaa05c36453d46a54713e10" |
|
dependencies = [ |
|
"stable_deref_trait", |
|
] |
|
|
|
[[package]] |
|
name = "embedded-io" |
|
version = "0.4.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "ef1a6892d9eef45c8fa6b9e0086428a2cca8491aca8f787c534a3d6d0bcb3ced" |
|
|
|
[[package]] |
|
name = "embedded-io" |
|
version = "0.6.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "edd0f118536f44f5ccd48bcb8b111bdc3de888b58c74639dfb034a357d0f206d" |
|
|
|
[[package]] |
|
name = "encoding_rs" |
|
version = "0.8.35" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3" |
|
dependencies = [ |
|
"cfg-if", |
|
] |
|
|
|
[[package]] |
|
name = "equivalent" |
|
version = "1.0.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5" |
|
|
|
[[package]] |
|
name = "erased-serde" |
|
version = "0.3.31" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "6c138974f9d5e7fe373eb04df7cae98833802ae4b11c24ac7039a21d5af4b26c" |
|
dependencies = [ |
|
"serde", |
|
] |
|
|
|
[[package]] |
|
name = "errno" |
|
version = "0.3.9" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "534c5cf6194dfab3db3242765c03bbe257cf92f22b38f6bc0c58d59108a820ba" |
|
dependencies = [ |
|
"libc", |
|
"windows-sys 0.52.0", |
|
] |
|
|
|
[[package]] |
|
name = "error-code" |
|
version = "3.3.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "a5d9305ccc6942a704f4335694ecd3de2ea531b114ac2d51f5f843750787a92f" |
|
|
|
[[package]] |
|
name = "event-listener" |
|
version = "2.5.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0" |
|
|
|
[[package]] |
|
name = "event-listener" |
|
version = "5.3.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "6032be9bd27023a771701cc49f9f053c751055f71efb2e0ae5c15809093675ba" |
|
dependencies = [ |
|
"concurrent-queue", |
|
"parking", |
|
"pin-project-lite", |
|
] |
|
|
|
[[package]] |
|
name = "event-listener-strategy" |
|
version = "0.5.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "0f214dc438f977e6d4e3500aaa277f5ad94ca83fbbd9b1a15713ce2344ccc5a1" |
|
dependencies = [ |
|
"event-listener 5.3.1", |
|
"pin-project-lite", |
|
] |
|
|
|
[[package]] |
|
name = "eyre" |
|
version = "0.6.12" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "7cd915d99f24784cdc19fd37ef22b97e3ff0ae756c7e492e9fbfe897d61e2aec" |
|
dependencies = [ |
|
"indenter", |
|
"once_cell", |
|
] |
|
|
|
[[package]] |
|
name = "fast-float" |
|
version = "0.2.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "95765f67b4b18863968b4a1bd5bb576f732b29a4a28c7cd84c09fa3e2875f33c" |
|
|
|
[[package]] |
|
name = "fastrand" |
|
version = "1.9.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be" |
|
dependencies = [ |
|
"instant", |
|
] |
|
|
|
[[package]] |
|
name = "fastrand" |
|
version = "2.2.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "486f806e73c5707928240ddc295403b1b93c96a02038563881c4a2fd84b81ac4" |
|
|
|
[[package]] |
|
name = "fd-lock" |
|
version = "4.0.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "7e5768da2206272c81ef0b5e951a41862938a6070da63bcea197899942d3b947" |
|
dependencies = [ |
|
"cfg-if", |
|
"rustix", |
|
"windows-sys 0.52.0", |
|
] |
|
|
|
[[package]] |
|
name = "fixed_decimal" |
|
version = "0.5.6" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "0febbeb1118a9ecdee6e4520ead6b54882e843dd0592ad233247dbee84c53db8" |
|
dependencies = [ |
|
"displaydoc", |
|
"ryu", |
|
"smallvec", |
|
"writeable", |
|
] |
|
|
|
[[package]] |
|
name = "flate2" |
|
version = "1.0.35" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "c936bfdafb507ebbf50b8074c54fa31c5be9a1e7e5f467dd659697041407d07c" |
|
dependencies = [ |
|
"crc32fast", |
|
"miniz_oxide 0.8.0", |
|
] |
|
|
|
[[package]] |
|
name = "float-cmp" |
|
version = "0.10.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "b09cf3155332e944990140d967ff5eceb70df778b34f77d8075db46e4704e6d8" |
|
dependencies = [ |
|
"num-traits", |
|
] |
|
|
|
[[package]] |
|
name = "fnv" |
|
version = "1.0.7" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" |
|
|
|
[[package]] |
|
name = "foldhash" |
|
version = "0.1.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "f81ec6369c545a7d40e4589b5597581fa1c441fe1cce96dd1de43159910a36a2" |
|
|
|
[[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 = "futures-core" |
|
version = "0.3.31" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e" |
|
|
|
[[package]] |
|
name = "futures-io" |
|
version = "0.3.31" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6" |
|
|
|
[[package]] |
|
name = "futures-lite" |
|
version = "1.13.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce" |
|
dependencies = [ |
|
"fastrand 1.9.0", |
|
"futures-core", |
|
"futures-io", |
|
"memchr", |
|
"parking", |
|
"pin-project-lite", |
|
"waker-fn", |
|
] |
|
|
|
[[package]] |
|
name = "futures-lite" |
|
version = "2.5.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "cef40d21ae2c515b51041df9ed313ed21e572df340ea58a922a0aefe7e8891a1" |
|
dependencies = [ |
|
"fastrand 2.2.0", |
|
"futures-core", |
|
"futures-io", |
|
"parking", |
|
"pin-project-lite", |
|
] |
|
|
|
[[package]] |
|
name = "futures-macro" |
|
version = "0.3.31" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650" |
|
dependencies = [ |
|
"proc-macro2", |
|
"quote", |
|
"syn", |
|
] |
|
|
|
[[package]] |
|
name = "futures-task" |
|
version = "0.3.31" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988" |
|
|
|
[[package]] |
|
name = "futures-util" |
|
version = "0.3.31" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81" |
|
dependencies = [ |
|
"futures-core", |
|
"futures-macro", |
|
"futures-task", |
|
"pin-project-lite", |
|
"pin-utils", |
|
"slab", |
|
] |
|
|
|
[[package]] |
|
name = "gen-icu4x-data" |
|
version = "0.19.0" |
|
dependencies = [ |
|
"icu_casemap", |
|
"icu_collator", |
|
"icu_datagen", |
|
"icu_datetime", |
|
"icu_decimal", |
|
"icu_list", |
|
"icu_locid_transform", |
|
"icu_normalizer", |
|
"icu_plurals", |
|
"icu_segmenter", |
|
"log", |
|
"simple_logger", |
|
] |
|
|
|
[[package]] |
|
name = "getrandom" |
|
version = "0.2.15" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7" |
|
dependencies = [ |
|
"cfg-if", |
|
"js-sys", |
|
"libc", |
|
"wasi", |
|
"wasm-bindgen", |
|
] |
|
|
|
[[package]] |
|
name = "gimli" |
|
version = "0.28.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "4271d37baee1b8c7e4b708028c57d816cf9d2434acb33a549475f78c181f6253" |
|
|
|
[[package]] |
|
name = "glob" |
|
version = "0.3.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b" |
|
|
|
[[package]] |
|
name = "half" |
|
version = "2.4.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "6dd08c532ae367adf81c312a4580bc67f1d0fe8bc9c460520283f4c0ff277888" |
|
dependencies = [ |
|
"cfg-if", |
|
"crunchy", |
|
] |
|
|
|
[[package]] |
|
name = "hashbrown" |
|
version = "0.14.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1" |
|
dependencies = [ |
|
"ahash", |
|
"allocator-api2", |
|
] |
|
|
|
[[package]] |
|
name = "hashbrown" |
|
version = "0.15.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "3a9bfc1af68b1726ea47d3d5109de126281def866b33970e10fbab11b5dafab3" |
|
dependencies = [ |
|
"allocator-api2", |
|
"equivalent", |
|
"foldhash", |
|
] |
|
|
|
[[package]] |
|
name = "heck" |
|
version = "0.5.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" |
|
|
|
[[package]] |
|
name = "hermit-abi" |
|
version = "0.3.9" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024" |
|
|
|
[[package]] |
|
name = "hermit-abi" |
|
version = "0.4.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "fbf6a919d6cf397374f7dfeeea91d974c7c0a7221d0d0f4f20d859d329e53fcc" |
|
|
|
[[package]] |
|
name = "http" |
|
version = "0.2.12" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1" |
|
dependencies = [ |
|
"bytes", |
|
"fnv", |
|
"itoa", |
|
] |
|
|
|
[[package]] |
|
name = "icu" |
|
version = "1.5.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "dff5e3018d703f168b00dcefa540a65f1bbc50754ae32f3f5f0e43fe5ee51502" |
|
dependencies = [ |
|
"icu_calendar", |
|
"icu_casemap", |
|
"icu_collator", |
|
"icu_collections", |
|
"icu_datetime", |
|
"icu_decimal", |
|
"icu_experimental", |
|
"icu_list", |
|
"icu_locid", |
|
"icu_locid_transform", |
|
"icu_normalizer", |
|
"icu_plurals", |
|
"icu_properties", |
|
"icu_provider", |
|
"icu_segmenter", |
|
"icu_timezone", |
|
] |
|
|
|
[[package]] |
|
name = "icu_calendar" |
|
version = "1.5.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "7265b2137f9a36f7634a308d91f984574bbdba8cfd95ceffe1c345552275a8ff" |
|
dependencies = [ |
|
"calendrical_calculations", |
|
"databake", |
|
"displaydoc", |
|
"icu_calendar_data", |
|
"icu_locid", |
|
"icu_locid_transform", |
|
"icu_provider", |
|
"serde", |
|
"tinystr", |
|
"writeable", |
|
"zerovec", |
|
] |
|
|
|
[[package]] |
|
name = "icu_calendar_data" |
|
version = "1.5.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "8e009b7f0151ee6fb28c40b1283594397e0b7183820793e9ace3dcd13db126d0" |
|
|
|
[[package]] |
|
name = "icu_casemap" |
|
version = "1.5.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "9ff0c8ae9f8d31b12e27fc385ff9ab1f3cd9b17417c665c49e4ec958c37da75f" |
|
dependencies = [ |
|
"databake", |
|
"displaydoc", |
|
"icu_collections", |
|
"icu_locid", |
|
"icu_properties", |
|
"icu_provider", |
|
"serde", |
|
"writeable", |
|
"zerovec", |
|
] |
|
|
|
[[package]] |
|
name = "icu_codepointtrie_builder" |
|
version = "0.3.8" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "c41aa8d27817174c88860a3227fa5cc50cf2d915367f626d56f5711dd8a2e22a" |
|
dependencies = [ |
|
"icu_collections", |
|
"toml 0.5.11", |
|
"wasmi", |
|
"zerovec", |
|
] |
|
|
|
[[package]] |
|
name = "icu_collator" |
|
version = "1.5.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "d370371887d31d56f361c3eaa15743e54f13bc677059c9191c77e099ed6966b2" |
|
dependencies = [ |
|
"databake", |
|
"displaydoc", |
|
"icu_collections", |
|
"icu_normalizer", |
|
"icu_properties", |
|
"icu_provider", |
|
"serde", |
|
"smallvec", |
|
"utf16_iter", |
|
"utf8_iter", |
|
"zerovec", |
|
] |
|
|
|
[[package]] |
|
name = "icu_collections" |
|
version = "1.5.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "db2fa452206ebee18c4b5c2274dbf1de17008e874b4dc4f0aea9d01ca79e4526" |
|
dependencies = [ |
|
"databake", |
|
"displaydoc", |
|
"serde", |
|
"yoke", |
|
"zerofrom", |
|
"zerovec", |
|
] |
|
|
|
[[package]] |
|
name = "icu_datagen" |
|
version = "1.5.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "d1e80c1b833419752592da4d8a37239f6f11dd04dc3c0048f90acc000b17f4a9" |
|
dependencies = [ |
|
"calendrical_calculations", |
|
"displaydoc", |
|
"either", |
|
"elsa", |
|
"icu", |
|
"icu_calendar", |
|
"icu_casemap", |
|
"icu_codepointtrie_builder", |
|
"icu_collator", |
|
"icu_collections", |
|
"icu_datetime", |
|
"icu_decimal", |
|
"icu_experimental", |
|
"icu_list", |
|
"icu_locid", |
|
"icu_locid_transform", |
|
"icu_normalizer", |
|
"icu_pattern", |
|
"icu_plurals", |
|
"icu_properties", |
|
"icu_provider", |
|
"icu_provider_adapters", |
|
"icu_provider_blob", |
|
"icu_segmenter", |
|
"icu_timezone", |
|
"itertools 0.10.5", |
|
"litemap", |
|
"log", |
|
"memchr", |
|
"ndarray", |
|
"num-bigint", |
|
"num-rational", |
|
"num-traits", |
|
"once_cell", |
|
"rayon", |
|
"serde", |
|
"serde-aux", |
|
"serde_json", |
|
"tinystr", |
|
"toml 0.5.11", |
|
"twox-hash", |
|
"ureq", |
|
"writeable", |
|
"zerotrie", |
|
"zerovec", |
|
"zip", |
|
] |
|
|
|
[[package]] |
|
name = "icu_datetime" |
|
version = "1.5.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "d115efb85e08df3fd77e77f52e7e087545a783fffba8be80bfa2102f306b1780" |
|
dependencies = [ |
|
"databake", |
|
"displaydoc", |
|
"either", |
|
"fixed_decimal", |
|
"icu_calendar", |
|
"icu_decimal", |
|
"icu_locid", |
|
"icu_plurals", |
|
"icu_provider", |
|
"icu_timezone", |
|
"litemap", |
|
"serde", |
|
"smallvec", |
|
"tinystr", |
|
"writeable", |
|
"zerovec", |
|
] |
|
|
|
[[package]] |
|
name = "icu_decimal" |
|
version = "1.5.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "fb8fd98f86ec0448d85e1edf8884e4e318bb2e121bd733ec929a05c0a5e8b0eb" |
|
dependencies = [ |
|
"databake", |
|
"displaydoc", |
|
"fixed_decimal", |
|
"icu_provider", |
|
"serde", |
|
"writeable", |
|
] |
|
|
|
[[package]] |
|
name = "icu_experimental" |
|
version = "0.1.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "844ad7b682a165c758065d694bc4d74ac67f176da1c499a04d85d492c0f193b7" |
|
dependencies = [ |
|
"databake", |
|
"displaydoc", |
|
"fixed_decimal", |
|
"icu_collections", |
|
"icu_decimal", |
|
"icu_locid", |
|
"icu_locid_transform", |
|
"icu_normalizer", |
|
"icu_pattern", |
|
"icu_plurals", |
|
"icu_properties", |
|
"icu_provider", |
|
"litemap", |
|
"log", |
|
"num-bigint", |
|
"num-rational", |
|
"num-traits", |
|
"serde", |
|
"smallvec", |
|
"tinystr", |
|
"writeable", |
|
"zerofrom", |
|
"zerotrie", |
|
"zerovec", |
|
] |
|
|
|
[[package]] |
|
name = "icu_list" |
|
version = "1.5.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "bbfeda1d7775b6548edd4e8b7562304a559a91ed56ab56e18961a053f367c365" |
|
dependencies = [ |
|
"databake", |
|
"deduplicating_array", |
|
"displaydoc", |
|
"icu_provider", |
|
"regex-automata 0.2.0", |
|
"serde", |
|
"writeable", |
|
] |
|
|
|
[[package]] |
|
name = "icu_locid" |
|
version = "1.5.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "13acbb8371917fc971be86fc8057c41a64b521c184808a698c02acc242dbf637" |
|
dependencies = [ |
|
"databake", |
|
"displaydoc", |
|
"litemap", |
|
"serde", |
|
"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 = [ |
|
"databake", |
|
"displaydoc", |
|
"icu_locid", |
|
"icu_locid_transform_data", |
|
"icu_provider", |
|
"serde", |
|
"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 = [ |
|
"databake", |
|
"displaydoc", |
|
"icu_collections", |
|
"icu_normalizer_data", |
|
"icu_properties", |
|
"icu_provider", |
|
"serde", |
|
"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_pattern" |
|
version = "0.2.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "cb7f36aafd098d6717de34e668a8120822275c1fba22b936e757b7de8a2fd7e4" |
|
dependencies = [ |
|
"databake", |
|
"displaydoc", |
|
"either", |
|
"serde", |
|
"writeable", |
|
"yoke", |
|
"zerofrom", |
|
] |
|
|
|
[[package]] |
|
name = "icu_plurals" |
|
version = "1.5.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "ba5a70e7c025dbd5c501b0a5c188cd11666a424f0dadcd4f0a95b7dafde3b114" |
|
dependencies = [ |
|
"databake", |
|
"displaydoc", |
|
"fixed_decimal", |
|
"icu_provider", |
|
"serde", |
|
"zerovec", |
|
] |
|
|
|
[[package]] |
|
name = "icu_properties" |
|
version = "1.5.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "93d6020766cfc6302c15dbbc9c8778c37e62c14427cb7f6e601d849e092aeef5" |
|
dependencies = [ |
|
"databake", |
|
"displaydoc", |
|
"icu_collections", |
|
"icu_locid_transform", |
|
"icu_properties_data", |
|
"icu_provider", |
|
"serde", |
|
"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 = [ |
|
"databake", |
|
"displaydoc", |
|
"erased-serde", |
|
"icu_locid", |
|
"icu_provider_macros", |
|
"log", |
|
"postcard", |
|
"serde", |
|
"stable_deref_trait", |
|
"tinystr", |
|
"writeable", |
|
"yoke", |
|
"zerofrom", |
|
"zerovec", |
|
] |
|
|
|
[[package]] |
|
name = "icu_provider_adapters" |
|
version = "1.5.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "d6324dfd08348a8e0374a447ebd334044d766b1839bb8d5ccf2482a99a77c0bc" |
|
dependencies = [ |
|
"icu_locid", |
|
"icu_locid_transform", |
|
"icu_provider", |
|
"serde", |
|
"tinystr", |
|
"zerovec", |
|
] |
|
|
|
[[package]] |
|
name = "icu_provider_blob" |
|
version = "1.5.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "c24b98d1365f55d78186c205817631a4acf08d7a45bdf5dc9dcf9c5d54dccf51" |
|
dependencies = [ |
|
"icu_provider", |
|
"log", |
|
"postcard", |
|
"serde", |
|
"writeable", |
|
"zerotrie", |
|
"zerovec", |
|
] |
|
|
|
[[package]] |
|
name = "icu_provider_macros" |
|
version = "1.5.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "1ec89e9337638ecdc08744df490b221a7399bf8d164eb52a665454e60e075ad6" |
|
dependencies = [ |
|
"proc-macro2", |
|
"quote", |
|
"syn", |
|
] |
|
|
|
[[package]] |
|
name = "icu_segmenter" |
|
version = "1.5.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "a717725612346ffc2d7b42c94b820db6908048f39434504cb130e8b46256b0de" |
|
dependencies = [ |
|
"core_maths", |
|
"databake", |
|
"displaydoc", |
|
"icu_collections", |
|
"icu_locid", |
|
"icu_provider", |
|
"serde", |
|
"utf8_iter", |
|
"zerovec", |
|
] |
|
|
|
[[package]] |
|
name = "icu_timezone" |
|
version = "1.5.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "aa91ba6a585939a020c787235daa8aee856d9bceebd6355e283c0c310bc6de96" |
|
dependencies = [ |
|
"databake", |
|
"displaydoc", |
|
"icu_calendar", |
|
"icu_provider", |
|
"serde", |
|
"tinystr", |
|
"zerotrie", |
|
"zerovec", |
|
] |
|
|
|
[[package]] |
|
name = "idna" |
|
version = "1.0.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "686f825264d630750a544639377bae737628043f20d38bbc029e8f29ea968a7e" |
|
dependencies = [ |
|
"idna_adapter", |
|
"smallvec", |
|
"utf8_iter", |
|
] |
|
|
|
[[package]] |
|
name = "idna_adapter" |
|
version = "1.2.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "daca1df1c957320b2cf139ac61e7bd64fed304c5040df000a745aa1de3b4ef71" |
|
dependencies = [ |
|
"icu_normalizer", |
|
"icu_properties", |
|
] |
|
|
|
[[package]] |
|
name = "indenter" |
|
version = "0.3.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "ce23b50ad8242c51a442f3ff322d56b02f08852c77e4c0b4d3fd684abc89c683" |
|
|
|
[[package]] |
|
name = "indexmap" |
|
version = "2.6.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "707907fe3c25f5424cce2cb7e1cbcafee6bdbe735ca90ef77c29e84591e5b9da" |
|
dependencies = [ |
|
"equivalent", |
|
"hashbrown 0.15.1", |
|
] |
|
|
|
[[package]] |
|
name = "indexmap-nostd" |
|
version = "0.4.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "8e04e2fd2b8188ea827b32ef11de88377086d690286ab35747ef7f9bf3ccb590" |
|
|
|
[[package]] |
|
name = "indoc" |
|
version = "2.0.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "b248f5224d1d606005e02c97f5aa4e88eeb230488bcc03bc9ca4d7991399f2b5" |
|
|
|
[[package]] |
|
name = "instant" |
|
version = "0.1.13" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222" |
|
dependencies = [ |
|
"cfg-if", |
|
] |
|
|
|
[[package]] |
|
name = "intrusive-collections" |
|
version = "0.9.7" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "189d0897e4cbe8c75efedf3502c18c887b05046e59d28404d4d8e46cbc4d1e86" |
|
dependencies = [ |
|
"memoffset", |
|
] |
|
|
|
[[package]] |
|
name = "is-terminal" |
|
version = "0.4.13" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "261f68e344040fbd0edea105bef17c66edf46f984ddb1115b775ce31be948f4b" |
|
dependencies = [ |
|
"hermit-abi 0.4.0", |
|
"libc", |
|
"windows-sys 0.52.0", |
|
] |
|
|
|
[[package]] |
|
name = "is_terminal_polyfill" |
|
version = "1.70.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf" |
|
|
|
[[package]] |
|
name = "isahc" |
|
version = "1.7.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "334e04b4d781f436dc315cb1e7515bd96826426345d498149e4bde36b67f8ee9" |
|
dependencies = [ |
|
"async-channel 1.9.0", |
|
"castaway", |
|
"crossbeam-utils", |
|
"curl", |
|
"curl-sys", |
|
"encoding_rs", |
|
"event-listener 2.5.3", |
|
"futures-lite 1.13.0", |
|
"http", |
|
"log", |
|
"mime", |
|
"once_cell", |
|
"polling 2.8.0", |
|
"slab", |
|
"sluice", |
|
"tracing", |
|
"tracing-futures", |
|
"url", |
|
"waker-fn", |
|
] |
|
|
|
[[package]] |
|
name = "itertools" |
|
version = "0.10.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473" |
|
dependencies = [ |
|
"either", |
|
] |
|
|
|
[[package]] |
|
name = "itertools" |
|
version = "0.13.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186" |
|
dependencies = [ |
|
"either", |
|
] |
|
|
|
[[package]] |
|
name = "itoa" |
|
version = "1.0.13" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "540654e97a3f4470a492cd30ff187bc95d89557a903a2bbf112e2fae98104ef2" |
|
|
|
[[package]] |
|
name = "ixdtf" |
|
version = "0.2.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "2123305f927452a9502fc05c33800280d90127c95c50eb45ec6b3c50346afbf3" |
|
dependencies = [ |
|
"displaydoc", |
|
] |
|
|
|
[[package]] |
|
name = "jemalloc-sys" |
|
version = "0.5.4+5.3.0-patched" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "ac6c1946e1cea1788cbfde01c993b52a10e2da07f4bac608228d1bed20bfebf2" |
|
dependencies = [ |
|
"cc", |
|
"libc", |
|
] |
|
|
|
[[package]] |
|
name = "jemallocator" |
|
version = "0.5.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "a0de374a9f8e63150e6f5e8a60cc14c668226d7a347d8aee1a45766e3c4dd3bc" |
|
dependencies = [ |
|
"jemalloc-sys", |
|
"libc", |
|
] |
|
|
|
[[package]] |
|
name = "js-sys" |
|
version = "0.3.72" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "6a88f1bda2bd75b0452a14784937d796722fdebfe50df998aeb3f0b7603019a9" |
|
dependencies = [ |
|
"wasm-bindgen", |
|
] |
|
|
|
[[package]] |
|
name = "lazy_static" |
|
version = "1.5.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe" |
|
|
|
[[package]] |
|
name = "libc" |
|
version = "0.2.164" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "433bfe06b8c75da9b2e3fbea6e5329ff87748f0b144ef75306e674c3f6f7c13f" |
|
|
|
[[package]] |
|
name = "libm" |
|
version = "0.2.11" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "8355be11b20d696c8f18f6cc018c4e372165b1fa8126cef092399c9951984ffa" |
|
|
|
[[package]] |
|
name = "libnghttp2-sys" |
|
version = "0.1.10+1.61.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "959c25552127d2e1fa72f0e52548ec04fc386e827ba71a7bd01db46a447dc135" |
|
dependencies = [ |
|
"cc", |
|
"libc", |
|
] |
|
|
|
[[package]] |
|
name = "libz-sys" |
|
version = "1.1.20" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "d2d16453e800a8cf6dd2fc3eb4bc99b786a9b90c663b8559a5b1a041bf89e472" |
|
dependencies = [ |
|
"cc", |
|
"libc", |
|
"pkg-config", |
|
"vcpkg", |
|
] |
|
|
|
[[package]] |
|
name = "linux-raw-sys" |
|
version = "0.4.14" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89" |
|
|
|
[[package]] |
|
name = "litemap" |
|
version = "0.7.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "643cb0b8d4fcc284004d5fd0d67ccf61dfffadb7f75e1e71bc420f4688a3a704" |
|
dependencies = [ |
|
"serde", |
|
] |
|
|
|
[[package]] |
|
name = "lock_api" |
|
version = "0.4.12" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17" |
|
dependencies = [ |
|
"autocfg", |
|
"scopeguard", |
|
] |
|
|
|
[[package]] |
|
name = "log" |
|
version = "0.4.22" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24" |
|
|
|
[[package]] |
|
name = "matrixmultiply" |
|
version = "0.3.9" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "9380b911e3e96d10c1f415da0876389aaf1b56759054eeb0de7df940c456ba1a" |
|
dependencies = [ |
|
"autocfg", |
|
"rawpointer", |
|
] |
|
|
|
[[package]] |
|
name = "measureme" |
|
version = "12.0.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "3ed2d26a61b68ba37bf203340b6b6addf4da2c2e7cfb0cff700792088d69ebc9" |
|
dependencies = [ |
|
"log", |
|
"memmap2", |
|
"parking_lot", |
|
"perf-event-open-sys", |
|
"rustc-hash 1.1.0", |
|
"smallvec", |
|
] |
|
|
|
[[package]] |
|
name = "memchr" |
|
version = "2.7.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3" |
|
|
|
[[package]] |
|
name = "memmap2" |
|
version = "0.2.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "723e3ebdcdc5c023db1df315364573789f8857c11b631a2fdfad7c00f5c046b4" |
|
dependencies = [ |
|
"libc", |
|
] |
|
|
|
[[package]] |
|
name = "memoffset" |
|
version = "0.9.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a" |
|
dependencies = [ |
|
"autocfg", |
|
] |
|
|
|
[[package]] |
|
name = "mime" |
|
version = "0.3.17" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a" |
|
|
|
[[package]] |
|
name = "minicov" |
|
version = "0.3.7" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "f27fe9f1cc3c22e1687f9446c2083c4c5fc7f0bcf1c7a86bdbded14985895b4b" |
|
dependencies = [ |
|
"cc", |
|
"walkdir", |
|
] |
|
|
|
[[package]] |
|
name = "miniz_oxide" |
|
version = "0.7.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "b8a240ddb74feaf34a79a7add65a741f3167852fba007066dcac1ca548d89c08" |
|
dependencies = [ |
|
"adler", |
|
] |
|
|
|
[[package]] |
|
name = "miniz_oxide" |
|
version = "0.8.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "e2d80299ef12ff69b16a84bb182e3b9df68b5a91574d3d4fa6e41b65deec4df1" |
|
dependencies = [ |
|
"adler2", |
|
] |
|
|
|
[[package]] |
|
name = "mintex" |
|
version = "0.1.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "9bec4598fddb13cc7b528819e697852653252b760f1228b7642679bf2ff2cd07" |
|
|
|
[[package]] |
|
name = "ndarray" |
|
version = "0.15.6" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "adb12d4e967ec485a5f71c6311fe28158e9d6f4bc4a447b474184d0f91a8fa32" |
|
dependencies = [ |
|
"matrixmultiply", |
|
"num-complex", |
|
"num-integer", |
|
"num-traits", |
|
"rawpointer", |
|
] |
|
|
|
[[package]] |
|
name = "nix" |
|
version = "0.29.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46" |
|
dependencies = [ |
|
"bitflags 2.6.0", |
|
"cfg-if", |
|
"cfg_aliases", |
|
"libc", |
|
] |
|
|
|
[[package]] |
|
name = "num-bigint" |
|
version = "0.4.6" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9" |
|
dependencies = [ |
|
"arbitrary", |
|
"num-integer", |
|
"num-traits", |
|
"serde", |
|
] |
|
|
|
[[package]] |
|
name = "num-complex" |
|
version = "0.4.6" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495" |
|
dependencies = [ |
|
"num-traits", |
|
] |
|
|
|
[[package]] |
|
name = "num-conv" |
|
version = "0.1.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9" |
|
|
|
[[package]] |
|
name = "num-integer" |
|
version = "0.1.46" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f" |
|
dependencies = [ |
|
"num-traits", |
|
] |
|
|
|
[[package]] |
|
name = "num-rational" |
|
version = "0.4.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824" |
|
dependencies = [ |
|
"num-bigint", |
|
"num-integer", |
|
"num-traits", |
|
] |
|
|
|
[[package]] |
|
name = "num-traits" |
|
version = "0.2.19" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841" |
|
dependencies = [ |
|
"autocfg", |
|
] |
|
|
|
[[package]] |
|
name = "num_cpus" |
|
version = "1.16.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43" |
|
dependencies = [ |
|
"hermit-abi 0.3.9", |
|
"libc", |
|
] |
|
|
|
[[package]] |
|
name = "num_enum" |
|
version = "0.7.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "4e613fc340b2220f734a8595782c551f1250e969d87d3be1ae0579e8d4065179" |
|
dependencies = [ |
|
"num_enum_derive", |
|
] |
|
|
|
[[package]] |
|
name = "num_enum_derive" |
|
version = "0.7.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "af1844ef2428cc3e1cb900be36181049ef3d3193c63e43026cfe202983b27a56" |
|
dependencies = [ |
|
"proc-macro-crate", |
|
"proc-macro2", |
|
"quote", |
|
"syn", |
|
] |
|
|
|
[[package]] |
|
name = "num_threads" |
|
version = "0.1.7" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9" |
|
dependencies = [ |
|
"libc", |
|
] |
|
|
|
[[package]] |
|
name = "object" |
|
version = "0.32.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "a6a622008b6e321afc04970976f62ee297fdbaa6f95318ca343e3eebb9648441" |
|
dependencies = [ |
|
"memchr", |
|
] |
|
|
|
[[package]] |
|
name = "once_cell" |
|
version = "1.20.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "1261fe7e33c73b354eab43b1273a57c8f967d0391e80353e51f764ac02cf6775" |
|
dependencies = [ |
|
"critical-section", |
|
"portable-atomic", |
|
] |
|
|
|
[[package]] |
|
name = "oorandom" |
|
version = "11.1.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "b410bbe7e14ab526a0e86877eb47c6996a2bd7746f027ba551028c925390e4e9" |
|
|
|
[[package]] |
|
name = "openssl-probe" |
|
version = "0.1.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf" |
|
|
|
[[package]] |
|
name = "openssl-sys" |
|
version = "0.9.104" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "45abf306cbf99debc8195b66b7346498d7b10c210de50418b5ccd7ceba08c741" |
|
dependencies = [ |
|
"cc", |
|
"libc", |
|
"pkg-config", |
|
"vcpkg", |
|
] |
|
|
|
[[package]] |
|
name = "owo-colors" |
|
version = "3.5.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "c1b04fb49957986fdce4d6ee7a65027d55d4b6d2265e5848bbb507b58ccfdb6f" |
|
|
|
[[package]] |
|
name = "parking" |
|
version = "2.2.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba" |
|
|
|
[[package]] |
|
name = "parking_lot" |
|
version = "0.12.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27" |
|
dependencies = [ |
|
"lock_api", |
|
"parking_lot_core", |
|
] |
|
|
|
[[package]] |
|
name = "parking_lot_core" |
|
version = "0.9.10" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8" |
|
dependencies = [ |
|
"cfg-if", |
|
"libc", |
|
"redox_syscall", |
|
"smallvec", |
|
"windows-targets 0.52.6", |
|
] |
|
|
|
[[package]] |
|
name = "paste" |
|
version = "1.0.15" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a" |
|
|
|
[[package]] |
|
name = "percent-encoding" |
|
version = "2.3.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e" |
|
|
|
[[package]] |
|
name = "perf-event-open-sys" |
|
version = "3.0.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "b29be2ba35c12c6939f6bc73187f728bba82c3c062ecdc5fa90ea739282a1f58" |
|
dependencies = [ |
|
"libc", |
|
] |
|
|
|
[[package]] |
|
name = "phf" |
|
version = "0.11.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "ade2d8b8f33c7333b51bcf0428d37e217e9f32192ae4772156f65063b8ce03dc" |
|
dependencies = [ |
|
"phf_macros", |
|
"phf_shared", |
|
] |
|
|
|
[[package]] |
|
name = "phf_generator" |
|
version = "0.11.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "48e4cc64c2ad9ebe670cb8fd69dd50ae301650392e81c05f9bfcb2d5bdbc24b0" |
|
dependencies = [ |
|
"phf_shared", |
|
"rand", |
|
] |
|
|
|
[[package]] |
|
name = "phf_macros" |
|
version = "0.11.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "3444646e286606587e49f3bcf1679b8cef1dc2c5ecc29ddacaffc305180d464b" |
|
dependencies = [ |
|
"phf_generator", |
|
"phf_shared", |
|
"proc-macro2", |
|
"quote", |
|
"syn", |
|
] |
|
|
|
[[package]] |
|
name = "phf_shared" |
|
version = "0.11.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "90fcb95eef784c2ac79119d1dd819e162b5da872ce6f3c3abe1e8ca1c082f72b" |
|
dependencies = [ |
|
"siphasher", |
|
] |
|
|
|
[[package]] |
|
name = "pin-project" |
|
version = "1.1.7" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "be57f64e946e500c8ee36ef6331845d40a93055567ec57e8fae13efd33759b95" |
|
dependencies = [ |
|
"pin-project-internal", |
|
] |
|
|
|
[[package]] |
|
name = "pin-project-internal" |
|
version = "1.1.7" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "3c0f5fad0874fc7abcd4d750e76917eaebbecaa2c20bde22e1dbeeba8beb758c" |
|
dependencies = [ |
|
"proc-macro2", |
|
"quote", |
|
"syn", |
|
] |
|
|
|
[[package]] |
|
name = "pin-project-lite" |
|
version = "0.2.15" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "915a1e146535de9163f3987b8944ed8cf49a18bb0056bcebcdcece385cece4ff" |
|
|
|
[[package]] |
|
name = "pin-utils" |
|
version = "0.1.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" |
|
|
|
[[package]] |
|
name = "piper" |
|
version = "0.2.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "96c8c490f422ef9a4efd2cb5b42b76c8613d7e7dfc1caf667b8a3350a5acc066" |
|
dependencies = [ |
|
"atomic-waker", |
|
"fastrand 2.2.0", |
|
"futures-io", |
|
] |
|
|
|
[[package]] |
|
name = "pkg-config" |
|
version = "0.3.31" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "953ec861398dccce10c670dfeaf3ec4911ca479e9c02154b3a215178c5f566f2" |
|
|
|
[[package]] |
|
name = "plotters" |
|
version = "0.3.7" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "5aeb6f403d7a4911efb1e33402027fc44f29b5bf6def3effcc22d7bb75f2b747" |
|
dependencies = [ |
|
"num-traits", |
|
"plotters-backend", |
|
"plotters-svg", |
|
"wasm-bindgen", |
|
"web-sys", |
|
] |
|
|
|
[[package]] |
|
name = "plotters-backend" |
|
version = "0.3.7" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "df42e13c12958a16b3f7f4386b9ab1f3e7933914ecea48da7139435263a4172a" |
|
|
|
[[package]] |
|
name = "plotters-svg" |
|
version = "0.3.7" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "51bae2ac328883f7acdfea3d66a7c35751187f870bc81f94563733a154d7a670" |
|
dependencies = [ |
|
"plotters-backend", |
|
] |
|
|
|
[[package]] |
|
name = "polling" |
|
version = "2.8.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "4b2d323e8ca7996b3e23126511a523f7e62924d93ecd5ae73b333815b0eb3dce" |
|
dependencies = [ |
|
"autocfg", |
|
"bitflags 1.3.2", |
|
"cfg-if", |
|
"concurrent-queue", |
|
"libc", |
|
"log", |
|
"pin-project-lite", |
|
"windows-sys 0.48.0", |
|
] |
|
|
|
[[package]] |
|
name = "polling" |
|
version = "3.7.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "a604568c3202727d1507653cb121dbd627a58684eb09a820fd746bee38b4442f" |
|
dependencies = [ |
|
"cfg-if", |
|
"concurrent-queue", |
|
"hermit-abi 0.4.0", |
|
"pin-project-lite", |
|
"rustix", |
|
"tracing", |
|
"windows-sys 0.59.0", |
|
] |
|
|
|
[[package]] |
|
name = "pollster" |
|
version = "0.4.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "2f3a9f18d041e6d0e102a0a46750538147e5e8992d3b4873aaafee2520b00ce3" |
|
|
|
[[package]] |
|
name = "portable-atomic" |
|
version = "1.9.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "cc9c68a3f6da06753e9335d63e27f6b9754dd1920d941135b7ea8224f141adb2" |
|
|
|
[[package]] |
|
name = "postcard" |
|
version = "1.0.10" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "5f7f0a8d620d71c457dd1d47df76bb18960378da56af4527aaa10f515eee732e" |
|
dependencies = [ |
|
"cobs", |
|
"embedded-io 0.4.0", |
|
"embedded-io 0.6.1", |
|
"serde", |
|
] |
|
|
|
[[package]] |
|
name = "powerfmt" |
|
version = "0.2.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391" |
|
|
|
[[package]] |
|
name = "ppv-lite86" |
|
version = "0.2.20" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "77957b295656769bb8ad2b6a6b09d897d94f05c41b069aede1fcdaa675eaea04" |
|
dependencies = [ |
|
"zerocopy", |
|
] |
|
|
|
[[package]] |
|
name = "proc-macro-crate" |
|
version = "3.2.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "8ecf48c7ca261d60b74ab1a7b20da18bede46776b2e55535cb958eb595c5fa7b" |
|
dependencies = [ |
|
"toml_edit", |
|
] |
|
|
|
[[package]] |
|
name = "proc-macro2" |
|
version = "1.0.91" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "307e3004becf10f5a6e0d59d20f3cd28231b0e0827a96cd3e0ce6d14bc1e4bb3" |
|
dependencies = [ |
|
"unicode-ident", |
|
] |
|
|
|
[[package]] |
|
name = "quote" |
|
version = "1.0.37" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "b5b9d34b8991d19d98081b46eacdd8eb58c6f2b201139f7c5f643cc155a633af" |
|
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 = [ |
|
"getrandom", |
|
] |
|
|
|
[[package]] |
|
name = "rawpointer" |
|
version = "0.2.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "60a357793950651c4ed0f3f52338f53b2f809f32d83a07f72909fa13e4c6c1e3" |
|
|
|
[[package]] |
|
name = "rayon" |
|
version = "1.10.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa" |
|
dependencies = [ |
|
"either", |
|
"rayon-core", |
|
] |
|
|
|
[[package]] |
|
name = "rayon-core" |
|
version = "1.12.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2" |
|
dependencies = [ |
|
"crossbeam-deque", |
|
"crossbeam-utils", |
|
] |
|
|
|
[[package]] |
|
name = "redox_syscall" |
|
version = "0.5.7" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "9b6dfecf2c74bce2466cabf93f6664d6998a69eb21e39f4207930065b27b771f" |
|
dependencies = [ |
|
"bitflags 2.6.0", |
|
] |
|
|
|
[[package]] |
|
name = "regex" |
|
version = "1.11.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191" |
|
dependencies = [ |
|
"aho-corasick", |
|
"memchr", |
|
"regex-automata 0.4.9", |
|
"regex-syntax 0.8.5", |
|
] |
|
|
|
[[package]] |
|
name = "regex-automata" |
|
version = "0.2.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "e9368763f5a9b804326f3af749e16f9abf378d227bcdee7634b13d8f17793782" |
|
dependencies = [ |
|
"memchr", |
|
"regex-syntax 0.6.29", |
|
] |
|
|
|
[[package]] |
|
name = "regex-automata" |
|
version = "0.4.9" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908" |
|
dependencies = [ |
|
"aho-corasick", |
|
"memchr", |
|
"regex-syntax 0.8.5", |
|
] |
|
|
|
[[package]] |
|
name = "regex-syntax" |
|
version = "0.6.29" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1" |
|
|
|
[[package]] |
|
name = "regex-syntax" |
|
version = "0.8.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c" |
|
|
|
[[package]] |
|
name = "regress" |
|
version = "0.10.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "1541daf4e4ed43a0922b7969bdc2170178bcacc5dabf7e39bc508a9fa3953a7a" |
|
dependencies = [ |
|
"hashbrown 0.14.5", |
|
"memchr", |
|
] |
|
|
|
[[package]] |
|
name = "ring" |
|
version = "0.17.8" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "c17fa4cb658e3583423e915b9f3acc01cceaee1860e33d59ebae66adc3a2dc0d" |
|
dependencies = [ |
|
"cc", |
|
"cfg-if", |
|
"getrandom", |
|
"libc", |
|
"spin", |
|
"untrusted", |
|
"windows-sys 0.52.0", |
|
] |
|
|
|
[[package]] |
|
name = "rustc-demangle" |
|
version = "0.1.24" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f" |
|
|
|
[[package]] |
|
name = "rustc-hash" |
|
version = "1.1.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2" |
|
|
|
[[package]] |
|
name = "rustc-hash" |
|
version = "2.0.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "583034fd73374156e66797ed8e5b0d5690409c9226b22d87cb7f19821c05d152" |
|
|
|
[[package]] |
|
name = "rustix" |
|
version = "0.38.41" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "d7f649912bc1495e167a6edee79151c84b1bad49748cb4f1f1167f459f6224f6" |
|
dependencies = [ |
|
"bitflags 2.6.0", |
|
"errno", |
|
"libc", |
|
"linux-raw-sys", |
|
"windows-sys 0.52.0", |
|
] |
|
|
|
[[package]] |
|
name = "rustls" |
|
version = "0.23.17" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "7f1a745511c54ba6d4465e8d5dfbd81b45791756de28d4981af70d6dca128f1e" |
|
dependencies = [ |
|
"log", |
|
"once_cell", |
|
"ring", |
|
"rustls-pki-types", |
|
"rustls-webpki", |
|
"subtle", |
|
"zeroize", |
|
] |
|
|
|
[[package]] |
|
name = "rustls-pki-types" |
|
version = "1.10.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "16f1201b3c9a7ee8039bcadc17b7e605e2945b27eee7631788c1bd2b0643674b" |
|
|
|
[[package]] |
|
name = "rustls-webpki" |
|
version = "0.102.8" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "64ca1bc8749bd4cf37b5ce386cc146580777b4e8572c7b97baf22c83f444bee9" |
|
dependencies = [ |
|
"ring", |
|
"rustls-pki-types", |
|
"untrusted", |
|
] |
|
|
|
[[package]] |
|
name = "rustversion" |
|
version = "1.0.18" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "0e819f2bc632f285be6d7cd36e25940d45b2391dd6d9b939e79de557f7014248" |
|
|
|
[[package]] |
|
name = "rustyline" |
|
version = "15.0.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "2ee1e066dc922e513bda599c6ccb5f3bb2b0ea5870a579448f2622993f0a9a2f" |
|
dependencies = [ |
|
"bitflags 2.6.0", |
|
"cfg-if", |
|
"clipboard-win", |
|
"fd-lock", |
|
"libc", |
|
"log", |
|
"memchr", |
|
"nix", |
|
"rustyline-derive", |
|
"unicode-segmentation", |
|
"unicode-width 0.2.0", |
|
"utf8parse", |
|
"windows-sys 0.59.0", |
|
] |
|
|
|
[[package]] |
|
name = "rustyline-derive" |
|
version = "0.11.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "327e9d075f6df7e25fbf594f1be7ef55cf0d567a6cb5112eeccbbd51ceb48e0d" |
|
dependencies = [ |
|
"proc-macro2", |
|
"quote", |
|
"syn", |
|
] |
|
|
|
[[package]] |
|
name = "ryu" |
|
version = "1.0.18" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f" |
|
|
|
[[package]] |
|
name = "ryu-js" |
|
version = "1.0.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "ad97d4ce1560a5e27cec89519dc8300d1aa6035b099821261c651486a19e44d5" |
|
|
|
[[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 = "schannel" |
|
version = "0.1.27" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "1f29ebaa345f945cec9fbbc532eb307f0fdad8161f281b6369539c8d84876b3d" |
|
dependencies = [ |
|
"windows-sys 0.59.0", |
|
] |
|
|
|
[[package]] |
|
name = "scoped-tls" |
|
version = "1.0.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294" |
|
|
|
[[package]] |
|
name = "scopeguard" |
|
version = "1.2.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" |
|
|
|
[[package]] |
|
name = "scripts" |
|
version = "0.0.0" |
|
dependencies = [ |
|
"cargo_metadata", |
|
"log", |
|
"simple_logger", |
|
] |
|
|
|
[[package]] |
|
name = "semver" |
|
version = "1.0.23" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "61697e0a1c7e512e84a621326239844a24d8207b4669b41bc18b32ea5cbf988b" |
|
dependencies = [ |
|
"serde", |
|
] |
|
|
|
[[package]] |
|
name = "serde" |
|
version = "1.0.215" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "6513c1ad0b11a9376da888e3e0baa0077f1aed55c17f50e7b2397136129fb88f" |
|
dependencies = [ |
|
"serde_derive", |
|
] |
|
|
|
[[package]] |
|
name = "serde-aux" |
|
version = "4.5.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "0d2e8bfba469d06512e11e3311d4d051a4a387a5b42d010404fecf3200321c95" |
|
dependencies = [ |
|
"serde", |
|
"serde_json", |
|
] |
|
|
|
[[package]] |
|
name = "serde_derive" |
|
version = "1.0.215" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "ad1e866f866923f252f05c889987993144fb74e722403468a4ebd70c3cd756c0" |
|
dependencies = [ |
|
"proc-macro2", |
|
"quote", |
|
"syn", |
|
] |
|
|
|
[[package]] |
|
name = "serde_json" |
|
version = "1.0.133" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "c7fceb2473b9166b2294ef05efcb65a3db80803f0b03ef86a5fc88a2b85ee377" |
|
dependencies = [ |
|
"itoa", |
|
"memchr", |
|
"ryu", |
|
"serde", |
|
] |
|
|
|
[[package]] |
|
name = "serde_repr" |
|
version = "0.1.19" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "6c64451ba24fc7a6a2d60fc75dd9c83c90903b19028d4eff35e88fc1e86564e9" |
|
dependencies = [ |
|
"proc-macro2", |
|
"quote", |
|
"syn", |
|
] |
|
|
|
[[package]] |
|
name = "serde_spanned" |
|
version = "0.6.8" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "87607cb1398ed59d48732e575a4c28a7a8ebf2454b964fe3f224f2afc07909e1" |
|
dependencies = [ |
|
"serde", |
|
] |
|
|
|
[[package]] |
|
name = "serde_yaml" |
|
version = "0.9.34+deprecated" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "6a8b1a1a2ebf674015cc02edccce75287f1a0130d394307b36743c2f5d504b47" |
|
dependencies = [ |
|
"indexmap", |
|
"itoa", |
|
"ryu", |
|
"serde", |
|
"unsafe-libyaml", |
|
] |
|
|
|
[[package]] |
|
name = "sharded-slab" |
|
version = "0.1.7" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6" |
|
dependencies = [ |
|
"lazy_static", |
|
] |
|
|
|
[[package]] |
|
name = "shlex" |
|
version = "1.3.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" |
|
|
|
[[package]] |
|
name = "signal-hook-registry" |
|
version = "1.4.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "a9e9e0b4211b72e7b8b6e85c807d36c212bdb33ea8587f7569562a84df5465b1" |
|
dependencies = [ |
|
"libc", |
|
] |
|
|
|
[[package]] |
|
name = "simple_logger" |
|
version = "5.0.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "e8c5dfa5e08767553704aa0ffd9d9794d527103c736aba9854773851fd7497eb" |
|
dependencies = [ |
|
"colored", |
|
"log", |
|
"time", |
|
"windows-sys 0.48.0", |
|
] |
|
|
|
[[package]] |
|
name = "siphasher" |
|
version = "0.3.11" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d" |
|
|
|
[[package]] |
|
name = "slab" |
|
version = "0.4.9" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67" |
|
dependencies = [ |
|
"autocfg", |
|
] |
|
|
|
[[package]] |
|
name = "sluice" |
|
version = "0.5.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "6d7400c0eff44aa2fcb5e31a5f24ba9716ed90138769e4977a2ba6014ae63eb5" |
|
dependencies = [ |
|
"async-channel 1.9.0", |
|
"futures-core", |
|
"futures-io", |
|
] |
|
|
|
[[package]] |
|
name = "smallvec" |
|
version = "1.13.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67" |
|
dependencies = [ |
|
"serde", |
|
] |
|
|
|
[[package]] |
|
name = "smawk" |
|
version = "0.3.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "b7c388c1b5e93756d0c740965c41e8822f866621d41acbdf6336a6a168f8840c" |
|
|
|
[[package]] |
|
name = "smol" |
|
version = "2.0.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "a33bd3e260892199c3ccfc487c88b2da2265080acb316cd920da72fdfd7c599f" |
|
dependencies = [ |
|
"async-channel 2.3.1", |
|
"async-executor", |
|
"async-fs", |
|
"async-io", |
|
"async-lock", |
|
"async-net", |
|
"async-process", |
|
"blocking", |
|
"futures-lite 2.5.0", |
|
] |
|
|
|
[[package]] |
|
name = "socket2" |
|
version = "0.5.7" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "ce305eb0b4296696835b71df73eb912e0f1ffd2556a501fcede6e0c50349191c" |
|
dependencies = [ |
|
"libc", |
|
"windows-sys 0.52.0", |
|
] |
|
|
|
[[package]] |
|
name = "spin" |
|
version = "0.9.8" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67" |
|
|
|
[[package]] |
|
name = "sptr" |
|
version = "0.3.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "3b9b39299b249ad65f3b7e96443bad61c02ca5cd3589f46cb6d610a0fd6c0d6a" |
|
|
|
[[package]] |
|
name = "stable_deref_trait" |
|
version = "1.2.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3" |
|
|
|
[[package]] |
|
name = "static_assertions" |
|
version = "1.1.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" |
|
|
|
[[package]] |
|
name = "strsim" |
|
version = "0.11.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f" |
|
|
|
[[package]] |
|
name = "strum" |
|
version = "0.26.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06" |
|
|
|
[[package]] |
|
name = "strum_macros" |
|
version = "0.26.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "4c6bee85a5a24955dc440386795aa378cd9cf82acd5f764469152d2270e581be" |
|
dependencies = [ |
|
"heck", |
|
"proc-macro2", |
|
"quote", |
|
"rustversion", |
|
"syn", |
|
] |
|
|
|
[[package]] |
|
name = "subtle" |
|
version = "2.6.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292" |
|
|
|
[[package]] |
|
name = "syn" |
|
version = "2.0.89" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "44d46482f1c1c87acd84dea20c1bf5ebff4c757009ed6bf19cfd36fb10e92c4e" |
|
dependencies = [ |
|
"proc-macro2", |
|
"quote", |
|
"unicode-ident", |
|
] |
|
|
|
[[package]] |
|
name = "synstructure" |
|
version = "0.13.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971" |
|
dependencies = [ |
|
"proc-macro2", |
|
"quote", |
|
"syn", |
|
] |
|
|
|
[[package]] |
|
name = "sys-locale" |
|
version = "0.3.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "8eab9a99a024a169fe8a903cf9d4a3b3601109bcc13bd9e3c6fff259138626c4" |
|
dependencies = [ |
|
"libc", |
|
] |
|
|
|
[[package]] |
|
name = "tap" |
|
version = "1.0.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369" |
|
|
|
[[package]] |
|
name = "target-triple" |
|
version = "0.1.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "42a4d50cdb458045afc8131fd91b64904da29548bcb63c7236e0844936c13078" |
|
|
|
[[package]] |
|
name = "temporal_rs" |
|
version = "0.0.3" |
|
source = "git+https://github.com/boa-dev/temporal.git?rev=1e7901d07a83211e62373ab94284a7d1ada4c913#1e7901d07a83211e62373ab94284a7d1ada4c913" |
|
dependencies = [ |
|
"bitflags 2.6.0", |
|
"icu_calendar", |
|
"ixdtf", |
|
"num-bigint", |
|
"num-traits", |
|
"rustc-hash 2.0.0", |
|
"tinystr", |
|
] |
|
|
|
[[package]] |
|
name = "termcolor" |
|
version = "1.4.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755" |
|
dependencies = [ |
|
"winapi-util", |
|
] |
|
|
|
[[package]] |
|
name = "test-case" |
|
version = "3.3.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "eb2550dd13afcd286853192af8601920d959b14c401fcece38071d53bf0768a8" |
|
dependencies = [ |
|
"test-case-macros", |
|
] |
|
|
|
[[package]] |
|
name = "test-case-core" |
|
version = "3.3.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "adcb7fd841cd518e279be3d5a3eb0636409487998a4aff22f3de87b81e88384f" |
|
dependencies = [ |
|
"cfg-if", |
|
"proc-macro2", |
|
"quote", |
|
"syn", |
|
] |
|
|
|
[[package]] |
|
name = "test-case-macros" |
|
version = "3.3.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "5c89e72a01ed4c579669add59014b9a524d609c0c88c6a585ce37485879f6ffb" |
|
dependencies = [ |
|
"proc-macro2", |
|
"quote", |
|
"syn", |
|
"test-case-core", |
|
] |
|
|
|
[[package]] |
|
name = "textwrap" |
|
version = "0.16.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "23d434d3f8967a09480fb04132ebe0a3e088c173e6d0ee7897abbdf4eab0f8b9" |
|
dependencies = [ |
|
"smawk", |
|
"unicode-linebreak", |
|
"unicode-width 0.1.14", |
|
] |
|
|
|
[[package]] |
|
name = "thin-vec" |
|
version = "0.2.13" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "a38c90d48152c236a3ab59271da4f4ae63d678c5d7ad6b7714d7cb9760be5e4b" |
|
|
|
[[package]] |
|
name = "thiserror" |
|
version = "1.0.69" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52" |
|
dependencies = [ |
|
"thiserror-impl 1.0.69", |
|
] |
|
|
|
[[package]] |
|
name = "thiserror" |
|
version = "2.0.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "c006c85c7651b3cf2ada4584faa36773bd07bac24acfb39f3c431b36d7e667aa" |
|
dependencies = [ |
|
"thiserror-impl 2.0.3", |
|
] |
|
|
|
[[package]] |
|
name = "thiserror-impl" |
|
version = "1.0.69" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1" |
|
dependencies = [ |
|
"proc-macro2", |
|
"quote", |
|
"syn", |
|
] |
|
|
|
[[package]] |
|
name = "thiserror-impl" |
|
version = "2.0.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "f077553d607adc1caf65430528a576c757a71ed73944b66ebb58ef2bbd243568" |
|
dependencies = [ |
|
"proc-macro2", |
|
"quote", |
|
"syn", |
|
] |
|
|
|
[[package]] |
|
name = "thousands" |
|
version = "0.2.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "3bf63baf9f5039dadc247375c29eb13706706cfde997d0330d05aa63a77d8820" |
|
|
|
[[package]] |
|
name = "thread_local" |
|
version = "1.1.8" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c" |
|
dependencies = [ |
|
"cfg-if", |
|
"once_cell", |
|
] |
|
|
|
[[package]] |
|
name = "time" |
|
version = "0.3.36" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "5dfd88e563464686c916c7e46e623e520ddc6d79fa6641390f2e3fa86e83e885" |
|
dependencies = [ |
|
"deranged", |
|
"itoa", |
|
"js-sys", |
|
"libc", |
|
"num-conv", |
|
"num_threads", |
|
"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" |
|
version = "0.2.18" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "3f252a68540fde3a3877aeea552b832b40ab9a69e318efd078774a01ddee1ccf" |
|
dependencies = [ |
|
"num-conv", |
|
"time-core", |
|
] |
|
|
|
[[package]] |
|
name = "tinystr" |
|
version = "0.7.6" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "9117f5d4db391c1cf6927e7bea3db74b9a1c1add8f7eda9ffd5364f40f57b82f" |
|
dependencies = [ |
|
"databake", |
|
"displaydoc", |
|
"serde", |
|
"zerovec", |
|
] |
|
|
|
[[package]] |
|
name = "tinytemplate" |
|
version = "1.2.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc" |
|
dependencies = [ |
|
"serde", |
|
"serde_json", |
|
] |
|
|
|
[[package]] |
|
name = "toml" |
|
version = "0.5.11" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234" |
|
dependencies = [ |
|
"serde", |
|
] |
|
|
|
[[package]] |
|
name = "toml" |
|
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" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "0dd7358ecb8fc2f8d014bf86f6f638ce72ba252a2c3a2572f2a795f1d23efb41" |
|
dependencies = [ |
|
"serde", |
|
] |
|
|
|
[[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", |
|
] |
|
|
|
[[package]] |
|
name = "tracing" |
|
version = "0.1.40" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef" |
|
dependencies = [ |
|
"log", |
|
"pin-project-lite", |
|
"tracing-attributes", |
|
"tracing-core", |
|
] |
|
|
|
[[package]] |
|
name = "tracing-attributes" |
|
version = "0.1.27" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7" |
|
dependencies = [ |
|
"proc-macro2", |
|
"quote", |
|
"syn", |
|
] |
|
|
|
[[package]] |
|
name = "tracing-core" |
|
version = "0.1.32" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54" |
|
dependencies = [ |
|
"once_cell", |
|
"valuable", |
|
] |
|
|
|
[[package]] |
|
name = "tracing-error" |
|
version = "0.2.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "d686ec1c0f384b1277f097b2f279a2ecc11afe8c133c1aabf036a27cb4cd206e" |
|
dependencies = [ |
|
"tracing", |
|
"tracing-subscriber", |
|
] |
|
|
|
[[package]] |
|
name = "tracing-futures" |
|
version = "0.2.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "97d095ae15e245a057c8e8451bab9b3ee1e1f68e9ba2b4fbc18d0ac5237835f2" |
|
dependencies = [ |
|
"pin-project", |
|
"tracing", |
|
] |
|
|
|
[[package]] |
|
name = "tracing-subscriber" |
|
version = "0.3.18" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "ad0f048c97dbd9faa9b7df56362b8ebcaa52adb06b498c050d2f4e32f90a7a8b" |
|
dependencies = [ |
|
"sharded-slab", |
|
"thread_local", |
|
"tracing-core", |
|
] |
|
|
|
[[package]] |
|
name = "trybuild" |
|
version = "1.0.101" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "8dcd332a5496c026f1e14b7f3d2b7bd98e509660c04239c58b0ba38a12daded4" |
|
dependencies = [ |
|
"glob", |
|
"serde", |
|
"serde_derive", |
|
"serde_json", |
|
"target-triple", |
|
"termcolor", |
|
"toml 0.8.19", |
|
] |
|
|
|
[[package]] |
|
name = "twox-hash" |
|
version = "1.6.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "97fee6b57c6a41524a810daee9286c02d7752c4253064d0b05472833a438f675" |
|
dependencies = [ |
|
"cfg-if", |
|
"rand", |
|
"static_assertions", |
|
] |
|
|
|
[[package]] |
|
name = "unicode-ident" |
|
version = "1.0.14" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "adb9e6ca4f869e1180728b7950e35922a7fc6397f7b641499e8f3ef06e50dc83" |
|
|
|
[[package]] |
|
name = "unicode-linebreak" |
|
version = "0.1.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f" |
|
|
|
[[package]] |
|
name = "unicode-segmentation" |
|
version = "1.12.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493" |
|
|
|
[[package]] |
|
name = "unicode-width" |
|
version = "0.1.14" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af" |
|
|
|
[[package]] |
|
name = "unicode-width" |
|
version = "0.2.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "1fc81956842c57dac11422a97c3b8195a1ff727f06e85c84ed2e8aa277c9a0fd" |
|
|
|
[[package]] |
|
name = "unsafe-libyaml" |
|
version = "0.2.11" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "673aac59facbab8a9007c7f6108d11f63b603f7cabff99fabf650fea5c32b861" |
|
|
|
[[package]] |
|
name = "untrusted" |
|
version = "0.9.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1" |
|
|
|
[[package]] |
|
name = "ureq" |
|
version = "2.10.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "b74fc6b57825be3373f7054754755f03ac3a8f5d70015ccad699ba2029956f4a" |
|
dependencies = [ |
|
"base64", |
|
"flate2", |
|
"log", |
|
"once_cell", |
|
"rustls", |
|
"rustls-pki-types", |
|
"url", |
|
"webpki-roots", |
|
] |
|
|
|
[[package]] |
|
name = "url" |
|
version = "2.5.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "8d157f1b96d14500ffdc1f10ba712e780825526c03d9a49b4d0324b0d9113ada" |
|
dependencies = [ |
|
"form_urlencoded", |
|
"idna", |
|
"percent-encoding", |
|
] |
|
|
|
[[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" |
|
|
|
[[package]] |
|
name = "utf8parse" |
|
version = "0.2.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821" |
|
|
|
[[package]] |
|
name = "valuable" |
|
version = "0.1.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d" |
|
|
|
[[package]] |
|
name = "vcpkg" |
|
version = "0.2.15" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426" |
|
|
|
[[package]] |
|
name = "version_check" |
|
version = "0.9.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a" |
|
|
|
[[package]] |
|
name = "waker-fn" |
|
version = "1.2.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "317211a0dc0ceedd78fb2ca9a44aed3d7b9b26f81870d485c07122b4350673b7" |
|
|
|
[[package]] |
|
name = "walkdir" |
|
version = "2.5.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b" |
|
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" |
|
|
|
[[package]] |
|
name = "wasm-bindgen" |
|
version = "0.2.95" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "128d1e363af62632b8eb57219c8fd7877144af57558fb2ef0368d0087bddeb2e" |
|
dependencies = [ |
|
"cfg-if", |
|
"once_cell", |
|
"wasm-bindgen-macro", |
|
] |
|
|
|
[[package]] |
|
name = "wasm-bindgen-backend" |
|
version = "0.2.95" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "cb6dd4d3ca0ddffd1dd1c9c04f94b868c37ff5fac97c30b97cff2d74fce3a358" |
|
dependencies = [ |
|
"bumpalo", |
|
"log", |
|
"once_cell", |
|
"proc-macro2", |
|
"quote", |
|
"syn", |
|
"wasm-bindgen-shared", |
|
] |
|
|
|
[[package]] |
|
name = "wasm-bindgen-futures" |
|
version = "0.4.45" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "cc7ec4f8827a71586374db3e87abdb5a2bb3a15afed140221307c3ec06b1f63b" |
|
dependencies = [ |
|
"cfg-if", |
|
"js-sys", |
|
"wasm-bindgen", |
|
"web-sys", |
|
] |
|
|
|
[[package]] |
|
name = "wasm-bindgen-macro" |
|
version = "0.2.95" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "e79384be7f8f5a9dd5d7167216f022090cf1f9ec128e6e6a482a2cb5c5422c56" |
|
dependencies = [ |
|
"quote", |
|
"wasm-bindgen-macro-support", |
|
] |
|
|
|
[[package]] |
|
name = "wasm-bindgen-macro-support" |
|
version = "0.2.95" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "26c6ab57572f7a24a4985830b120de1594465e5d500f24afe89e16b4e833ef68" |
|
dependencies = [ |
|
"proc-macro2", |
|
"quote", |
|
"syn", |
|
"wasm-bindgen-backend", |
|
"wasm-bindgen-shared", |
|
] |
|
|
|
[[package]] |
|
name = "wasm-bindgen-shared" |
|
version = "0.2.95" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "65fc09f10666a9f147042251e0dda9c18f166ff7de300607007e96bdebc1068d" |
|
|
|
[[package]] |
|
name = "wasm-bindgen-test" |
|
version = "0.3.45" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "d381749acb0943d357dcbd8f0b100640679883fcdeeef04def49daf8d33a5426" |
|
dependencies = [ |
|
"console_error_panic_hook", |
|
"js-sys", |
|
"minicov", |
|
"scoped-tls", |
|
"wasm-bindgen", |
|
"wasm-bindgen-futures", |
|
"wasm-bindgen-test-macro", |
|
] |
|
|
|
[[package]] |
|
name = "wasm-bindgen-test-macro" |
|
version = "0.3.45" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "c97b2ef2c8d627381e51c071c2ab328eac606d3f69dd82bcbca20a9e389d95f0" |
|
dependencies = [ |
|
"proc-macro2", |
|
"quote", |
|
"syn", |
|
] |
|
|
|
[[package]] |
|
name = "wasmi" |
|
version = "0.31.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "77a8281d1d660cdf54c76a3efa9ddd0c270cada1383a995db3ccb43d166456c7" |
|
dependencies = [ |
|
"smallvec", |
|
"spin", |
|
"wasmi_arena", |
|
"wasmi_core", |
|
"wasmparser-nostd", |
|
] |
|
|
|
[[package]] |
|
name = "wasmi_arena" |
|
version = "0.4.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "104a7f73be44570cac297b3035d76b169d6599637631cf37a1703326a0727073" |
|
|
|
[[package]] |
|
name = "wasmi_core" |
|
version = "0.13.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "dcf1a7db34bff95b85c261002720c00c3a6168256dcb93041d3fa2054d19856a" |
|
dependencies = [ |
|
"downcast-rs", |
|
"libm", |
|
"num-traits", |
|
"paste", |
|
] |
|
|
|
[[package]] |
|
name = "wasmparser-nostd" |
|
version = "0.100.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "d5a015fe95f3504a94bb1462c717aae75253e39b9dd6c3fb1062c934535c64aa" |
|
dependencies = [ |
|
"indexmap-nostd", |
|
] |
|
|
|
[[package]] |
|
name = "web-sys" |
|
version = "0.3.72" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "f6488b90108c040df0fe62fa815cbdee25124641df01814dd7282749234c6112" |
|
dependencies = [ |
|
"js-sys", |
|
"wasm-bindgen", |
|
] |
|
|
|
[[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", |
|
] |
|
|
|
[[package]] |
|
name = "webpki-roots" |
|
version = "0.26.7" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "5d642ff16b7e79272ae451b7322067cdc17cadf68c23264be9d94a32319efe7e" |
|
dependencies = [ |
|
"rustls-pki-types", |
|
] |
|
|
|
[[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" |
|
|
|
[[package]] |
|
name = "winapi-util" |
|
version = "0.1.9" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb" |
|
dependencies = [ |
|
"windows-sys 0.59.0", |
|
] |
|
|
|
[[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-sys" |
|
version = "0.48.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9" |
|
dependencies = [ |
|
"windows-targets 0.48.5", |
|
] |
|
|
|
[[package]] |
|
name = "windows-sys" |
|
version = "0.52.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d" |
|
dependencies = [ |
|
"windows-targets 0.52.6", |
|
] |
|
|
|
[[package]] |
|
name = "windows-sys" |
|
version = "0.59.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b" |
|
dependencies = [ |
|
"windows-targets 0.52.6", |
|
] |
|
|
|
[[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" |
|
version = "0.52.6" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973" |
|
dependencies = [ |
|
"windows_aarch64_gnullvm 0.52.6", |
|
"windows_aarch64_msvc 0.52.6", |
|
"windows_i686_gnu 0.52.6", |
|
"windows_i686_gnullvm", |
|
"windows_i686_msvc 0.52.6", |
|
"windows_x86_64_gnu 0.52.6", |
|
"windows_x86_64_gnullvm 0.52.6", |
|
"windows_x86_64_msvc 0.52.6", |
|
] |
|
|
|
[[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" |
|
version = "0.52.6" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3" |
|
|
|
[[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" |
|
version = "0.52.6" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469" |
|
|
|
[[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" |
|
version = "0.52.6" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b" |
|
|
|
[[package]] |
|
name = "windows_i686_gnullvm" |
|
version = "0.52.6" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66" |
|
|
|
[[package]] |
|
name = "windows_i686_msvc" |
|
version = "0.48.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406" |
|
|
|
[[package]] |
|
name = "windows_i686_msvc" |
|
version = "0.52.6" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66" |
|
|
|
[[package]] |
|
name = "windows_x86_64_gnu" |
|
version = "0.48.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e" |
|
|
|
[[package]] |
|
name = "windows_x86_64_gnu" |
|
version = "0.52.6" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78" |
|
|
|
[[package]] |
|
name = "windows_x86_64_gnullvm" |
|
version = "0.48.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc" |
|
|
|
[[package]] |
|
name = "windows_x86_64_gnullvm" |
|
version = "0.52.6" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d" |
|
|
|
[[package]] |
|
name = "windows_x86_64_msvc" |
|
version = "0.48.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538" |
|
|
|
[[package]] |
|
name = "windows_x86_64_msvc" |
|
version = "0.52.6" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec" |
|
|
|
[[package]] |
|
name = "winnow" |
|
version = "0.6.20" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "36c1fec1a2bb5866f07c25f68c26e565c4c200aebb96d7e55710c19d3e8ac49b" |
|
dependencies = [ |
|
"memchr", |
|
] |
|
|
|
[[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" |
|
dependencies = [ |
|
"either", |
|
] |
|
|
|
[[package]] |
|
name = "yoke" |
|
version = "0.7.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "6c5b1314b079b0930c31e3af543d8ee1757b1951ae1e1565ec704403a7240ca5" |
|
dependencies = [ |
|
"serde", |
|
"stable_deref_trait", |
|
"yoke-derive", |
|
"zerofrom", |
|
] |
|
|
|
[[package]] |
|
name = "yoke-derive" |
|
version = "0.7.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "28cc31741b18cb6f1d5ff12f5b7523e3d6eb0852bbbad19d73905511d9849b95" |
|
dependencies = [ |
|
"proc-macro2", |
|
"quote", |
|
"syn", |
|
"synstructure", |
|
] |
|
|
|
[[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", |
|
"syn", |
|
] |
|
|
|
[[package]] |
|
name = "zerofrom" |
|
version = "0.1.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "91ec111ce797d0e0784a1116d0ddcdbea84322cd79e5d5ad173daeba4f93ab55" |
|
dependencies = [ |
|
"zerofrom-derive", |
|
] |
|
|
|
[[package]] |
|
name = "zerofrom-derive" |
|
version = "0.1.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "0ea7b4a3637ea8669cedf0f1fd5c286a17f3de97b8dd5a70a6c167a1730e63a5" |
|
dependencies = [ |
|
"proc-macro2", |
|
"quote", |
|
"syn", |
|
"synstructure", |
|
] |
|
|
|
[[package]] |
|
name = "zeroize" |
|
version = "1.8.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde" |
|
|
|
[[package]] |
|
name = "zerotrie" |
|
version = "0.1.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "fb594dd55d87335c5f60177cee24f19457a5ec10a065e0a3014722ad252d0a1f" |
|
dependencies = [ |
|
"databake", |
|
"displaydoc", |
|
"litemap", |
|
"serde", |
|
"yoke", |
|
"zerofrom", |
|
"zerovec", |
|
] |
|
|
|
[[package]] |
|
name = "zerovec" |
|
version = "0.10.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "aa2b893d79df23bfb12d5461018d408ea19dfafe76c2c7ef6d4eba614f8ff079" |
|
dependencies = [ |
|
"databake", |
|
"serde", |
|
"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", |
|
] |
|
|
|
[[package]] |
|
name = "zip" |
|
version = "0.6.6" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "760394e246e4c28189f19d488c058bf16f564016aefac5d32bb1f3b51d5e9261" |
|
dependencies = [ |
|
"byteorder", |
|
"crc32fast", |
|
"crossbeam-utils", |
|
"flate2", |
|
]
|
|
|