mempool/rust/gbt/Cargo.lock

578 lines
15 KiB
Text
Raw Permalink Normal View History

2023-06-23 16:42:58 -04:00
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
2025-01-26 10:03:47 -08:00
version = 4
2023-06-23 16:42:58 -04:00
2024-03-10 13:27:09 +09:00
[[package]]
name = "addr2line"
2025-01-26 10:03:47 -08:00
version = "0.24.2"
2024-03-10 13:27:09 +09:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-01-26 10:03:47 -08:00
checksum = "dfbe277e56a376000877090da837660b4427aad530e3028d44e0bffe4f89a1c1"
2024-03-10 13:27:09 +09:00
dependencies = [
"gimli",
]
[[package]]
2025-01-26 10:03:47 -08:00
name = "adler2"
version = "2.0.0"
2024-03-10 13:27:09 +09:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-01-26 10:03:47 -08:00
checksum = "512761e0bb2578dd7380c6baaa0f4ce03e84f95e960231d1dec8bf4d7d6e2627"
2024-03-10 13:27:09 +09:00
2023-06-24 11:21:58 -07:00
[[package]]
name = "aho-corasick"
version = "1.1.3"
2023-06-24 11:21:58 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
2023-06-24 11:21:58 -07:00
dependencies = [
"memchr",
]
[[package]]
name = "autocfg"
2025-01-26 10:03:47 -08:00
version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-01-26 10:03:47 -08:00
checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26"
2024-03-10 13:27:09 +09:00
[[package]]
name = "backtrace"
2025-01-26 10:03:47 -08:00
version = "0.3.74"
2024-03-10 13:27:09 +09:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-01-26 10:03:47 -08:00
checksum = "8d82cb332cdfaed17ae235a638438ac4d4839913cc2af585c3c6746e8f8bee1a"
2024-03-10 13:27:09 +09:00
dependencies = [
"addr2line",
"cfg-if",
"libc",
"miniz_oxide",
"object",
"rustc-demangle",
2025-01-26 10:03:47 -08:00
"windows-targets",
2024-03-10 13:27:09 +09:00
]
2023-06-24 11:21:58 -07:00
[[package]]
name = "bitflags"
2025-01-26 10:03:47 -08:00
version = "2.8.0"
2023-06-24 11:21:58 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-01-26 10:03:47 -08:00
checksum = "8f68f53c83ab957f72c32642f3868eec03eb974d1fb82e453128456482613d36"
2023-06-24 11:21:58 -07:00
2023-06-25 00:44:08 -07:00
[[package]]
name = "bytemuck"
2025-01-26 10:03:47 -08:00
version = "1.21.0"
2023-06-25 00:44:08 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-01-26 10:03:47 -08:00
checksum = "ef657dfab802224e671f5818e9a4935f9b1957ed18e58292690cc39e7a4092a3"
2023-06-25 00:44:08 -07:00
[[package]]
name = "bytes"
2025-01-26 10:03:47 -08:00
version = "1.9.0"
2024-03-10 13:27:09 +09:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-01-26 10:03:47 -08:00
checksum = "325918d6fe32f23b19878fe4b34794ae41fc19ddbe53b10571a4874d44ffd39b"
2023-06-23 16:42:58 -04:00
[[package]]
name = "cfg-if"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
2023-06-24 11:21:58 -07:00
[[package]]
name = "convert_case"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ec182b0ca2f35d8fc196cf3404988fd8b8c739a4d270ff118a398feb0cbec1ca"
dependencies = [
"unicode-segmentation",
]
[[package]]
name = "ctor"
2025-01-26 10:03:47 -08:00
version = "0.2.9"
2023-06-24 11:21:58 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-01-26 10:03:47 -08:00
checksum = "32a2785755761f3ddc1492979ce1e48d2c00d09311c39e4466429188f3dd6501"
2023-06-24 11:21:58 -07:00
dependencies = [
"quote",
"syn",
2023-06-24 11:21:58 -07:00
]
2024-03-05 22:32:14 +09:00
[[package]]
name = "equivalent"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
2023-06-23 16:42:58 -04:00
[[package]]
name = "gbt"
2024-01-24 18:47:08 +00:00
version = "1.0.0"
2023-06-23 16:42:58 -04:00
dependencies = [
2023-06-25 00:44:08 -07:00
"bytemuck",
"bytes",
2023-06-24 11:21:58 -07:00
"napi",
"napi-build",
"napi-derive",
"priority-queue",
2023-06-26 19:29:32 -07:00
"tracing",
2024-03-10 13:27:09 +09:00
"tracing-log",
2023-06-26 19:29:32 -07:00
"tracing-subscriber",
]
2024-03-10 13:27:09 +09:00
[[package]]
name = "gimli"
2025-01-26 10:03:47 -08:00
version = "0.31.1"
2024-03-10 13:27:09 +09:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-01-26 10:03:47 -08:00
checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f"
2024-03-10 13:27:09 +09:00
[[package]]
name = "hashbrown"
2025-01-26 10:03:47 -08:00
version = "0.15.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-01-26 10:03:47 -08:00
checksum = "bf151400ff0baff5465007dd2f3e717f3fe502074ca563069ce3a6629d07b289"
[[package]]
name = "indexmap"
2025-01-26 10:03:47 -08:00
version = "2.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-01-26 10:03:47 -08:00
checksum = "8c9c992b02b5b4c94ea26e32fe5bccb7aa7d9f390ab5c1221ff895bc7ea8b652"
dependencies = [
2024-03-05 22:32:14 +09:00
"equivalent",
"hashbrown",
2023-06-23 16:42:58 -04:00
]
2023-06-26 19:29:32 -07:00
[[package]]
name = "lazy_static"
version = "1.5.0"
2023-06-26 19:29:32 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
2023-06-26 19:29:32 -07:00
[[package]]
name = "libc"
2025-01-26 10:03:47 -08:00
version = "0.2.169"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-01-26 10:03:47 -08:00
checksum = "b5aba8db14291edd000dfcc4d620c7ebfb122c613afb886ca8803fa4e128a20a"
2023-06-23 16:42:58 -04:00
[[package]]
name = "libloading"
2025-01-26 10:03:47 -08:00
version = "0.8.6"
2023-06-23 16:42:58 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-01-26 10:03:47 -08:00
checksum = "fc2f4eb4bc735547cfed7c0a4922cbd04a4655978c09b54f1f7b228750664c34"
2023-06-23 16:42:58 -04:00
dependencies = [
"cfg-if",
"windows-targets",
2023-06-23 16:42:58 -04:00
]
2023-06-26 19:29:32 -07:00
[[package]]
name = "log"
2025-01-26 10:03:47 -08:00
version = "0.4.25"
2023-06-26 19:29:32 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-01-26 10:03:47 -08:00
checksum = "04cbf5b083de1c7e0222a7a51dbfdba1cbe1c6ab0b15e29fff3f6c077fd9cd9f"
2023-06-26 19:29:32 -07:00
[[package]]
name = "matchers"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"
dependencies = [
2024-03-10 13:27:09 +09:00
"regex-automata 0.1.10",
2023-06-26 19:29:32 -07:00
]
2023-06-23 16:42:58 -04:00
[[package]]
2023-06-24 11:21:58 -07:00
name = "memchr"
version = "2.7.4"
2023-06-24 11:21:58 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
2024-03-10 13:27:09 +09:00
[[package]]
name = "miniz_oxide"
2025-01-26 10:03:47 -08:00
version = "0.8.3"
2024-03-10 13:27:09 +09:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-01-26 10:03:47 -08:00
checksum = "b8402cab7aefae129c6977bb0ff1b8fd9a04eb5b51efc50a70bea51cda0c7924"
2024-03-10 13:27:09 +09:00
dependencies = [
2025-01-26 10:03:47 -08:00
"adler2",
2024-03-10 13:27:09 +09:00
]
2023-06-24 11:21:58 -07:00
[[package]]
name = "napi"
2025-01-26 10:03:47 -08:00
version = "2.16.13"
2023-06-23 16:42:58 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-01-26 10:03:47 -08:00
checksum = "214f07a80874bb96a8433b3cdfc84980d56c7b02e1a0d7ba4ba0db5cef785e2b"
2023-06-23 16:42:58 -04:00
dependencies = [
2023-06-24 11:21:58 -07:00
"bitflags",
"ctor",
"napi-derive",
"napi-sys",
"once_cell",
"tokio",
2023-06-23 16:42:58 -04:00
]
[[package]]
2023-06-24 11:21:58 -07:00
name = "napi-build"
2025-01-26 10:03:47 -08:00
version = "2.1.4"
2023-06-23 16:42:58 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-01-26 10:03:47 -08:00
checksum = "db836caddef23662b94e16bf1f26c40eceb09d6aee5d5b06a7ac199320b69b19"
2023-06-23 16:42:58 -04:00
[[package]]
2023-06-24 11:21:58 -07:00
name = "napi-derive"
2025-01-26 10:03:47 -08:00
version = "2.16.13"
2023-06-23 16:42:58 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-01-26 10:03:47 -08:00
checksum = "7cbe2585d8ac223f7d34f13701434b9d5f4eb9c332cccce8dee57ea18ab8ab0c"
2023-06-23 16:42:58 -04:00
dependencies = [
2023-06-24 11:21:58 -07:00
"cfg-if",
"convert_case",
"napi-derive-backend",
"proc-macro2",
2023-06-23 16:42:58 -04:00
"quote",
"syn",
2023-06-23 16:42:58 -04:00
]
[[package]]
2023-06-24 11:21:58 -07:00
name = "napi-derive-backend"
2025-01-26 10:03:47 -08:00
version = "1.0.75"
2023-06-23 16:42:58 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-01-26 10:03:47 -08:00
checksum = "1639aaa9eeb76e91c6ae66da8ce3e89e921cd3885e99ec85f4abacae72fc91bf"
2023-06-24 11:21:58 -07:00
dependencies = [
"convert_case",
"once_cell",
"proc-macro2",
"quote",
"regex",
"semver",
"syn",
2023-06-24 11:21:58 -07:00
]
[[package]]
name = "napi-sys"
version = "2.4.0"
2023-06-24 11:21:58 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "427802e8ec3a734331fec1035594a210ce1ff4dc5bc1950530920ab717964ea3"
2023-06-23 16:42:58 -04:00
dependencies = [
"libloading",
]
2023-06-26 19:29:32 -07:00
[[package]]
name = "nu-ansi-term"
version = "0.46.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"
dependencies = [
"overload",
"winapi",
]
2024-03-10 13:27:09 +09:00
[[package]]
name = "object"
2025-01-26 10:03:47 -08:00
version = "0.36.7"
2024-03-10 13:27:09 +09:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-01-26 10:03:47 -08:00
checksum = "62948e14d923ea95ea2c7c86c71013138b66525b86bdc08d2dcc262bdb497b87"
2024-03-10 13:27:09 +09:00
dependencies = [
"memchr",
]
[[package]]
name = "once_cell"
2025-01-26 10:03:47 -08:00
version = "1.20.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-01-26 10:03:47 -08:00
checksum = "1261fe7e33c73b354eab43b1273a57c8f967d0391e80353e51f764ac02cf6775"
2023-06-26 19:29:32 -07:00
[[package]]
name = "overload"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
[[package]]
name = "pin-project-lite"
2025-01-26 10:03:47 -08:00
version = "0.2.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-01-26 10:03:47 -08:00
checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
[[package]]
name = "priority-queue"
2025-01-26 10:03:47 -08:00
version = "2.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-01-26 10:03:47 -08:00
checksum = "714c75db297bc88a63783ffc6ab9f830698a6705aa0201416931759ef4c8183d"
dependencies = [
"autocfg",
2024-03-05 22:32:14 +09:00
"equivalent",
"indexmap",
]
2023-06-23 16:42:58 -04:00
[[package]]
name = "proc-macro2"
2025-01-26 10:03:47 -08:00
version = "1.0.93"
2023-06-23 16:42:58 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-01-26 10:03:47 -08:00
checksum = "60946a68e5f9d28b0dc1c21bb8a97ee7d018a8b322fa57838ba31cc878e22d99"
2023-06-23 16:42:58 -04:00
dependencies = [
"unicode-ident",
]
[[package]]
name = "quote"
2025-01-26 10:03:47 -08:00
version = "1.0.38"
2023-06-23 16:42:58 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-01-26 10:03:47 -08:00
checksum = "0e4dccaaaf89514f546c693ddc140f729f958c247918a13380cccc6078391acc"
2023-06-23 16:42:58 -04:00
dependencies = [
"proc-macro2",
]
[[package]]
2023-06-24 11:21:58 -07:00
name = "regex"
2025-01-26 10:03:47 -08:00
version = "1.11.1"
2023-06-23 16:42:58 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-01-26 10:03:47 -08:00
checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191"
2023-06-23 16:42:58 -04:00
dependencies = [
2023-06-24 11:21:58 -07:00
"aho-corasick",
"memchr",
2025-01-26 10:03:47 -08:00
"regex-automata 0.4.9",
"regex-syntax 0.8.5",
2023-06-26 19:29:32 -07:00
]
[[package]]
name = "regex-automata"
version = "0.1.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
dependencies = [
"regex-syntax 0.6.29",
2023-06-23 16:42:58 -04:00
]
2024-03-10 13:27:09 +09:00
[[package]]
name = "regex-automata"
2025-01-26 10:03:47 -08:00
version = "0.4.9"
2024-03-10 13:27:09 +09:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-01-26 10:03:47 -08:00
checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908"
2024-03-10 13:27:09 +09:00
dependencies = [
"aho-corasick",
"memchr",
2025-01-26 10:03:47 -08:00
"regex-syntax 0.8.5",
2024-03-10 13:27:09 +09:00
]
2023-06-26 19:29:32 -07:00
[[package]]
name = "regex-syntax"
version = "0.6.29"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
2023-06-23 16:42:58 -04:00
[[package]]
2023-06-24 11:21:58 -07:00
name = "regex-syntax"
2025-01-26 10:03:47 -08:00
version = "0.8.5"
2024-03-10 13:27:09 +09:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-01-26 10:03:47 -08:00
checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c"
2024-03-10 13:27:09 +09:00
[[package]]
name = "rustc-demangle"
version = "0.1.24"
2023-06-23 16:42:58 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"
2023-06-23 16:42:58 -04:00
[[package]]
2023-06-24 11:21:58 -07:00
name = "semver"
2025-01-26 10:03:47 -08:00
version = "1.0.25"
2023-06-23 16:42:58 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-01-26 10:03:47 -08:00
checksum = "f79dfe2d285b0488816f30e700a7438c5a73d816b5b7d3ac72fbc48b0d185e03"
2023-06-23 16:42:58 -04:00
2023-06-26 19:29:32 -07:00
[[package]]
name = "sharded-slab"
2024-03-10 13:27:09 +09:00
version = "0.1.7"
2023-06-26 19:29:32 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-10 13:27:09 +09:00
checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
2023-06-26 19:29:32 -07:00
dependencies = [
"lazy_static",
]
[[package]]
name = "smallvec"
version = "1.13.2"
2023-06-26 19:29:32 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67"
2023-06-23 16:42:58 -04:00
[[package]]
2023-06-24 11:21:58 -07:00
name = "syn"
2025-01-26 10:03:47 -08:00
version = "2.0.96"
2023-06-23 16:42:58 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-01-26 10:03:47 -08:00
checksum = "d5d0adab1ae378d7f53bdebc67a39f1f151407ef230f0ce2883572f5d8985c80"
2023-06-23 16:42:58 -04:00
dependencies = [
"proc-macro2",
"quote",
2023-06-24 11:21:58 -07:00
"unicode-ident",
2023-06-23 16:42:58 -04:00
]
2023-06-26 19:29:32 -07:00
[[package]]
name = "thread_local"
2024-03-10 13:27:09 +09:00
version = "1.1.8"
2023-06-26 19:29:32 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2024-03-10 13:27:09 +09:00
checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c"
2023-06-26 19:29:32 -07:00
dependencies = [
"cfg-if",
"once_cell",
]
[[package]]
name = "tokio"
2025-01-26 10:03:47 -08:00
version = "1.43.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-01-26 10:03:47 -08:00
checksum = "3d61fa4ffa3de412bfea335c6ecff681de2b609ba3c77ef3e00e521813a9ed9e"
dependencies = [
2024-03-10 13:27:09 +09:00
"backtrace",
"pin-project-lite",
]
2023-06-26 19:29:32 -07:00
[[package]]
name = "tracing"
2025-01-26 10:03:47 -08:00
version = "0.1.41"
2023-06-26 19:29:32 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-01-26 10:03:47 -08:00
checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0"
2023-06-26 19:29:32 -07:00
dependencies = [
"pin-project-lite",
"tracing-attributes",
"tracing-core",
]
[[package]]
name = "tracing-attributes"
2025-01-26 10:03:47 -08:00
version = "0.1.28"
2023-06-26 19:29:32 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-01-26 10:03:47 -08:00
checksum = "395ae124c09f9e6918a2310af6038fba074bcf474ac352496d5910dd59a2226d"
2023-06-26 19:29:32 -07:00
dependencies = [
"proc-macro2",
"quote",
"syn",
2023-06-26 19:29:32 -07:00
]
[[package]]
name = "tracing-core"
2025-01-26 10:03:47 -08:00
version = "0.1.33"
2023-06-26 19:29:32 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-01-26 10:03:47 -08:00
checksum = "e672c95779cf947c5311f83787af4fa8fffd12fb27e4993211a84bdfd9610f9c"
2023-06-26 19:29:32 -07:00
dependencies = [
"once_cell",
"valuable",
]
2024-03-05 22:32:14 +09:00
[[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",
]
2023-06-26 19:29:32 -07:00
[[package]]
name = "tracing-subscriber"
2025-01-26 10:03:47 -08:00
version = "0.3.19"
2023-06-26 19:29:32 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-01-26 10:03:47 -08:00
checksum = "e8189decb5ac0fa7bc8b96b7cb9b2701d60d48805aca84a238004d665fcc4008"
2023-06-26 19:29:32 -07:00
dependencies = [
"matchers",
"nu-ansi-term",
"once_cell",
"regex",
"sharded-slab",
"smallvec",
"thread_local",
"tracing",
"tracing-core",
2024-03-10 13:27:09 +09:00
"tracing-log",
2023-06-26 19:29:32 -07:00
]
2023-06-23 16:42:58 -04:00
[[package]]
name = "unicode-ident"
2025-01-26 10:03:47 -08:00
version = "1.0.15"
2023-06-23 16:42:58 -04:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-01-26 10:03:47 -08:00
checksum = "11cd88e12b17c6494200a9c1b683a04fcac9573ed74cd1b62aeb2727c5592243"
2023-06-23 16:42:58 -04:00
2023-06-24 11:21:58 -07:00
[[package]]
name = "unicode-segmentation"
2025-01-26 10:03:47 -08:00
version = "1.12.0"
2023-06-24 11:21:58 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-01-26 10:03:47 -08:00
checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493"
2023-06-24 11:21:58 -07:00
2023-06-26 19:29:32 -07:00
[[package]]
name = "valuable"
2025-01-26 10:03:47 -08:00
version = "0.1.1"
2023-06-26 19:29:32 -07:00
source = "registry+https://github.com/rust-lang/crates.io-index"
2025-01-26 10:03:47 -08:00
checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65"
2023-06-26 19:29:32 -07:00
2023-06-23 16:42:58 -04:00
[[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-targets"
version = "0.52.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
dependencies = [
"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.52.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
[[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.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.52.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
[[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.52.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
[[package]]
name = "windows_x86_64_msvc"
version = "0.52.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"