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.
1183 lines
29 KiB
1183 lines
29 KiB
# This file is automatically @generated by Cargo. |
|
# It is not intended for manual editing. |
|
version = 3 |
|
|
|
[[package]] |
|
name = "ahash" |
|
version = "0.8.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "2c99f64d1e06488f620f932677e24bc6e2897582980441ae90a671415bd7ec2f" |
|
dependencies = [ |
|
"cfg-if", |
|
"once_cell", |
|
"version_check", |
|
] |
|
|
|
[[package]] |
|
name = "android-tzdata" |
|
version = "0.1.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0" |
|
|
|
[[package]] |
|
name = "android_system_properties" |
|
version = "0.1.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311" |
|
dependencies = [ |
|
"libc", |
|
] |
|
|
|
[[package]] |
|
name = "arbitrary" |
|
version = "1.3.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "e2d098ff73c1ca148721f37baad5ea6a465a13f9573aba8641fbbbae8164a54e" |
|
dependencies = [ |
|
"derive_arbitrary", |
|
] |
|
|
|
[[package]] |
|
name = "atomic-polyfill" |
|
version = "1.0.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "c314e70d181aa6053b26e3f7fbf86d1dfff84f816a6175b967666b3506ef7289" |
|
dependencies = [ |
|
"critical-section", |
|
] |
|
|
|
[[package]] |
|
name = "autocfg" |
|
version = "1.1.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa" |
|
|
|
[[package]] |
|
name = "bitflags" |
|
version = "1.3.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" |
|
|
|
[[package]] |
|
name = "bitflags" |
|
version = "2.3.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "630be753d4e58660abd17930c71b647fe46c27ea6b63cc59e1e3851406972e42" |
|
|
|
[[package]] |
|
name = "boa_ast" |
|
version = "0.17.0" |
|
dependencies = [ |
|
"arbitrary", |
|
"bitflags 2.3.3", |
|
"boa_interner", |
|
"boa_macros", |
|
"indexmap", |
|
"num-bigint", |
|
"rustc-hash", |
|
] |
|
|
|
[[package]] |
|
name = "boa_engine" |
|
version = "0.17.0" |
|
dependencies = [ |
|
"bitflags 2.3.3", |
|
"boa_ast", |
|
"boa_gc", |
|
"boa_icu_provider", |
|
"boa_interner", |
|
"boa_macros", |
|
"boa_parser", |
|
"boa_profiler", |
|
"chrono", |
|
"dashmap", |
|
"fast-float", |
|
"icu_normalizer", |
|
"indexmap", |
|
"itertools", |
|
"num-bigint", |
|
"num-integer", |
|
"num-traits", |
|
"num_enum", |
|
"once_cell", |
|
"pollster", |
|
"rand", |
|
"regress", |
|
"rustc-hash", |
|
"ryu-js", |
|
"serde", |
|
"serde_json", |
|
"sptr", |
|
"static_assertions", |
|
"tap", |
|
"thin-vec", |
|
"thiserror", |
|
] |
|
|
|
[[package]] |
|
name = "boa_fuzz" |
|
version = "0.0.0" |
|
dependencies = [ |
|
"arbitrary", |
|
"boa_ast", |
|
"boa_engine", |
|
"boa_interner", |
|
"boa_parser", |
|
"libfuzzer-sys", |
|
] |
|
|
|
[[package]] |
|
name = "boa_gc" |
|
version = "0.17.0" |
|
dependencies = [ |
|
"boa_macros", |
|
"boa_profiler", |
|
"thin-vec", |
|
] |
|
|
|
[[package]] |
|
name = "boa_icu_provider" |
|
version = "0.17.0" |
|
dependencies = [ |
|
"icu_collections", |
|
"icu_normalizer", |
|
"icu_properties", |
|
"icu_provider", |
|
"once_cell", |
|
"zerovec", |
|
] |
|
|
|
[[package]] |
|
name = "boa_interner" |
|
version = "0.17.0" |
|
dependencies = [ |
|
"arbitrary", |
|
"boa_gc", |
|
"boa_macros", |
|
"hashbrown 0.14.0", |
|
"indexmap", |
|
"once_cell", |
|
"phf", |
|
"rustc-hash", |
|
"static_assertions", |
|
] |
|
|
|
[[package]] |
|
name = "boa_macros" |
|
version = "0.17.0" |
|
dependencies = [ |
|
"proc-macro2", |
|
"quote", |
|
"syn 2.0.25", |
|
"synstructure 0.13.0", |
|
] |
|
|
|
[[package]] |
|
name = "boa_parser" |
|
version = "0.17.0" |
|
dependencies = [ |
|
"bitflags 2.3.3", |
|
"boa_ast", |
|
"boa_icu_provider", |
|
"boa_interner", |
|
"boa_macros", |
|
"boa_profiler", |
|
"fast-float", |
|
"icu_properties", |
|
"num-bigint", |
|
"num-traits", |
|
"once_cell", |
|
"regress", |
|
"rustc-hash", |
|
] |
|
|
|
[[package]] |
|
name = "boa_profiler" |
|
version = "0.17.0" |
|
|
|
[[package]] |
|
name = "bumpalo" |
|
version = "3.13.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "a3e2c3daef883ecc1b5d58c15adae93470a91d425f3532ba1695849656af3fc1" |
|
|
|
[[package]] |
|
name = "cc" |
|
version = "1.0.79" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "50d30906286121d95be3d479533b458f87493b30a4b5f79a607db8f5d11aa91f" |
|
dependencies = [ |
|
"jobserver", |
|
] |
|
|
|
[[package]] |
|
name = "cfg-if" |
|
version = "1.0.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" |
|
|
|
[[package]] |
|
name = "chrono" |
|
version = "0.4.26" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "ec837a71355b28f6556dbd569b37b3f363091c0bd4b2e735674521b4c5fd9bc5" |
|
dependencies = [ |
|
"android-tzdata", |
|
"iana-time-zone", |
|
"num-traits", |
|
"winapi", |
|
] |
|
|
|
[[package]] |
|
name = "core-foundation-sys" |
|
version = "0.8.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "e496a50fda8aacccc86d7529e2c1e0892dbd0f898a6b5645b5561b89c3210efa" |
|
|
|
[[package]] |
|
name = "critical-section" |
|
version = "1.1.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "6548a0ad5d2549e111e1f6a11a6c2e2d00ce6a3dafe22948d67c2b443f775e52" |
|
|
|
[[package]] |
|
name = "dashmap" |
|
version = "5.4.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "907076dfda823b0b36d2a1bb5f90c96660a5bbcd7729e10727f07858f22c4edc" |
|
dependencies = [ |
|
"cfg-if", |
|
"hashbrown 0.12.3", |
|
"lock_api", |
|
"once_cell", |
|
"parking_lot_core", |
|
] |
|
|
|
[[package]] |
|
name = "derive_arbitrary" |
|
version = "1.3.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "53e0efad4403bfc52dc201159c4b842a246a14b98c64b55dfd0f2d89729dfeb8" |
|
dependencies = [ |
|
"proc-macro2", |
|
"quote", |
|
"syn 2.0.25", |
|
] |
|
|
|
[[package]] |
|
name = "displaydoc" |
|
version = "0.2.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "487585f4d0c6655fe74905e2504d8ad6908e4db67f744eb140876906c2f3175d" |
|
dependencies = [ |
|
"proc-macro2", |
|
"quote", |
|
"syn 2.0.25", |
|
] |
|
|
|
[[package]] |
|
name = "either" |
|
version = "1.8.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "7fcaabb2fef8c910e7f4c7ce9f67a1283a1715879a7c230ca9d6d1ae31f16d91" |
|
|
|
[[package]] |
|
name = "equivalent" |
|
version = "1.0.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "88bffebc5d80432c9b140ee17875ff173a8ab62faad5b257da912bd2f6c1c0a1" |
|
|
|
[[package]] |
|
name = "fast-float" |
|
version = "0.2.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "95765f67b4b18863968b4a1bd5bb576f732b29a4a28c7cd84c09fa3e2875f33c" |
|
|
|
[[package]] |
|
name = "getrandom" |
|
version = "0.2.10" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "be4136b2a15dd319360be1c07d9933517ccf0be8f16bf62a3bee4f0d618df427" |
|
dependencies = [ |
|
"cfg-if", |
|
"libc", |
|
"wasi", |
|
] |
|
|
|
[[package]] |
|
name = "hashbrown" |
|
version = "0.12.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888" |
|
|
|
[[package]] |
|
name = "hashbrown" |
|
version = "0.13.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "43a3c133739dddd0d2990f9a4bdf8eb4b21ef50e4851ca85ab661199821d510e" |
|
dependencies = [ |
|
"ahash", |
|
] |
|
|
|
[[package]] |
|
name = "hashbrown" |
|
version = "0.14.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "2c6201b9ff9fd90a5a3bac2e56a830d0caa509576f0e503818ee82c181b3437a" |
|
|
|
[[package]] |
|
name = "iana-time-zone" |
|
version = "0.1.57" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "2fad5b825842d2b38bd206f3e81d6957625fd7f0a361e345c30e01a0ae2dd613" |
|
dependencies = [ |
|
"android_system_properties", |
|
"core-foundation-sys", |
|
"iana-time-zone-haiku", |
|
"js-sys", |
|
"wasm-bindgen", |
|
"windows", |
|
] |
|
|
|
[[package]] |
|
name = "iana-time-zone-haiku" |
|
version = "0.1.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f" |
|
dependencies = [ |
|
"cc", |
|
] |
|
|
|
[[package]] |
|
name = "icu_collections" |
|
version = "1.2.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "ef8302d8dfd6044d3ddb3f807a5ef3d7bbca9a574959c6d6e4dc39aa7012d0d5" |
|
dependencies = [ |
|
"displaydoc", |
|
"yoke", |
|
"zerofrom", |
|
"zerovec", |
|
] |
|
|
|
[[package]] |
|
name = "icu_locid" |
|
version = "1.2.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "3003f85dccfc0e238ff567693248c59153a46f4e6125ba4020b973cef4d1d335" |
|
dependencies = [ |
|
"displaydoc", |
|
"litemap", |
|
"tinystr", |
|
"writeable", |
|
] |
|
|
|
[[package]] |
|
name = "icu_normalizer" |
|
version = "1.2.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "652869735c9fb9f5a64ba180ee16f2c848390469c116deef517ecc53f4343598" |
|
dependencies = [ |
|
"displaydoc", |
|
"icu_collections", |
|
"icu_properties", |
|
"icu_provider", |
|
"smallvec", |
|
"utf16_iter", |
|
"utf8_iter", |
|
"write16", |
|
"zerovec", |
|
] |
|
|
|
[[package]] |
|
name = "icu_properties" |
|
version = "1.2.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "ce0e1aa26851f16c9e04412a5911c86b7f8768dac8f8d4c5f1c568a7e5d7a434" |
|
dependencies = [ |
|
"displaydoc", |
|
"icu_collections", |
|
"icu_provider", |
|
"tinystr", |
|
"zerovec", |
|
] |
|
|
|
[[package]] |
|
name = "icu_provider" |
|
version = "1.2.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "8dc312a7b6148f7dfe098047ae2494d12d4034f48ade58d4f353000db376e305" |
|
dependencies = [ |
|
"displaydoc", |
|
"icu_locid", |
|
"icu_provider_macros", |
|
"serde", |
|
"stable_deref_trait", |
|
"writeable", |
|
"yoke", |
|
"zerofrom", |
|
"zerovec", |
|
] |
|
|
|
[[package]] |
|
name = "icu_provider_macros" |
|
version = "1.2.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "dd8b728b9421e93eff1d9f8681101b78fa745e0748c95c655c83f337044a7e10" |
|
dependencies = [ |
|
"proc-macro2", |
|
"quote", |
|
"syn 1.0.109", |
|
] |
|
|
|
[[package]] |
|
name = "indexmap" |
|
version = "2.0.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "d5477fe2230a79769d8dc68e0eabf5437907c0457a5614a9e8dddb67f65eb65d" |
|
dependencies = [ |
|
"equivalent", |
|
"hashbrown 0.14.0", |
|
] |
|
|
|
[[package]] |
|
name = "itertools" |
|
version = "0.11.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57" |
|
dependencies = [ |
|
"either", |
|
] |
|
|
|
[[package]] |
|
name = "itoa" |
|
version = "1.0.8" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "62b02a5381cc465bd3041d84623d0fa3b66738b52b8e2fc3bab8ad63ab032f4a" |
|
|
|
[[package]] |
|
name = "jobserver" |
|
version = "0.1.26" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "936cfd212a0155903bcbc060e316fb6cc7cbf2e1907329391ebadc1fe0ce77c2" |
|
dependencies = [ |
|
"libc", |
|
] |
|
|
|
[[package]] |
|
name = "js-sys" |
|
version = "0.3.64" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "c5f195fe497f702db0f318b07fdd68edb16955aed830df8363d837542f8f935a" |
|
dependencies = [ |
|
"wasm-bindgen", |
|
] |
|
|
|
[[package]] |
|
name = "libc" |
|
version = "0.2.147" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "b4668fb0ea861c1df094127ac5f1da3409a82116a4ba74fca2e58ef927159bb3" |
|
|
|
[[package]] |
|
name = "libfuzzer-sys" |
|
version = "0.4.6" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "beb09950ae85a0a94b27676cccf37da5ff13f27076aa1adbc6545dd0d0e1bd4e" |
|
dependencies = [ |
|
"arbitrary", |
|
"cc", |
|
"once_cell", |
|
] |
|
|
|
[[package]] |
|
name = "litemap" |
|
version = "0.7.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "3a04a5b2b6f54acba899926491d0a6c59d98012938ca2ab5befb281c034e8f94" |
|
|
|
[[package]] |
|
name = "lock_api" |
|
version = "0.4.10" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "c1cc9717a20b1bb222f333e6a92fd32f7d8a18ddc5a3191a11af45dcbf4dcd16" |
|
dependencies = [ |
|
"autocfg", |
|
"scopeguard", |
|
] |
|
|
|
[[package]] |
|
name = "log" |
|
version = "0.4.19" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "b06a4cde4c0f271a446782e3eff8de789548ce57dbc8eca9292c27f4a42004b4" |
|
|
|
[[package]] |
|
name = "memchr" |
|
version = "2.5.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d" |
|
|
|
[[package]] |
|
name = "num-bigint" |
|
version = "0.4.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "f93ab6289c7b344a8a9f60f88d80aa20032336fe78da341afc91c8a2341fc75f" |
|
dependencies = [ |
|
"arbitrary", |
|
"autocfg", |
|
"num-integer", |
|
"num-traits", |
|
"serde", |
|
] |
|
|
|
[[package]] |
|
name = "num-integer" |
|
version = "0.1.45" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9" |
|
dependencies = [ |
|
"autocfg", |
|
"num-traits", |
|
] |
|
|
|
[[package]] |
|
name = "num-traits" |
|
version = "0.2.15" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd" |
|
dependencies = [ |
|
"autocfg", |
|
] |
|
|
|
[[package]] |
|
name = "num_enum" |
|
version = "0.6.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "7a015b430d3c108a207fd776d2e2196aaf8b1cf8cf93253e3a097ff3085076a1" |
|
dependencies = [ |
|
"num_enum_derive", |
|
] |
|
|
|
[[package]] |
|
name = "num_enum_derive" |
|
version = "0.6.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "96667db765a921f7b295ffee8b60472b686a51d4f21c2ee4ffdb94c7013b65a6" |
|
dependencies = [ |
|
"proc-macro-crate", |
|
"proc-macro2", |
|
"quote", |
|
"syn 2.0.25", |
|
] |
|
|
|
[[package]] |
|
name = "once_cell" |
|
version = "1.18.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d" |
|
dependencies = [ |
|
"atomic-polyfill", |
|
"critical-section", |
|
] |
|
|
|
[[package]] |
|
name = "parking_lot_core" |
|
version = "0.9.8" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "93f00c865fe7cabf650081affecd3871070f26767e7b2070a3ffae14c654b447" |
|
dependencies = [ |
|
"cfg-if", |
|
"libc", |
|
"redox_syscall", |
|
"smallvec", |
|
"windows-targets", |
|
] |
|
|
|
[[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 2.0.25", |
|
] |
|
|
|
[[package]] |
|
name = "phf_shared" |
|
version = "0.11.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "90fcb95eef784c2ac79119d1dd819e162b5da872ce6f3c3abe1e8ca1c082f72b" |
|
dependencies = [ |
|
"siphasher", |
|
] |
|
|
|
[[package]] |
|
name = "pollster" |
|
version = "0.3.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "22686f4785f02a4fcc856d3b3bb19bf6c8160d103f7a99cc258bddd0251dc7f2" |
|
|
|
[[package]] |
|
name = "ppv-lite86" |
|
version = "0.2.17" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de" |
|
|
|
[[package]] |
|
name = "proc-macro-crate" |
|
version = "1.3.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "7f4c021e1093a56626774e81216a4ce732a735e5bad4868a03f3ed65ca0c3919" |
|
dependencies = [ |
|
"once_cell", |
|
"toml_edit", |
|
] |
|
|
|
[[package]] |
|
name = "proc-macro2" |
|
version = "1.0.64" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "78803b62cbf1f46fde80d7c0e803111524b9877184cfe7c3033659490ac7a7da" |
|
dependencies = [ |
|
"unicode-ident", |
|
] |
|
|
|
[[package]] |
|
name = "quote" |
|
version = "1.0.29" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "573015e8ab27661678357f27dc26460738fd2b6c86e46f386fde94cb5d913105" |
|
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 = "redox_syscall" |
|
version = "0.3.5" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29" |
|
dependencies = [ |
|
"bitflags 1.3.2", |
|
] |
|
|
|
[[package]] |
|
name = "regress" |
|
version = "0.6.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "82a9ecfa0cb04d0b04dddb99b8ccf4f66bc8dfd23df694b398570bd8ae3a50fb" |
|
dependencies = [ |
|
"hashbrown 0.13.2", |
|
"memchr", |
|
] |
|
|
|
[[package]] |
|
name = "rustc-hash" |
|
version = "1.1.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2" |
|
|
|
[[package]] |
|
name = "ryu" |
|
version = "1.0.14" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "fe232bdf6be8c8de797b22184ee71118d63780ea42ac85b61d1baa6d3b782ae9" |
|
|
|
[[package]] |
|
name = "ryu-js" |
|
version = "0.2.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "6518fc26bced4d53678a22d6e423e9d8716377def84545fe328236e3af070e7f" |
|
|
|
[[package]] |
|
name = "scopeguard" |
|
version = "1.1.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd" |
|
|
|
[[package]] |
|
name = "serde" |
|
version = "1.0.170" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "a56657f512baabca8f840542f9ca8152aecf182c473c26e46e58d6aab4f6e439" |
|
dependencies = [ |
|
"serde_derive", |
|
] |
|
|
|
[[package]] |
|
name = "serde_derive" |
|
version = "1.0.170" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "77d477848e6b23adba0db397777d5aad864555bc17fd9c89abb3b8009788b7b8" |
|
dependencies = [ |
|
"proc-macro2", |
|
"quote", |
|
"syn 2.0.25", |
|
] |
|
|
|
[[package]] |
|
name = "serde_json" |
|
version = "1.0.100" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "0f1e14e89be7aa4c4b78bdbdc9eb5bf8517829a600ae8eaa39a6e1d960b5185c" |
|
dependencies = [ |
|
"itoa", |
|
"ryu", |
|
"serde", |
|
] |
|
|
|
[[package]] |
|
name = "siphasher" |
|
version = "0.3.10" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "7bd3e3206899af3f8b12af284fafc038cc1dc2b41d1b89dd17297221c5d225de" |
|
|
|
[[package]] |
|
name = "smallvec" |
|
version = "1.11.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "62bb4feee49fdd9f707ef802e22365a35de4b7b299de4763d44bfea899442ff9" |
|
|
|
[[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 = "syn" |
|
version = "1.0.109" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237" |
|
dependencies = [ |
|
"proc-macro2", |
|
"quote", |
|
"unicode-ident", |
|
] |
|
|
|
[[package]] |
|
name = "syn" |
|
version = "2.0.25" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "15e3fc8c0c74267e2df136e5e5fb656a464158aa57624053375eb9c8c6e25ae2" |
|
dependencies = [ |
|
"proc-macro2", |
|
"quote", |
|
"unicode-ident", |
|
] |
|
|
|
[[package]] |
|
name = "synstructure" |
|
version = "0.12.6" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "f36bdaa60a83aca3921b5259d5400cbf5e90fc51931376a9bd4a0eb79aa7210f" |
|
dependencies = [ |
|
"proc-macro2", |
|
"quote", |
|
"syn 1.0.109", |
|
"unicode-xid", |
|
] |
|
|
|
[[package]] |
|
name = "synstructure" |
|
version = "0.13.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "285ba80e733fac80aa4270fbcdf83772a79b80aa35c97075320abfee4a915b06" |
|
dependencies = [ |
|
"proc-macro2", |
|
"quote", |
|
"syn 2.0.25", |
|
"unicode-xid", |
|
] |
|
|
|
[[package]] |
|
name = "tap" |
|
version = "1.0.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369" |
|
|
|
[[package]] |
|
name = "thin-vec" |
|
version = "0.2.12" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "aac81b6fd6beb5884b0cf3321b8117e6e5d47ecb6fc89f414cfdcca8b2fe2dd8" |
|
|
|
[[package]] |
|
name = "thiserror" |
|
version = "1.0.43" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "a35fc5b8971143ca348fa6df4f024d4d55264f3468c71ad1c2f365b0a4d58c42" |
|
dependencies = [ |
|
"thiserror-impl", |
|
] |
|
|
|
[[package]] |
|
name = "thiserror-impl" |
|
version = "1.0.43" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "463fe12d7993d3b327787537ce8dd4dfa058de32fc2b195ef3cde03dc4771e8f" |
|
dependencies = [ |
|
"proc-macro2", |
|
"quote", |
|
"syn 2.0.25", |
|
] |
|
|
|
[[package]] |
|
name = "tinystr" |
|
version = "0.7.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "7ac3f5b6856e931e15e07b478e98c8045239829a65f9156d4fa7e7788197a5ef" |
|
dependencies = [ |
|
"displaydoc", |
|
"zerovec", |
|
] |
|
|
|
[[package]] |
|
name = "toml_datetime" |
|
version = "0.6.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "7cda73e2f1397b1262d6dfdcef8aafae14d1de7748d66822d3bfeeb6d03e5e4b" |
|
|
|
[[package]] |
|
name = "toml_edit" |
|
version = "0.19.12" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "c500344a19072298cd05a7224b3c0c629348b78692bf48466c5238656e315a78" |
|
dependencies = [ |
|
"indexmap", |
|
"toml_datetime", |
|
"winnow", |
|
] |
|
|
|
[[package]] |
|
name = "unicode-ident" |
|
version = "1.0.10" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "22049a19f4a68748a168c0fc439f9516686aa045927ff767eca0a85101fb6e73" |
|
|
|
[[package]] |
|
name = "unicode-xid" |
|
version = "0.2.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "f962df74c8c05a667b5ee8bcf162993134c104e96440b663c8daa176dc772d8c" |
|
|
|
[[package]] |
|
name = "utf16_iter" |
|
version = "1.0.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "52df8b7fb78e7910d776fccf2e42ceaf3604d55e8e7eb2dbd183cb1441d8a692" |
|
|
|
[[package]] |
|
name = "utf8_iter" |
|
version = "1.0.3" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "64a8922555b9500e3d865caed19330172cd67cbf82203f1a3311d8c305cc9f33" |
|
|
|
[[package]] |
|
name = "version_check" |
|
version = "0.9.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f" |
|
|
|
[[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.87" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "7706a72ab36d8cb1f80ffbf0e071533974a60d0a308d01a5d0375bf60499a342" |
|
dependencies = [ |
|
"cfg-if", |
|
"wasm-bindgen-macro", |
|
] |
|
|
|
[[package]] |
|
name = "wasm-bindgen-backend" |
|
version = "0.2.87" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "5ef2b6d3c510e9625e5fe6f509ab07d66a760f0885d858736483c32ed7809abd" |
|
dependencies = [ |
|
"bumpalo", |
|
"log", |
|
"once_cell", |
|
"proc-macro2", |
|
"quote", |
|
"syn 2.0.25", |
|
"wasm-bindgen-shared", |
|
] |
|
|
|
[[package]] |
|
name = "wasm-bindgen-macro" |
|
version = "0.2.87" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "dee495e55982a3bd48105a7b947fd2a9b4a8ae3010041b9e0faab3f9cd028f1d" |
|
dependencies = [ |
|
"quote", |
|
"wasm-bindgen-macro-support", |
|
] |
|
|
|
[[package]] |
|
name = "wasm-bindgen-macro-support" |
|
version = "0.2.87" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "54681b18a46765f095758388f2d0cf16eb8d4169b639ab575a8f5693af210c7b" |
|
dependencies = [ |
|
"proc-macro2", |
|
"quote", |
|
"syn 2.0.25", |
|
"wasm-bindgen-backend", |
|
"wasm-bindgen-shared", |
|
] |
|
|
|
[[package]] |
|
name = "wasm-bindgen-shared" |
|
version = "0.2.87" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "ca6ad05a4870b2bf5fe995117d3728437bd27d7cd5f06f13c17443ef369775a1" |
|
|
|
[[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-x86_64-pc-windows-gnu" |
|
version = "0.4.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" |
|
|
|
[[package]] |
|
name = "windows" |
|
version = "0.48.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "e686886bc078bc1b0b600cac0147aadb815089b6e4da64016cbd754b6342700f" |
|
dependencies = [ |
|
"windows-targets", |
|
] |
|
|
|
[[package]] |
|
name = "windows-targets" |
|
version = "0.48.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "05d4b17490f70499f20b9e791dcf6a299785ce8af4d709018206dc5b4953e95f" |
|
dependencies = [ |
|
"windows_aarch64_gnullvm", |
|
"windows_aarch64_msvc", |
|
"windows_i686_gnu", |
|
"windows_i686_msvc", |
|
"windows_x86_64_gnu", |
|
"windows_x86_64_gnullvm", |
|
"windows_x86_64_msvc", |
|
] |
|
|
|
[[package]] |
|
name = "windows_aarch64_gnullvm" |
|
version = "0.48.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "91ae572e1b79dba883e0d315474df7305d12f569b400fcf90581b06062f7e1bc" |
|
|
|
[[package]] |
|
name = "windows_aarch64_msvc" |
|
version = "0.48.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "b2ef27e0d7bdfcfc7b868b317c1d32c641a6fe4629c171b8928c7b08d98d7cf3" |
|
|
|
[[package]] |
|
name = "windows_i686_gnu" |
|
version = "0.48.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "622a1962a7db830d6fd0a69683c80a18fda201879f0f447f065a3b7467daa241" |
|
|
|
[[package]] |
|
name = "windows_i686_msvc" |
|
version = "0.48.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "4542c6e364ce21bf45d69fdd2a8e455fa38d316158cfd43b3ac1c5b1b19f8e00" |
|
|
|
[[package]] |
|
name = "windows_x86_64_gnu" |
|
version = "0.48.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "ca2b8a661f7628cbd23440e50b05d705db3686f894fc9580820623656af974b1" |
|
|
|
[[package]] |
|
name = "windows_x86_64_gnullvm" |
|
version = "0.48.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "7896dbc1f41e08872e9d5e8f8baa8fdd2677f29468c4e156210174edc7f7b953" |
|
|
|
[[package]] |
|
name = "windows_x86_64_msvc" |
|
version = "0.48.0" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a" |
|
|
|
[[package]] |
|
name = "winnow" |
|
version = "0.4.9" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "81a2094c43cc94775293eaa0e499fbc30048a6d824ac82c0351a8c0bf9112529" |
|
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.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "60e49e42bdb1d5dc76f4cd78102f8f0714d32edfa3efb82286eb0f0b1fc0da0f" |
|
|
|
[[package]] |
|
name = "yoke" |
|
version = "0.7.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "1848075a23a28f9773498ee9a0f2cf58fcbad4f8c0ccf84a210ab33c6ae495de" |
|
dependencies = [ |
|
"serde", |
|
"stable_deref_trait", |
|
"yoke-derive", |
|
"zerofrom", |
|
] |
|
|
|
[[package]] |
|
name = "yoke-derive" |
|
version = "0.7.1" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "af46c169923ed7516eef0aa32b56d2651b229f57458ebe46b49ddd6efef5b7a2" |
|
dependencies = [ |
|
"proc-macro2", |
|
"quote", |
|
"syn 1.0.109", |
|
"synstructure 0.12.6", |
|
] |
|
|
|
[[package]] |
|
name = "zerofrom" |
|
version = "0.1.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "df54d76c3251de27615dfcce21e636c172dafb2549cd7fd93e21c66f6ca6bea2" |
|
dependencies = [ |
|
"zerofrom-derive", |
|
] |
|
|
|
[[package]] |
|
name = "zerofrom-derive" |
|
version = "0.1.2" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "b4eae7c1f7d4b8eafce526bc0771449ddc2f250881ae31c50d22c032b5a1c499" |
|
dependencies = [ |
|
"proc-macro2", |
|
"quote", |
|
"syn 1.0.109", |
|
"synstructure 0.12.6", |
|
] |
|
|
|
[[package]] |
|
name = "zerovec" |
|
version = "0.9.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "198f54134cd865f437820aa3b43d0ad518af4e68ee161b444cdd15d8e567c8ea" |
|
dependencies = [ |
|
"yoke", |
|
"zerofrom", |
|
"zerovec-derive", |
|
] |
|
|
|
[[package]] |
|
name = "zerovec-derive" |
|
version = "0.9.4" |
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
checksum = "486558732d5dde10d0f8cb2936507c1bb21bc539d924c949baf5f36a58e51bac" |
|
dependencies = [ |
|
"proc-macro2", |
|
"quote", |
|
"syn 1.0.109", |
|
"synstructure 0.12.6", |
|
]
|
|
|