|
|
|
|
|
|
|
|
version = 4 |
|
|
|
|
|
[[package]] |
|
|
name = "aho-corasick" |
|
|
version = "1.1.4" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "ddd31a130427c27518df266943a5308ed92d4b226cc639f5a8f1002816174301" |
|
|
dependencies = [ |
|
|
"memchr", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "android_system_properties" |
|
|
version = "0.1.5" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311" |
|
|
dependencies = [ |
|
|
"libc", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "arrayvec" |
|
|
version = "0.7.6" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50" |
|
|
|
|
|
[[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.5.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8" |
|
|
|
|
|
[[package]] |
|
|
name = "axum" |
|
|
version = "0.8.8" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "8b52af3cb4058c895d37317bb27508dccc8e5f2d39454016b297bf4a400597b8" |
|
|
dependencies = [ |
|
|
"axum-core", |
|
|
"bytes", |
|
|
"form_urlencoded", |
|
|
"futures-util", |
|
|
"http", |
|
|
"http-body", |
|
|
"http-body-util", |
|
|
"hyper", |
|
|
"hyper-util", |
|
|
"itoa", |
|
|
"matchit", |
|
|
"memchr", |
|
|
"mime", |
|
|
"percent-encoding", |
|
|
"pin-project-lite", |
|
|
"serde_core", |
|
|
"serde_json", |
|
|
"serde_path_to_error", |
|
|
"serde_urlencoded", |
|
|
"sync_wrapper", |
|
|
"tokio", |
|
|
"tower", |
|
|
"tower-layer", |
|
|
"tower-service", |
|
|
"tracing", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "axum-core" |
|
|
version = "0.5.6" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "08c78f31d7b1291f7ee735c1c6780ccde7785daae9a9206026862dab7d8792d1" |
|
|
dependencies = [ |
|
|
"bytes", |
|
|
"futures-core", |
|
|
"http", |
|
|
"http-body", |
|
|
"http-body-util", |
|
|
"mime", |
|
|
"pin-project-lite", |
|
|
"sync_wrapper", |
|
|
"tower-layer", |
|
|
"tower-service", |
|
|
"tracing", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "bitflags" |
|
|
version = "2.10.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "812e12b5285cc515a9c72a5c1d3b6d46a19dac5acfef5265968c166106e31dd3" |
|
|
|
|
|
[[package]] |
|
|
name = "bumpalo" |
|
|
version = "3.19.1" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "5dd9dc738b7a8311c7ade152424974d8115f2cdad61e8dab8dac9f2362298510" |
|
|
|
|
|
[[package]] |
|
|
name = "bytes" |
|
|
version = "1.11.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "b35204fbdc0b3f4446b89fc1ac2cf84a8a68971995d0bf2e925ec7cd960f9cb3" |
|
|
|
|
|
[[package]] |
|
|
name = "cc" |
|
|
version = "1.2.51" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "7a0aeaff4ff1a90589618835a598e545176939b97874f7abc7851caa0618f203" |
|
|
dependencies = [ |
|
|
"find-msvc-tools", |
|
|
"shlex", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "cfg-if" |
|
|
version = "1.0.4" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801" |
|
|
|
|
|
[[package]] |
|
|
name = "chrono" |
|
|
version = "0.4.42" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "145052bdd345b87320e369255277e3fb5152762ad123a901ef5c262dd38fe8d2" |
|
|
dependencies = [ |
|
|
"iana-time-zone", |
|
|
"js-sys", |
|
|
"num-traits", |
|
|
"serde", |
|
|
"wasm-bindgen", |
|
|
"windows-link", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "core-foundation-sys" |
|
|
version = "0.8.7" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b" |
|
|
|
|
|
[[package]] |
|
|
name = "crossbeam-deque" |
|
|
version = "0.8.6" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "9dd111b7b7f7d55b72c0a6ae361660ee5853c9af73f70c3c2ef6858b950e2e51" |
|
|
dependencies = [ |
|
|
"crossbeam-epoch", |
|
|
"crossbeam-utils", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "crossbeam-epoch" |
|
|
version = "0.9.18" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e" |
|
|
dependencies = [ |
|
|
"crossbeam-utils", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "crossbeam-utils" |
|
|
version = "0.8.21" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28" |
|
|
|
|
|
[[package]] |
|
|
name = "either" |
|
|
version = "1.15.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719" |
|
|
|
|
|
[[package]] |
|
|
name = "employee-scheduling" |
|
|
version = "0.5.0" |
|
|
dependencies = [ |
|
|
"axum", |
|
|
"chrono", |
|
|
"parking_lot", |
|
|
"rand 0.8.5", |
|
|
"rayon", |
|
|
"serde", |
|
|
"serde_json", |
|
|
"solverforge", |
|
|
"tokio", |
|
|
"tower", |
|
|
"tower-http", |
|
|
"uuid", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "equivalent" |
|
|
version = "1.0.2" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f" |
|
|
|
|
|
[[package]] |
|
|
name = "errno" |
|
|
version = "0.3.14" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb" |
|
|
dependencies = [ |
|
|
"libc", |
|
|
"windows-sys 0.61.2", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "find-msvc-tools" |
|
|
version = "0.1.6" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "645cbb3a84e60b7531617d5ae4e57f7e27308f6445f5abf653209ea76dec8dff" |
|
|
|
|
|
[[package]] |
|
|
name = "form_urlencoded" |
|
|
version = "1.2.2" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf" |
|
|
dependencies = [ |
|
|
"percent-encoding", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "futures-channel" |
|
|
version = "0.3.31" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10" |
|
|
dependencies = [ |
|
|
"futures-core", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "futures-core" |
|
|
version = "0.3.31" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e" |
|
|
|
|
|
[[package]] |
|
|
name = "futures-sink" |
|
|
version = "0.3.31" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7" |
|
|
|
|
|
[[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-task", |
|
|
"pin-project-lite", |
|
|
"pin-utils", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "getrandom" |
|
|
version = "0.2.16" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "335ff9f135e4384c8150d6f27c6daed433577f86b4750418338c01a1a2528592" |
|
|
dependencies = [ |
|
|
"cfg-if", |
|
|
"libc", |
|
|
"wasi", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "getrandom" |
|
|
version = "0.3.4" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd" |
|
|
dependencies = [ |
|
|
"cfg-if", |
|
|
"libc", |
|
|
"r-efi", |
|
|
"wasip2", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "hashbrown" |
|
|
version = "0.16.1" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100" |
|
|
|
|
|
[[package]] |
|
|
name = "http" |
|
|
version = "1.4.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "e3ba2a386d7f85a81f119ad7498ebe444d2e22c2af0b86b069416ace48b3311a" |
|
|
dependencies = [ |
|
|
"bytes", |
|
|
"itoa", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "http-body" |
|
|
version = "1.0.1" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184" |
|
|
dependencies = [ |
|
|
"bytes", |
|
|
"http", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "http-body-util" |
|
|
version = "0.1.3" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a" |
|
|
dependencies = [ |
|
|
"bytes", |
|
|
"futures-core", |
|
|
"http", |
|
|
"http-body", |
|
|
"pin-project-lite", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "http-range-header" |
|
|
version = "0.4.2" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "9171a2ea8a68358193d15dd5d70c1c10a2afc3e7e4c5bc92bc9f025cebd7359c" |
|
|
|
|
|
[[package]] |
|
|
name = "httparse" |
|
|
version = "1.10.1" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87" |
|
|
|
|
|
[[package]] |
|
|
name = "httpdate" |
|
|
version = "1.0.3" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9" |
|
|
|
|
|
[[package]] |
|
|
name = "hyper" |
|
|
version = "1.8.1" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "2ab2d4f250c3d7b1c9fcdff1cece94ea4e2dfbec68614f7b87cb205f24ca9d11" |
|
|
dependencies = [ |
|
|
"atomic-waker", |
|
|
"bytes", |
|
|
"futures-channel", |
|
|
"futures-core", |
|
|
"http", |
|
|
"http-body", |
|
|
"httparse", |
|
|
"httpdate", |
|
|
"itoa", |
|
|
"pin-project-lite", |
|
|
"pin-utils", |
|
|
"smallvec", |
|
|
"tokio", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "hyper-util" |
|
|
version = "0.1.19" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "727805d60e7938b76b826a6ef209eb70eaa1812794f9424d4a4e2d740662df5f" |
|
|
dependencies = [ |
|
|
"bytes", |
|
|
"futures-core", |
|
|
"http", |
|
|
"http-body", |
|
|
"hyper", |
|
|
"pin-project-lite", |
|
|
"tokio", |
|
|
"tower-service", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "iana-time-zone" |
|
|
version = "0.1.64" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "33e57f83510bb73707521ebaffa789ec8caf86f9657cad665b092b581d40e9fb" |
|
|
dependencies = [ |
|
|
"android_system_properties", |
|
|
"core-foundation-sys", |
|
|
"iana-time-zone-haiku", |
|
|
"js-sys", |
|
|
"log", |
|
|
"wasm-bindgen", |
|
|
"windows-core", |
|
|
] |
|
|
|
|
|
[[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 = "indexmap" |
|
|
version = "2.12.1" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "0ad4bb2b565bca0645f4d68c5c9af97fba094e9791da685bf83cb5f3ce74acf2" |
|
|
dependencies = [ |
|
|
"equivalent", |
|
|
"hashbrown", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "itoa" |
|
|
version = "1.0.17" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "92ecc6618181def0457392ccd0ee51198e065e016d1d527a7ac1b6dc7c1f09d2" |
|
|
|
|
|
[[package]] |
|
|
name = "js-sys" |
|
|
version = "0.3.83" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "464a3709c7f55f1f721e5389aa6ea4e3bc6aba669353300af094b29ffbdde1d8" |
|
|
dependencies = [ |
|
|
"once_cell", |
|
|
"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.179" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "c5a2d376baa530d1238d133232d15e239abad80d05838b4b59354e5268af431f" |
|
|
|
|
|
[[package]] |
|
|
name = "lock_api" |
|
|
version = "0.4.14" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965" |
|
|
dependencies = [ |
|
|
"scopeguard", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "log" |
|
|
version = "0.4.29" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897" |
|
|
|
|
|
[[package]] |
|
|
name = "matchers" |
|
|
version = "0.2.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "d1525a2a28c7f4fa0fc98bb91ae755d1e2d1505079e05539e35bc876b5d65ae9" |
|
|
dependencies = [ |
|
|
"regex-automata", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "matchit" |
|
|
version = "0.8.4" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "47e1ffaa40ddd1f3ed91f717a33c8c0ee23fff369e3aa8772b9605cc1d22f4c3" |
|
|
|
|
|
[[package]] |
|
|
name = "memchr" |
|
|
version = "2.7.6" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "f52b00d39961fc5b2736ea853c9cc86238e165017a493d1d5c8eac6bdc4cc273" |
|
|
|
|
|
[[package]] |
|
|
name = "mime" |
|
|
version = "0.3.17" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a" |
|
|
|
|
|
[[package]] |
|
|
name = "mime_guess" |
|
|
version = "2.0.5" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e" |
|
|
dependencies = [ |
|
|
"mime", |
|
|
"unicase", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "mio" |
|
|
version = "1.1.1" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "a69bcab0ad47271a0234d9422b131806bf3968021e5dc9328caf2d4cd58557fc" |
|
|
dependencies = [ |
|
|
"libc", |
|
|
"wasi", |
|
|
"windows-sys 0.61.2", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "nu-ansi-term" |
|
|
version = "0.50.3" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5" |
|
|
dependencies = [ |
|
|
"windows-sys 0.61.2", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "num-format" |
|
|
version = "0.4.4" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "a652d9771a63711fd3c3deb670acfbe5c30a4072e664d7a3bf5a9e1056ac72c3" |
|
|
dependencies = [ |
|
|
"arrayvec", |
|
|
"itoa", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "num-traits" |
|
|
version = "0.2.19" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841" |
|
|
dependencies = [ |
|
|
"autocfg", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "once_cell" |
|
|
version = "1.21.3" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d" |
|
|
|
|
|
[[package]] |
|
|
name = "owo-colors" |
|
|
version = "4.2.3" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "9c6901729fa79e91a0913333229e9ca5dc725089d1c363b2f4b4760709dc4a52" |
|
|
|
|
|
[[package]] |
|
|
name = "parking_lot" |
|
|
version = "0.12.5" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a" |
|
|
dependencies = [ |
|
|
"lock_api", |
|
|
"parking_lot_core", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "parking_lot_core" |
|
|
version = "0.9.12" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1" |
|
|
dependencies = [ |
|
|
"cfg-if", |
|
|
"libc", |
|
|
"redox_syscall", |
|
|
"smallvec", |
|
|
"windows-link", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "percent-encoding" |
|
|
version = "2.3.2" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220" |
|
|
|
|
|
[[package]] |
|
|
name = "pin-project-lite" |
|
|
version = "0.2.16" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b" |
|
|
|
|
|
[[package]] |
|
|
name = "pin-utils" |
|
|
version = "0.1.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" |
|
|
|
|
|
[[package]] |
|
|
name = "ppv-lite86" |
|
|
version = "0.2.21" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9" |
|
|
dependencies = [ |
|
|
"zerocopy", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "proc-macro2" |
|
|
version = "1.0.104" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "9695f8df41bb4f3d222c95a67532365f569318332d03d5f3f67f37b20e6ebdf0" |
|
|
dependencies = [ |
|
|
"unicode-ident", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "quote" |
|
|
version = "1.0.42" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "a338cc41d27e6cc6dce6cefc13a0729dfbb81c262b1f519331575dd80ef3067f" |
|
|
dependencies = [ |
|
|
"proc-macro2", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "r-efi" |
|
|
version = "5.3.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f" |
|
|
|
|
|
[[package]] |
|
|
name = "rand" |
|
|
version = "0.8.5" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" |
|
|
dependencies = [ |
|
|
"libc", |
|
|
"rand_chacha 0.3.1", |
|
|
"rand_core 0.6.4", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "rand" |
|
|
version = "0.9.2" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1" |
|
|
dependencies = [ |
|
|
"rand_chacha 0.9.0", |
|
|
"rand_core 0.9.3", |
|
|
] |
|
|
|
|
|
[[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 0.6.4", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "rand_chacha" |
|
|
version = "0.9.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb" |
|
|
dependencies = [ |
|
|
"ppv-lite86", |
|
|
"rand_core 0.9.3", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "rand_core" |
|
|
version = "0.6.4" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" |
|
|
dependencies = [ |
|
|
"getrandom 0.2.16", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "rand_core" |
|
|
version = "0.9.3" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38" |
|
|
dependencies = [ |
|
|
"getrandom 0.3.4", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "rayon" |
|
|
version = "1.11.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "368f01d005bf8fd9b1206fb6fa653e6c4a81ceb1466406b81792d87c5677a58f" |
|
|
dependencies = [ |
|
|
"either", |
|
|
"rayon-core", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "rayon-core" |
|
|
version = "1.13.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "22e18b0f0062d30d4230b2e85ff77fdfe4326feb054b9783a3460d8435c8ab91" |
|
|
dependencies = [ |
|
|
"crossbeam-deque", |
|
|
"crossbeam-utils", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "redox_syscall" |
|
|
version = "0.5.18" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d" |
|
|
dependencies = [ |
|
|
"bitflags", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "regex-automata" |
|
|
version = "0.4.13" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "5276caf25ac86c8d810222b3dbb938e512c55c6831a10f3e6ed1c93b84041f1c" |
|
|
dependencies = [ |
|
|
"aho-corasick", |
|
|
"memchr", |
|
|
"regex-syntax", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "regex-syntax" |
|
|
version = "0.8.8" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "7a2d987857b319362043e95f5353c0535c1f58eec5336fdfcf626430af7def58" |
|
|
|
|
|
[[package]] |
|
|
name = "rustversion" |
|
|
version = "1.0.22" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d" |
|
|
|
|
|
[[package]] |
|
|
name = "ryu" |
|
|
version = "1.0.22" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "a50f4cf475b65d88e057964e0e9bb1f0aa9bbb2036dc65c64596b42932536984" |
|
|
|
|
|
[[package]] |
|
|
name = "scopeguard" |
|
|
version = "1.2.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" |
|
|
|
|
|
[[package]] |
|
|
name = "serde" |
|
|
version = "1.0.228" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e" |
|
|
dependencies = [ |
|
|
"serde_core", |
|
|
"serde_derive", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "serde_core" |
|
|
version = "1.0.228" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad" |
|
|
dependencies = [ |
|
|
"serde_derive", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "serde_derive" |
|
|
version = "1.0.228" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79" |
|
|
dependencies = [ |
|
|
"proc-macro2", |
|
|
"quote", |
|
|
"syn", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "serde_json" |
|
|
version = "1.0.148" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "3084b546a1dd6289475996f182a22aba973866ea8e8b02c51d9f46b1336a22da" |
|
|
dependencies = [ |
|
|
"itoa", |
|
|
"memchr", |
|
|
"serde", |
|
|
"serde_core", |
|
|
"zmij", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "serde_path_to_error" |
|
|
version = "0.1.20" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "10a9ff822e371bb5403e391ecd83e182e0e77ba7f6fe0160b795797109d1b457" |
|
|
dependencies = [ |
|
|
"itoa", |
|
|
"serde", |
|
|
"serde_core", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "serde_spanned" |
|
|
version = "0.6.9" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "bf41e0cfaf7226dca15e8197172c295a782857fcb97fad1808a166870dee75a3" |
|
|
dependencies = [ |
|
|
"serde", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "serde_urlencoded" |
|
|
version = "0.7.1" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd" |
|
|
dependencies = [ |
|
|
"form_urlencoded", |
|
|
"itoa", |
|
|
"ryu", |
|
|
"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.8" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "c4db69cba1110affc0e9f7bcd48bbf87b3f4fc7c61fc9155afd4c469eb3d6c1b" |
|
|
dependencies = [ |
|
|
"errno", |
|
|
"libc", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "smallvec" |
|
|
version = "1.15.1" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03" |
|
|
|
|
|
[[package]] |
|
|
name = "socket2" |
|
|
version = "0.6.1" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "17129e116933cf371d018bb80ae557e889637989d8638274fb25622827b03881" |
|
|
dependencies = [ |
|
|
"libc", |
|
|
"windows-sys 0.60.2", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "solverforge" |
|
|
version = "0.5.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "bb513309e056520689d2e85b5b0cd41bfe683dbf8cb2e9551e8251a38fa7dbdd" |
|
|
dependencies = [ |
|
|
"num-format", |
|
|
"owo-colors", |
|
|
"solverforge-config", |
|
|
"solverforge-core", |
|
|
"solverforge-macros", |
|
|
"solverforge-scoring", |
|
|
"solverforge-solver", |
|
|
"tracing", |
|
|
"tracing-subscriber", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "solverforge-config" |
|
|
version = "0.5.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "dd73530a3b29a90f34778f7326d812605bf2deb4c253027fffef39a587bf1880" |
|
|
dependencies = [ |
|
|
"serde", |
|
|
"serde_yaml", |
|
|
"solverforge-core", |
|
|
"thiserror", |
|
|
"toml", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "solverforge-core" |
|
|
version = "0.5.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "f9340b4e2e13d3cf0f2525a6b4e7fbb674819ccacb6cd6ea8777abe8baa463f3" |
|
|
dependencies = [ |
|
|
"num-traits", |
|
|
"serde", |
|
|
"thiserror", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "solverforge-macros" |
|
|
version = "0.5.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "27b9c7720596cef52b919937b08eb65ec3e341010c249e7f5270e4ab4b879956" |
|
|
dependencies = [ |
|
|
"proc-macro2", |
|
|
"quote", |
|
|
"syn", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "solverforge-scoring" |
|
|
version = "0.5.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "924e94cad37c0942ffa549cc92c5eb65f2d7567e31c57c32751a5222d23b2523" |
|
|
dependencies = [ |
|
|
"solverforge-core", |
|
|
"thiserror", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "solverforge-solver" |
|
|
version = "0.5.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "07696c23f16d5b9f5f0eb5afbacdd2f44daf1fd1d123ba31bbdbf9e5bb8f4b63" |
|
|
dependencies = [ |
|
|
"rand 0.9.2", |
|
|
"rand_chacha 0.9.0", |
|
|
"rayon", |
|
|
"serde", |
|
|
"smallvec", |
|
|
"solverforge-config", |
|
|
"solverforge-core", |
|
|
"solverforge-scoring", |
|
|
"thiserror", |
|
|
"tokio", |
|
|
"tracing", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "syn" |
|
|
version = "2.0.113" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "678faa00651c9eb72dd2020cbdf275d92eccb2400d568e419efdd64838145cb4" |
|
|
dependencies = [ |
|
|
"proc-macro2", |
|
|
"quote", |
|
|
"unicode-ident", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "sync_wrapper" |
|
|
version = "1.0.2" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263" |
|
|
|
|
|
[[package]] |
|
|
name = "thiserror" |
|
|
version = "2.0.17" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "f63587ca0f12b72a0600bcba1d40081f830876000bb46dd2337a3051618f4fc8" |
|
|
dependencies = [ |
|
|
"thiserror-impl", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "thiserror-impl" |
|
|
version = "2.0.17" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "3ff15c8ecd7de3849db632e14d18d2571fa09dfc5ed93479bc4485c7a517c913" |
|
|
dependencies = [ |
|
|
"proc-macro2", |
|
|
"quote", |
|
|
"syn", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "thread_local" |
|
|
version = "1.1.9" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "f60246a4944f24f6e018aa17cdeffb7818b76356965d03b07d6a9886e8962185" |
|
|
dependencies = [ |
|
|
"cfg-if", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "tokio" |
|
|
version = "1.49.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "72a2903cd7736441aac9df9d7688bd0ce48edccaadf181c3b90be801e81d3d86" |
|
|
dependencies = [ |
|
|
"bytes", |
|
|
"libc", |
|
|
"mio", |
|
|
"parking_lot", |
|
|
"pin-project-lite", |
|
|
"signal-hook-registry", |
|
|
"socket2", |
|
|
"tokio-macros", |
|
|
"windows-sys 0.61.2", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "tokio-macros" |
|
|
version = "2.6.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "af407857209536a95c8e56f8231ef2c2e2aff839b22e07a1ffcbc617e9db9fa5" |
|
|
dependencies = [ |
|
|
"proc-macro2", |
|
|
"quote", |
|
|
"syn", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "tokio-util" |
|
|
version = "0.7.18" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "9ae9cec805b01e8fc3fd2fe289f89149a9b66dd16786abd8b19cfa7b48cb0098" |
|
|
dependencies = [ |
|
|
"bytes", |
|
|
"futures-core", |
|
|
"futures-sink", |
|
|
"pin-project-lite", |
|
|
"tokio", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "toml" |
|
|
version = "0.8.23" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "dc1beb996b9d83529a9e75c17a1686767d148d70663143c7854d8b4a09ced362" |
|
|
dependencies = [ |
|
|
"serde", |
|
|
"serde_spanned", |
|
|
"toml_datetime", |
|
|
"toml_edit", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "toml_datetime" |
|
|
version = "0.6.11" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "22cddaf88f4fbc13c51aebbf5f8eceb5c7c5a9da2ac40a13519eb5b0a0e8f11c" |
|
|
dependencies = [ |
|
|
"serde", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "toml_edit" |
|
|
version = "0.22.27" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "41fe8c660ae4257887cf66394862d21dbca4a6ddd26f04a3560410406a2f819a" |
|
|
dependencies = [ |
|
|
"indexmap", |
|
|
"serde", |
|
|
"serde_spanned", |
|
|
"toml_datetime", |
|
|
"toml_write", |
|
|
"winnow", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "toml_write" |
|
|
version = "0.1.2" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "5d99f8c9a7727884afe522e9bd5edbfc91a3312b36a77b5fb8926e4c31a41801" |
|
|
|
|
|
[[package]] |
|
|
name = "tower" |
|
|
version = "0.5.2" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9" |
|
|
dependencies = [ |
|
|
"futures-core", |
|
|
"futures-util", |
|
|
"pin-project-lite", |
|
|
"sync_wrapper", |
|
|
"tokio", |
|
|
"tower-layer", |
|
|
"tower-service", |
|
|
"tracing", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "tower-http" |
|
|
version = "0.6.8" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "d4e6559d53cc268e5031cd8429d05415bc4cb4aefc4aa5d6cc35fbf5b924a1f8" |
|
|
dependencies = [ |
|
|
"bitflags", |
|
|
"bytes", |
|
|
"futures-core", |
|
|
"futures-util", |
|
|
"http", |
|
|
"http-body", |
|
|
"http-body-util", |
|
|
"http-range-header", |
|
|
"httpdate", |
|
|
"mime", |
|
|
"mime_guess", |
|
|
"percent-encoding", |
|
|
"pin-project-lite", |
|
|
"tokio", |
|
|
"tokio-util", |
|
|
"tower-layer", |
|
|
"tower-service", |
|
|
"tracing", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "tower-layer" |
|
|
version = "0.3.3" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e" |
|
|
|
|
|
[[package]] |
|
|
name = "tower-service" |
|
|
version = "0.3.3" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3" |
|
|
|
|
|
[[package]] |
|
|
name = "tracing" |
|
|
version = "0.1.44" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "63e71662fa4b2a2c3a26f570f037eb95bb1f85397f3cd8076caed2f026a6d100" |
|
|
dependencies = [ |
|
|
"log", |
|
|
"pin-project-lite", |
|
|
"tracing-attributes", |
|
|
"tracing-core", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "tracing-attributes" |
|
|
version = "0.1.31" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da" |
|
|
dependencies = [ |
|
|
"proc-macro2", |
|
|
"quote", |
|
|
"syn", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "tracing-core" |
|
|
version = "0.1.36" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "db97caf9d906fbde555dd62fa95ddba9eecfd14cb388e4f491a66d74cd5fb79a" |
|
|
dependencies = [ |
|
|
"once_cell", |
|
|
"valuable", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "tracing-log" |
|
|
version = "0.2.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3" |
|
|
dependencies = [ |
|
|
"log", |
|
|
"once_cell", |
|
|
"tracing-core", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "tracing-subscriber" |
|
|
version = "0.3.22" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "2f30143827ddab0d256fd843b7a66d164e9f271cfa0dde49142c5ca0ca291f1e" |
|
|
dependencies = [ |
|
|
"matchers", |
|
|
"nu-ansi-term", |
|
|
"once_cell", |
|
|
"regex-automata", |
|
|
"sharded-slab", |
|
|
"smallvec", |
|
|
"thread_local", |
|
|
"tracing", |
|
|
"tracing-core", |
|
|
"tracing-log", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "unicase" |
|
|
version = "2.8.1" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "75b844d17643ee918803943289730bec8aac480150456169e647ed0b576ba539" |
|
|
|
|
|
[[package]] |
|
|
name = "unicode-ident" |
|
|
version = "1.0.22" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "9312f7c4f6ff9069b165498234ce8be658059c6728633667c526e27dc2cf1df5" |
|
|
|
|
|
[[package]] |
|
|
name = "unsafe-libyaml" |
|
|
version = "0.2.11" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "673aac59facbab8a9007c7f6108d11f63b603f7cabff99fabf650fea5c32b861" |
|
|
|
|
|
[[package]] |
|
|
name = "uuid" |
|
|
version = "1.19.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "e2e054861b4bd027cd373e18e8d8d8e6548085000e41290d95ce0c373a654b4a" |
|
|
dependencies = [ |
|
|
"getrandom 0.3.4", |
|
|
"js-sys", |
|
|
"serde_core", |
|
|
"wasm-bindgen", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "valuable" |
|
|
version = "0.1.1" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65" |
|
|
|
|
|
[[package]] |
|
|
name = "wasi" |
|
|
version = "0.11.1+wasi-snapshot-preview1" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b" |
|
|
|
|
|
[[package]] |
|
|
name = "wasip2" |
|
|
version = "1.0.1+wasi-0.2.4" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "0562428422c63773dad2c345a1882263bbf4d65cf3f42e90921f787ef5ad58e7" |
|
|
dependencies = [ |
|
|
"wit-bindgen", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "wasm-bindgen" |
|
|
version = "0.2.106" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "0d759f433fa64a2d763d1340820e46e111a7a5ab75f993d1852d70b03dbb80fd" |
|
|
dependencies = [ |
|
|
"cfg-if", |
|
|
"once_cell", |
|
|
"rustversion", |
|
|
"wasm-bindgen-macro", |
|
|
"wasm-bindgen-shared", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "wasm-bindgen-macro" |
|
|
version = "0.2.106" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "48cb0d2638f8baedbc542ed444afc0644a29166f1595371af4fecf8ce1e7eeb3" |
|
|
dependencies = [ |
|
|
"quote", |
|
|
"wasm-bindgen-macro-support", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "wasm-bindgen-macro-support" |
|
|
version = "0.2.106" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "cefb59d5cd5f92d9dcf80e4683949f15ca4b511f4ac0a6e14d4e1ac60c6ecd40" |
|
|
dependencies = [ |
|
|
"bumpalo", |
|
|
"proc-macro2", |
|
|
"quote", |
|
|
"syn", |
|
|
"wasm-bindgen-shared", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "wasm-bindgen-shared" |
|
|
version = "0.2.106" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "cbc538057e648b67f72a982e708d485b2efa771e1ac05fec311f9f63e5800db4" |
|
|
dependencies = [ |
|
|
"unicode-ident", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "windows-core" |
|
|
version = "0.62.2" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb" |
|
|
dependencies = [ |
|
|
"windows-implement", |
|
|
"windows-interface", |
|
|
"windows-link", |
|
|
"windows-result", |
|
|
"windows-strings", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "windows-implement" |
|
|
version = "0.60.2" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf" |
|
|
dependencies = [ |
|
|
"proc-macro2", |
|
|
"quote", |
|
|
"syn", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "windows-interface" |
|
|
version = "0.59.3" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358" |
|
|
dependencies = [ |
|
|
"proc-macro2", |
|
|
"quote", |
|
|
"syn", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "windows-link" |
|
|
version = "0.2.1" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5" |
|
|
|
|
|
[[package]] |
|
|
name = "windows-result" |
|
|
version = "0.4.1" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5" |
|
|
dependencies = [ |
|
|
"windows-link", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "windows-strings" |
|
|
version = "0.5.1" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091" |
|
|
dependencies = [ |
|
|
"windows-link", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "windows-sys" |
|
|
version = "0.60.2" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb" |
|
|
dependencies = [ |
|
|
"windows-targets", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "windows-sys" |
|
|
version = "0.61.2" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc" |
|
|
dependencies = [ |
|
|
"windows-link", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "windows-targets" |
|
|
version = "0.53.5" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "4945f9f551b88e0d65f3db0bc25c33b8acea4d9e41163edf90dcd0b19f9069f3" |
|
|
dependencies = [ |
|
|
"windows-link", |
|
|
"windows_aarch64_gnullvm", |
|
|
"windows_aarch64_msvc", |
|
|
"windows_i686_gnu", |
|
|
"windows_i686_gnullvm", |
|
|
"windows_i686_msvc", |
|
|
"windows_x86_64_gnu", |
|
|
"windows_x86_64_gnullvm", |
|
|
"windows_x86_64_msvc", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "windows_aarch64_gnullvm" |
|
|
version = "0.53.1" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "a9d8416fa8b42f5c947f8482c43e7d89e73a173cead56d044f6a56104a6d1b53" |
|
|
|
|
|
[[package]] |
|
|
name = "windows_aarch64_msvc" |
|
|
version = "0.53.1" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "b9d782e804c2f632e395708e99a94275910eb9100b2114651e04744e9b125006" |
|
|
|
|
|
[[package]] |
|
|
name = "windows_i686_gnu" |
|
|
version = "0.53.1" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "960e6da069d81e09becb0ca57a65220ddff016ff2d6af6a223cf372a506593a3" |
|
|
|
|
|
[[package]] |
|
|
name = "windows_i686_gnullvm" |
|
|
version = "0.53.1" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "fa7359d10048f68ab8b09fa71c3daccfb0e9b559aed648a8f95469c27057180c" |
|
|
|
|
|
[[package]] |
|
|
name = "windows_i686_msvc" |
|
|
version = "0.53.1" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "1e7ac75179f18232fe9c285163565a57ef8d3c89254a30685b57d83a38d326c2" |
|
|
|
|
|
[[package]] |
|
|
name = "windows_x86_64_gnu" |
|
|
version = "0.53.1" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "9c3842cdd74a865a8066ab39c8a7a473c0778a3f29370b5fd6b4b9aa7df4a499" |
|
|
|
|
|
[[package]] |
|
|
name = "windows_x86_64_gnullvm" |
|
|
version = "0.53.1" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "0ffa179e2d07eee8ad8f57493436566c7cc30ac536a3379fdf008f47f6bb7ae1" |
|
|
|
|
|
[[package]] |
|
|
name = "windows_x86_64_msvc" |
|
|
version = "0.53.1" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650" |
|
|
|
|
|
[[package]] |
|
|
name = "winnow" |
|
|
version = "0.7.14" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "5a5364e9d77fcdeeaa6062ced926ee3381faa2ee02d3eb83a5c27a8825540829" |
|
|
dependencies = [ |
|
|
"memchr", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "wit-bindgen" |
|
|
version = "0.46.0" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "f17a85883d4e6d00e8a97c586de764dabcc06133f7f1d55dce5cdc070ad7fe59" |
|
|
|
|
|
[[package]] |
|
|
name = "zerocopy" |
|
|
version = "0.8.31" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "fd74ec98b9250adb3ca554bdde269adf631549f51d8a8f8f0a10b50f1cb298c3" |
|
|
dependencies = [ |
|
|
"zerocopy-derive", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "zerocopy-derive" |
|
|
version = "0.8.31" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "d8a8d209fdf45cf5138cbb5a506f6b52522a25afccc534d1475dad8e31105c6a" |
|
|
dependencies = [ |
|
|
"proc-macro2", |
|
|
"quote", |
|
|
"syn", |
|
|
] |
|
|
|
|
|
[[package]] |
|
|
name = "zmij" |
|
|
version = "1.0.10" |
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
checksum = "30e0d8dffbae3d840f64bda38e28391faef673a7b5a6017840f2a106c8145868" |
|
|
|