version = 4
[[package]]
name = "ahash"
version = "0.7.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "891477e0c6a8957309ee5c45a6368af3ae14bb510732d2684ffa19af310920f9"
dependencies = [
"getrandom 0.2.16",
"once_cell",
"version_check",
]
[[package]]
name = "aho-corasick"
version = "1.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
dependencies = [
"memchr",
]
[[package]]
name = "always-assert"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4436e0292ab1bb631b42973c61205e704475fe8126af845c8d923c0996328127"
dependencies = [
"log",
]
[[package]]
name = "android_system_properties"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
dependencies = [
"libc",
]
[[package]]
name = "anstream"
version = "0.6.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "43d5b281e737544384e969a5ccad3f1cdd24b48086a0fc1b2a5262a26b8f4f4a"
dependencies = [
"anstyle",
"anstyle-parse",
"anstyle-query",
"anstyle-wincon",
"colorchoice",
"is_terminal_polyfill",
"utf8parse",
]
[[package]]
name = "anstyle"
version = "1.0.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5192cca8006f1fd4f7237516f40fa183bb07f8fbdfedaa0036de5ea9b0b45e78"
[[package]]
name = "anstyle-parse"
version = "0.2.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4e7644824f0aa2c7b9384579234ef10eb7efb6a0deb83f9630a49594dd9c15c2"
dependencies = [
"utf8parse",
]
[[package]]
name = "anstyle-query"
version = "1.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9e231f6134f61b71076a3eab506c379d4f36122f2af15a9ff04415ea4c3339e2"
dependencies = [
"windows-sys 0.60.2",
]
[[package]]
name = "anstyle-wincon"
version = "3.0.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3e0633414522a32ffaac8ac6cc8f748e090c5717661fddeea04219e2344f5f2a"
dependencies = [
"anstyle",
"once_cell_polyfill",
"windows-sys 0.60.2",
]
[[package]]
name = "atomic"
version = "0.5.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c59bdb34bc650a32731b31bd8f0829cc15d24a708ee31559e0bb34f2bc320cba"
[[package]]
name = "atomic-take"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a8ab6b55fe97976e46f91ddbed8d147d966475dc29b2032757ba47e02376fbc3"
[[package]]
name = "atomic_float"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "62af46d040ba9df09edc6528dae9d8e49f5f3e82f55b7d2ec31a733c38dbc49d"
[[package]]
name = "atty"
version = "0.2.14"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
dependencies = [
"hermit-abi",
"libc",
"winapi 0.3.9",
]
[[package]]
name = "autocfg"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8"
[[package]]
name = "bincode"
version = "2.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "36eaf5d7b090263e8150820482d5d93cd964a81e4019913c972f4edcc6edb740"
dependencies = [
"bincode_derive",
"serde",
"unty",
]
[[package]]
name = "bincode_derive"
version = "2.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bf95709a440f45e986983918d0e8a1f30a9b1df04918fc828670606804ac3c09"
dependencies = [
"virtue",
]
[[package]]
name = "bindgen"
version = "0.60.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "062dddbc1ba4aca46de6338e2bf87771414c335f7b2f2036e8f3e9befebf88e6"
dependencies = [
"bitflags 1.3.2",
"cexpr",
"clang-sys",
"clap",
"env_logger 0.9.3",
"lazy_static",
"lazycell",
"log",
"peeking_take_while",
"proc-macro2",
"quote 1.0.41",
"regex",
"rustc-hash",
"shlex",
"which",
]
[[package]]
name = "bitcoin-addr"
version = "0.1.16-alpha.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "71737abbed444f30fc51e0ba58bfad32f166e883eb4142132265e7d74cd9ea0c"
dependencies = [
"bitcoin-cfg",
"bitcoin-derive",
"bitcoin-imports",
"bitcoin-network",
"bitcoin-primitives",
"bitcoin-random",
"bitcoin-service",
"bitcoin-service-flags",
"bitcoin-time",
"serde",
]
[[package]]
name = "bitcoin-amt"
version = "0.1.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d54a6541bd8763991decf6e8439d11890f0bba2b00da98023e24d8e825643d0f"
dependencies = [
"bitcoin-cfg",
"bitcoin-derive",
"bitcoin-imports",
"tracing",
]
[[package]]
name = "bitcoin-argsman"
version = "0.1.16-alpha.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2989e145162ada5792117469376b0409aea8e9d49165e7716a71ec8ad306a901"
dependencies = [
"bitcoin-cfg",
"bitcoin-derive",
"bitcoin-imports",
"bitcoin-log",
"bitcoin-settings",
"bitcoin-string",
"bitcoin-univalue",
"thiserror",
]
[[package]]
name = "bitcoin-bigint"
version = "0.1.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c4195c1aebe97336c2f966f4de9f0d7c9e64b45baacaafd4bc27d8121814164f"
dependencies = [
"bitcoin-cfg",
"bitcoin-derive",
"bitcoin-imports",
"tracing",
"tracing-setup",
"tracing-subscriber",
]
[[package]]
name = "bitcoin-bitstream"
version = "0.1.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d2db233726fdffd676b78027dbadf8ffa4c516e77a1fc7513f6282437c164b2e"
dependencies = [
"bitcoin-cfg",
"bitcoin-derive",
"bitcoin-imports",
"bitcoin-support",
"derive_builder",
"getset",
"traced-test",
"tracing",
"tracing-setup",
]
[[package]]
name = "bitcoin-blob"
version = "0.1.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "64160735ac04df272b8a8bfa25d7cf9a8e335dcd67a7d605d76d58b8cfda2a62"
dependencies = [
"bitcoin-cfg",
"bitcoin-derive",
"bitcoin-imports",
"getset",
"tracing",
"tracing-setup",
"tracing-subscriber",
]
[[package]]
name = "bitcoin-block"
version = "0.1.16-alpha.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2b2321f1e8bdeb90c1fd51efb4e2241b9c3a4a3ef5576e8b6ace8f58c43abd7d"
dependencies = [
"bitcoin-cfg",
"bitcoin-derive",
"bitcoin-hash",
"bitcoin-imports",
"bitcoin-log",
"bitcoin-mem",
"bitcoin-primitives",
"bitcoin-time",
"bitcoin-tx",
"bitcoin-validation",
"bitflags 1.3.2",
"lazy_static",
"libc",
"serde",
"static_assertions",
]
[[package]]
name = "bitcoin-blockencoding"
version = "0.1.16-alpha.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0e2ff90e0c3a94b748453bf25dae0a143d74e5822ba9c5b876bbca7711b1988d"
dependencies = [
"bitcoin-block",
"bitcoin-cfg",
"bitcoin-derive",
"bitcoin-imports",
"bitcoin-primitives",
"bitcoin-serialize",
"bitcoin-sha256",
"bitcoin-siphash",
"bitcoin-tx",
"bitcoin-version",
]
[[package]]
name = "bitcoin-blockfilter"
version = "0.1.16-alpha.0"
dependencies = [
"bitcoin-block",
"bitcoin-cfg",
"bitcoin-db",
"bitcoin-derive",
"bitcoin-golombrice",
"bitcoin-hash",
"bitcoin-imports",
"bitcoin-index",
"bitcoin-primitives",
"bitcoin-scripting",
"bitcoin-serialize",
"bitcoin-txmempool",
]
[[package]]
name = "bitcoin-blockman"
version = "0.1.16-alpha.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "87ca1b6b3dbf885bd9806abe4db7cb91ce948c1865f49bcd12391b4b644c5c1f"
dependencies = [
"bitcoin-block",
"bitcoin-cfg",
"bitcoin-chain-consensus",
"bitcoin-coinsview",
"bitcoin-db",
"bitcoin-derive",
"bitcoin-imports",
"bitcoin-primitives",
"bitcoin-scripting",
"bitcoin-string",
"bitcoin-validation",
"bitcoinchain-params",
]
[[package]]
name = "bitcoin-blockpolicy"
version = "0.1.16-alpha.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4cd179ac4527395bd20cfc73dcfa62bd8448fe6a25301f538a68f8df77ef59a2"
dependencies = [
"bitcoin-amt",
"bitcoin-cfg",
"bitcoin-derive",
"bitcoin-epoch",
"bitcoin-fees",
"bitcoin-imports",
"bitcoin-primitives",
"bitcoin-tx",
"bitcoin-txmempoolentry",
]
[[package]]
name = "bitcoin-cfg"
version = "0.1.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aa2c5c2683b302a652aa9b8b242a66fa7b57573dea71597c9a889060e10b36ff"
dependencies = [
"bitcoin-imports",
"cfg_aliases",
]
[[package]]
name = "bitcoin-chacha"
version = "0.1.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5851cd218ee98704026f3b4e89cf7bd699db45cd32e0ec0b8f07588783e252bb"
dependencies = [
"bitcoin-cfg",
"bitcoin-derive",
"bitcoin-imports",
"bitcoin-poly1305",
"bitcoin-support",
"derive_builder",
"generic-array",
"getset",
"tracing",
"zeroize",
]
[[package]]
name = "bitcoin-chain-consensus"
version = "0.1.16-alpha.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "95bfb382c819cb6178180c5e3328169e20b4dff28838af138598d1dc1cd41ef9"
dependencies = [
"bitcoin-amt",
"bitcoin-block",
"bitcoin-cfg",
"bitcoin-imports",
"bitcoin-primitives",
"bitcoin-sha256",
"bitflags 0.1.1",
"lazy_static",
"static_assertions",
]
[[package]]
name = "bitcoin-coinsview"
version = "0.1.16-alpha.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6380c197e9104f36a949b217b68363bcdf64c36617f4a6ba9167118ca440e27d"
dependencies = [
"bitcoin-amt",
"bitcoin-cfg",
"bitcoin-db",
"bitcoin-derive",
"bitcoin-hash",
"bitcoin-imports",
"bitcoin-primitives",
"bitcoin-serialize",
"bitcoin-tx",
"bitcoin-version",
"modular-bitfield",
"serde",
]
[[package]]
name = "bitcoin-compat"
version = "0.1.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7aef068262e93fd9316d49b78bcbc0429750018200a13257f185a5a7fd7a998b"
dependencies = [
"bitcoin-cfg",
"bitcoin-imports",
"lazy_static",
"static_assertions",
"tracing",
]
[[package]]
name = "bitcoin-cuckoo-cache"
version = "0.1.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "786b375bca7d45ce21f9dad8395635e48e5f63fa923b4e765d8a7c7dbd5bca2e"
dependencies = [
"bitcoin-cfg",
"bitcoin-imports",
"derive_builder",
"getset",
"lazy_static",
"static_assertions",
"tracing",
]
[[package]]
name = "bitcoin-db"
version = "0.1.16-alpha.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f3bd6fd2ff691ff9ed167ae36a17892c2029dcb761a67fa45fdbaf49679d3cba"
dependencies = [
"bitcoin-cfg",
"bitcoin-derive",
"bitcoin-imports",
"bitcoin-leveldb",
"bitcoin-log",
"bitcoin-primitives",
"bitcoin-random",
"bitcoin-serialize",
"bitcoin-version",
"lazy_static",
"static_assertions",
]
[[package]]
name = "bitcoin-derive"
version = "0.1.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ed8df817a0f593d7f2acb5ba7c63108bffdb6c8d4a2a8fd787418b50425d1634"
dependencies = [
"bitcoin-cfg",
"bitcoin-imports",
"lazy_static",
"quote 1.0.41",
"static_assertions",
"syn 1.0.109",
]
[[package]]
name = "bitcoin-epoch"
version = "0.1.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8f15a570373f884e6e6fde445116c17300b628927586ef6a0bb1a0692269a789"
dependencies = [
"bitcoin-cfg",
"bitcoin-derive",
"bitcoin-imports",
"derive_builder",
"getset",
"lazy_static",
"static_assertions",
"tracing",
]
[[package]]
name = "bitcoin-fees"
version = "0.1.16-alpha.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "44c95e42169122d24f64057e477f47302e22d70fe9a5dd0c9415a04634df35fe"
dependencies = [
"bitcoin-amt",
"bitcoin-cfg",
"bitcoin-derive",
"bitcoin-imports",
"bitcoin-primitives",
"bitcoin-random",
"lazy_static",
"static_assertions",
]
[[package]]
name = "bitcoin-foundblock"
version = "0.1.16-alpha.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d9f907ad44179a7da6b9c3290239249fd0d0c9bf0dd76dbf7fab6da8225c5fe2"
dependencies = [
"bitcoin-block",
"bitcoin-derive",
"bitcoin-imports",
"bitcoin-primitives",
]
[[package]]
name = "bitcoin-get-json-token"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cb407f12f14e33db16ef4ce427b4d07465b6a2dd61a71e78a763d6ce88621541"
dependencies = [
"bitcoin-imports",
"ryu",
"tracing",
"zerocopy 0.7.35",
]
[[package]]
name = "bitcoin-golombrice"
version = "0.1.16-alpha.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2f23e0668ed2467d67eea407826d88113965488b80cbdc2d067a3e4bbecc60c2"
dependencies = [
"bitcoin-cfg",
"bitcoin-hash",
"bitcoin-imports",
"bitcoin-primitives",
"bitcoin-serialize",
"lazy_static",
"static_assertions",
]
[[package]]
name = "bitcoin-hash"
version = "0.1.16-alpha.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "97bd66b1087de82203752785f69be0314ff22125dce89e03f933a20ec28606e8"
dependencies = [
"bitcoin-cfg",
"bitcoin-imports",
"bitcoin-mem",
"bitcoin-primitives",
"bitcoin-ripemd",
"bitcoin-serialize",
"bitcoin-sha256",
"bitcoin-version",
"serde",
]
[[package]]
name = "bitcoin-imports"
version = "0.1.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "db7ad884c6781e29d3d3d07fbfbaedd903455e95d8263ab12e0adab24f81d00f"
dependencies = [
"atomic",
"atomic-take",
"atomic_float",
"bincode",
"bitflags 1.3.2",
"bitset",
"chrono",
"comparator",
"const-default",
"crossbeam",
"delegate 0.7.0",
"derivative",
"derive_builder",
"errno 0.2.8",
"float-ord",
"fs2",
"getset",
"hashbrown 0.12.3",
"indoc 1.0.9",
"integer-encoding",
"lazy_static",
"libc",
"libc-stdhandle",
"libevent",
"libevent-sys",
"lock_api",
"maplit",
"modular-bitfield",
"modular-bitfield-impl",
"multimap",
"multiset",
"nix",
"num",
"once_cell",
"parking_lot 0.12.5",
"phf",
"pnet_sys",
"priority-queue",
"quanta",
"rand 0.8.5",
"same-file",
"scan-crate-for-typedefs",
"serde",
"serde-big-array",
"serde_test",
"shared-mutex",
"socket2",
"sqlite",
"sqlite3",
"static_assertions",
"thiserror",
"time 0.3.44",
"time-point",
"tinyvec",
"traced-test",
"tracing",
"tracing-setup",
"tracing-subscriber",
"try-catch",
"winapi 0.2.8",
]
[[package]]
name = "bitcoin-index"
version = "0.1.16-alpha.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ea7e2aba3e199e3a072f484d26bb7b5a0ca5e01732827e3d53e664d539073867"
dependencies = [
"atomic",
"bitcoin-amt",
"bitcoin-block",
"bitcoin-cfg",
"bitcoin-db",
"bitcoin-derive",
"bitcoin-hash",
"bitcoin-imports",
"bitcoin-muhash",
"bitcoin-net",
"bitcoin-primitives",
"bitcoin-scripting",
"bitcoin-support",
"bitcoin-sync",
"bitcoin-tx",
"bitcoin-txmempool",
"bitcoinchain-interface",
"bitcoinchain-notifications",
"lazy_static",
"static_assertions",
]
[[package]]
name = "bitcoin-indirectmap"
version = "0.1.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "56948c226dabd34d64d2c92d2fe2be25e6a78a7265a8751359089a67734a5c2b"
dependencies = [
"bitcoin-cfg",
"bitcoin-derive",
"bitcoin-imports",
"bitcoin-mem",
"derive_builder",
"getset",
"tracing",
]
[[package]]
name = "bitcoin-key"
version = "0.1.16-alpha.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a97af7216d68a48ee13c7835fd708895aa7086e6a3dfe7312d826beb01a213df"
dependencies = [
"bitcoin-amt",
"bitcoin-cfg",
"bitcoin-derive",
"bitcoin-imports",
"bitcoin-primitives",
"bitcoin-support",
"bitcoin-univalue",
"bitcoinleveldb-table",
]
[[package]]
name = "bitcoin-leveldb"
version = "0.1.16-alpha.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fb60cb0d55f7f044b709710adbef81267b4905a4e7b13b2864bf602c56fbd07f"
dependencies = [
"bitcoin-cfg",
"bitcoinleveldb-arena",
"bitcoinleveldb-batch",
"bitcoinleveldb-bench",
"bitcoinleveldb-bloom",
"bitcoinleveldb-cache",
"bitcoinleveldb-coding",
"bitcoinleveldb-comparator",
"bitcoinleveldb-compat",
"bitcoinleveldb-crc32",
"bitcoinleveldb-db",
"bitcoinleveldb-dumpfile",
"bitcoinleveldb-duplex",
"bitcoinleveldb-env",
"bitcoinleveldb-file",
"bitcoinleveldb-filter",
"bitcoinleveldb-hash",
"bitcoinleveldb-histogram",
"bitcoinleveldb-limiter",
"bitcoinleveldb-log",
"bitcoinleveldb-lru",
"bitcoinleveldb-memenv",
"bitcoinleveldb-memtable",
"bitcoinleveldb-merger",
"bitcoinleveldb-meta",
"bitcoinleveldb-options",
"bitcoinleveldb-posix",
"bitcoinleveldb-rand",
"bitcoinleveldb-repair",
"bitcoinleveldb-skiplist",
"bitcoinleveldb-slice",
"bitcoinleveldb-snapshot",
"bitcoinleveldb-status",
"bitcoinleveldb-sync",
"bitcoinleveldb-table",
"bitcoinleveldb-test",
"bitcoinleveldb-util",
]
[[package]]
name = "bitcoin-log"
version = "0.1.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0d72f0f2cece1256f2e31caba4b0b509b89354c430946fe3c27f8a59730b2e76"
dependencies = [
"bitcoin-cfg",
"bitcoin-imports",
"derive_builder",
"getset",
"lazy_static",
"libc",
"serial_test",
"static_assertions",
"traced-test",
"tracing",
"tracing-setup",
"usdt",
]
[[package]]
name = "bitcoin-mem"
version = "0.1.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e55ded4d404a2bdae792769b6ccb951c563b802ba9cc9228a75a484811728c35"
dependencies = [
"bitcoin-cfg",
"bitcoin-derive",
"bitcoin-imports",
"tracing",
]
[[package]]
name = "bitcoin-muhash"
version = "0.1.16-alpha.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7f8ed5f547018dbf5a2e65b9f539485d24ca71811dc3ba53024def88cb408816"
dependencies = [
"bitcoin-cfg",
"bitcoin-derive",
"bitcoin-imports",
"bitcoin-primitives",
]
[[package]]
name = "bitcoin-net"
version = "0.1.16-alpha.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "40b341f1f680f736dc6c147b2f784bb7dd7685a19eebda71443c1a58169c9aa0"
dependencies = [
"bitcoin-addr",
"bitcoin-amt",
"bitcoin-argsman",
"bitcoin-block",
"bitcoin-blockencoding",
"bitcoin-cfg",
"bitcoin-chain-consensus",
"bitcoin-derive",
"bitcoin-hash",
"bitcoin-imports",
"bitcoin-netmsg",
"bitcoin-network",
"bitcoin-primitives",
"bitcoin-random",
"bitcoin-serialize",
"bitcoin-service",
"bitcoin-service-flags",
"bitcoin-settings",
"bitcoin-sock",
"bitcoin-string",
"bitcoin-support",
"bitcoin-sync",
"bitcoin-time",
"bitcoin-univalue",
"bitcoin-version",
"bitcoinchain-params",
"serde",
]
[[package]]
name = "bitcoin-netmsg"
version = "0.1.16-alpha.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "01fb9b5fcf34db41a63135d4fc2460966210d9d8f05708755b777a426768461a"
dependencies = [
"bitcoin-cfg",
"bitcoin-derive",
"bitcoin-imports",
"bitcoin-primitives",
"bitcoin-scripting",
"serde",
]
[[package]]
name = "bitcoin-network"
version = "0.1.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0fc611b9fd52e5d569b1717ab0b3c7c2798c95fa63174d410296f4e037664d6c"
dependencies = [
"bitcoin-bitstream",
"bitcoin-cfg",
"bitcoin-derive",
"bitcoin-imports",
"bitcoin-sha3",
"bitcoin-string",
"derive_builder",
"getset",
"serde",
"tracing",
]
[[package]]
name = "bitcoin-packages"
version = "0.1.16-alpha.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aa24d9f598e8d444d71173b05bad022e7248906b873f40136ec7e1d2bb9956a1"
dependencies = [
"bitcoin-amt",
"bitcoin-cfg",
"bitcoin-derive",
"bitcoin-imports",
"bitcoin-policy",
"bitcoin-tx",
"bitcoin-validation",
]
[[package]]
name = "bitcoin-policy"
version = "0.1.16-alpha.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a0c0442b392f490deead1ad3b0d9614db48d7325fa34ce028a951788f4a580be"
dependencies = [
"bitcoin-amt",
"bitcoin-cfg",
"bitcoin-coinsview",
"bitcoin-derive",
"bitcoin-fees",
"bitcoin-imports",
"bitcoin-scripting",
"bitcoin-tx",
]
[[package]]
name = "bitcoin-poly1305"
version = "0.1.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9e0fca1993936e91a5f9f061470df8d92e67e769396a6f8be555de072ae5ad0b"
dependencies = [
"bitcoin-cfg",
"bitcoin-derive",
"bitcoin-imports",
"hex-literal",
"tracing",
]
[[package]]
name = "bitcoin-primitives"
version = "0.1.16-alpha.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cb5b9d3151522ced29f8cf2b94b40a61cbb6a5676d277b6165dd5475f695c6b0"
dependencies = [
"bitcoin-cfg",
"bitcoin-derive",
"bitcoin-imports",
"bitcoin-support",
"lazy_static",
"libc",
"serde",
"static_assertions",
]
[[package]]
name = "bitcoin-random"
version = "0.1.16-alpha.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "43d019538c4d5a3e0e566616c90dab895aef5b1677ab3d36774ca4d23aa807b4"
dependencies = [
"bitcoin-cfg",
"bitcoin-chacha",
"bitcoin-compat",
"bitcoin-derive",
"bitcoin-imports",
"bitcoin-log",
"bitcoin-primitives",
"bitcoin-sha256",
"bitcoin-sha512",
"bitcoin-support",
"bitcoin-time",
]
[[package]]
name = "bitcoin-rbf"
version = "0.1.16-alpha.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c749f1346dfe2cd91e0c359b67d464dca9b35265b9248c1ace75bb3c6f3e52a2"
dependencies = [
"bitcoin-amt",
"bitcoin-cfg",
"bitcoin-derive",
"bitcoin-fees",
"bitcoin-imports",
"bitcoin-primitives",
"bitcoin-tx",
]
[[package]]
name = "bitcoin-remote"
version = "0.1.16-alpha.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "216c15aac6d81a64b347ec2a92142f5bb72554d9b4cb307ee78acfdba40028a0"
dependencies = [
"bitcoin-cfg",
"bitcoin-derive",
"bitcoin-imports",
"bitcoin-univalue",
]
[[package]]
name = "bitcoin-ripemd"
version = "0.1.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d9eb7da7781c73a32c055bd0da768d44fec6e57664a4bd78b36f1dc907ec6ff5"
dependencies = [
"bitcoin-bitstream",
"bitcoin-cfg",
"bitcoin-derive",
"bitcoin-imports",
"tracing",
]
[[package]]
name = "bitcoin-sam"
version = "0.1.16-alpha.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d96bf1d5f914755b863f4e4ef2dceb54067cb678ba9fa9f4326bb35417802c02"
dependencies = [
"bitcoin-cfg",
"bitcoin-derive",
"bitcoin-imports",
"bitcoin-network",
"bitcoin-service",
"bitcoin-sock",
"bitcoin-sync",
]
[[package]]
name = "bitcoin-scheduler"
version = "0.1.16-alpha.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3795afd7ba08e8e4d565702b3dde4f56404d958a8986b79e7dd5add0c632ccac"
dependencies = [
"bitcoin-cfg",
"bitcoin-derive",
"bitcoin-imports",
"lazy_static",
"libc",
"multimap",
"parking_lot 0.12.5",
"static_assertions",
"time-point",
]
[[package]]
name = "bitcoin-scripting"
version = "0.1.16-alpha.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7d81c27f2fbb54ca3017429ddecd420b9d339cd2a681c3ff22511ce305805166"
dependencies = [
"bitcoin-amt",
"bitcoin-cfg",
"bitcoin-cuckoo-cache",
"bitcoin-derive",
"bitcoin-hash",
"bitcoin-imports",
"bitcoin-key",
"bitcoin-mem",
"bitcoin-primitives",
"bitcoin-secp256k1",
"bitcoin-serialize",
"bitcoin-sha256",
"bitcoin-string",
"bitcoin-support",
"bitcoin-univalue",
"bitcoin-version",
"bitcoinsecp256k1-keys",
"modular-bitfield",
"serde",
]
[[package]]
name = "bitcoin-secp256k1"
version = "0.1.16-alpha.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e5cadb4eff94520d8e9f459e824fe7826461a3639273cd680ba8a35f4bcc385a"
dependencies = [
"bitcoin-cfg",
"bitcoin-imports",
"bitcoin-key",
"bitcoinsecp256k1-ec",
"bitcoinsecp256k1-field",
"bitcoinsecp256k1-group",
"bitcoinsecp256k1-modinv",
"bitcoinsecp256k1-scalar",
"bitcoinsecp256k1-scratch",
"static_assertions",
]
[[package]]
name = "bitcoin-serialize"
version = "0.1.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1de0764110bf770b093ab6b3cadae7c5149eea359d61448c91fcfd422f20c4ed"
dependencies = [
"bitcoin-cfg",
"bitcoin-compat",
"bitcoin-derive",
"bitcoin-imports",
"bitcoin-support",
"hashbrown 0.12.3",
"lazy_static",
"maplit",
"num-traits 0.1.43",
"static_assertions",
"tracing",
]
[[package]]
name = "bitcoin-service"
version = "0.1.16-alpha.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4905aac14196ce355c2edd753896748dcac1c2042c36435e14b4f9ace880b8fa"
dependencies = [
"bitcoin-cfg",
"bitcoin-derive",
"bitcoin-imports",
"bitcoin-network",
"bitcoin-random",
"serde",
]
[[package]]
name = "bitcoin-service-flags"
version = "0.1.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8e71bf9d41d687b56512ab88d5fc6167ceae4e573981c4a07f948d81e94d9876"
dependencies = [
"bitcoin-cfg",
"bitcoin-imports",
"serde",
"tracing",
]
[[package]]
name = "bitcoin-settings"
version = "0.1.16-alpha.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3fed322ea588c5604c4ad7216c117e4578de611c1b2f08962bfe0ba9194d9da3"
dependencies = [
"bitcoin-cfg",
"bitcoin-derive",
"bitcoin-imports",
"bitcoin-univalue",
"lazy_static",
"static_assertions",
]
[[package]]
name = "bitcoin-sha256"
version = "0.1.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dceb3d5b662e8bbc066cd8834490f871dda947c77221869699abbe8511c9e20b"
dependencies = [
"bitcoin-cfg",
"bitcoin-derive",
"bitcoin-imports",
"bitcoin-u256",
"serde",
"serde-big-array",
]
[[package]]
name = "bitcoin-sha3"
version = "0.1.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3fd2d969953788f7f832609cf19960ac81bfeebe5cfe12e71dbce5461f3f2c59"
dependencies = [
"bitcoin-cfg",
"bitcoin-derive",
"bitcoin-imports",
]
[[package]]
name = "bitcoin-sha512"
version = "0.1.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "790c093646375e392d78bf19f9569cd6db93a4726b3b19739b37b54752125f05"
dependencies = [
"bitcoin-cfg",
"bitcoin-derive",
"bitcoin-imports",
]
[[package]]
name = "bitcoin-signingprovider"
version = "0.1.16-alpha.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3ad235ddbd955988e9e608f0e7ccb175e1bce41c7bfafbe08d7b613061cc9fe2"
dependencies = [
"bitcoin-amt",
"bitcoin-cfg",
"bitcoin-coinsview",
"bitcoin-derive",
"bitcoin-hash",
"bitcoin-imports",
"bitcoin-key",
"bitcoin-primitives",
"bitcoin-scripting",
"bitcoin-string",
"bitcoin-tx",
"bitcoin-univalue",
"bitcoinsecp256k1-keys",
]
[[package]]
name = "bitcoin-siphash"
version = "0.1.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "603840155e7d43dbf42d80809c8ab21c8f38f24dc4fd613c06363797cbe557bb"
dependencies = [
"bitcoin-cfg",
"bitcoin-derive",
"bitcoin-imports",
"bitcoin-u256",
"tracing",
]
[[package]]
name = "bitcoin-sock"
version = "0.1.16-alpha.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "261b8efb1d80038a0e5e1b913b9d37608630126daf1f683bc38398402a78d6ac"
dependencies = [
"bitcoin-cfg",
"bitcoin-derive",
"bitcoin-imports",
"bitcoin-sync",
]
[[package]]
name = "bitcoin-string"
version = "0.1.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2ef93c33ddbe64c1aa9ae67310b949ae4b8f7155d902a17672df70165437cdef"
dependencies = [
"bitcoin-amt",
"bitcoin-cfg",
"bitcoin-imports",
"lazy_static",
"num-traits 0.1.43",
"static_assertions",
"tracing",
]
[[package]]
name = "bitcoin-support"
version = "0.1.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ad1d76cb7e5c50fcfce136d8bb3b617ffc0ae644ca742d576d1d4bd9cdb1665a"
dependencies = [
"bitcoin-cfg",
"bitcoin-derive",
"bitcoin-imports",
"lazy_static",
"libevent",
"libevent-sys",
"multimap",
"parking_lot 0.12.5",
"static_assertions",
"traced-test",
"tracing",
"tracing-setup",
]
[[package]]
name = "bitcoin-sync"
version = "0.1.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "371d28edb67bb2920b774b6724e8cddebe6886d105c4a482bcd2ed611592379b"
dependencies = [
"bitcoin-cfg",
"bitcoin-derive",
"bitcoin-imports",
"derive_builder",
"getset",
"lazy_static",
"parking_lot 0.12.5",
"paste",
"static_assertions",
"tracing",
]
[[package]]
name = "bitcoin-time"
version = "0.1.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2cab44e4218aacc690154a8749e86f3ecbda68f99374d6d2a7167d5910fd0c15"
dependencies = [
"bitcoin-cfg",
"bitcoin-derive",
"bitcoin-imports",
"time 0.3.44",
]
[[package]]
name = "bitcoin-tx"
version = "0.1.16-alpha.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "10d2afb6878e98d5ad37ef14afffcd4fe27d844ad6f0ae0aa343e56f4865609e"
dependencies = [
"bitcoin-amt",
"bitcoin-cfg",
"bitcoin-derive",
"bitcoin-hash",
"bitcoin-imports",
"bitcoin-key",
"bitcoin-mem",
"bitcoin-primitives",
"bitcoin-scripting",
"bitcoin-univalue",
"bitcoinsecp256k1-keys",
"serde",
]
[[package]]
name = "bitcoin-txmempool"
version = "0.1.16-alpha.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "510cd6b48b09b980b8702ed2860c072f26cee586abd6a66c0cbd1a8505adc462"
dependencies = [
"bitcoin-amt",
"bitcoin-argsman",
"bitcoin-block",
"bitcoin-blockman",
"bitcoin-blockpolicy",
"bitcoin-cfg",
"bitcoin-chain-consensus",
"bitcoin-coinsview",
"bitcoin-db",
"bitcoin-derive",
"bitcoin-epoch",
"bitcoin-fees",
"bitcoin-hash",
"bitcoin-imports",
"bitcoin-indirectmap",
"bitcoin-net",
"bitcoin-packages",
"bitcoin-primitives",
"bitcoin-rbf",
"bitcoin-sam",
"bitcoin-scheduler",
"bitcoin-scripting",
"bitcoin-settings",
"bitcoin-string",
"bitcoin-sync",
"bitcoin-tx",
"bitcoin-txmempoolentry",
"bitcoin-univalue",
"bitcoin-validation",
"lazy_static",
"libc",
"lock_api",
"multimap",
"parking_lot 0.12.5",
"static_assertions",
"time 0.1.45",
]
[[package]]
name = "bitcoin-txmempoolentry"
version = "0.1.16-alpha.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3b1d02cd4ee672fea785af333721a7a4d7dc3fead8c7ecd81eced3598616ed58"
dependencies = [
"bitcoin-amt",
"bitcoin-block",
"bitcoin-derive",
"bitcoin-epoch",
"bitcoin-imports",
"bitcoin-tx",
]
[[package]]
name = "bitcoin-u256"
version = "0.1.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5b4d0598916508582f07a5f3b96b54f21366ce8521d8206a39e1b1d958302811"
dependencies = [
"bincode",
"bitcoin-bigint",
"bitcoin-blob",
"bitcoin-cfg",
"bitcoin-derive",
"bitcoin-imports",
"once_cell",
"serde",
"serde_test",
"tracing",
"tracing-setup",
"tracing-subscriber",
]
[[package]]
name = "bitcoin-univalue"
version = "0.1.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3219e2122a7d31838fd5f650e2083e7175d8e027167506b99aa75e9fd3bbf179"
dependencies = [
"bitcoin-cfg",
"bitcoin-get-json-token",
"bitcoin-imports",
"lazy_static",
"libc",
"num",
"ryu",
"static_assertions",
"tracing",
"zerocopy 0.7.35",
]
[[package]]
name = "bitcoin-validation"
version = "0.1.16-alpha.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7f66d9789bd04fd695666d59903b5f8bccffadc4f26daa5070103564e8767fcf"
dependencies = [
"bitcoin-cfg",
"bitcoin-derive",
"bitcoin-imports",
]
[[package]]
name = "bitcoin-version"
version = "0.1.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5f855b92bd26b02017fada0a8627c91f0ce493ee5ab71027cffe609cda06a4ec"
dependencies = [
"bitcoin-cfg",
"bitcoin-imports",
"lazy_static",
"libc",
"static_assertions",
"tracing",
]
[[package]]
name = "bitcoinchain-interface"
version = "0.1.16-alpha.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1b46b307e724cf0b12064ca81b316f776d38faab8325c82703acda0f245d7450"
dependencies = [
"bitcoin-amt",
"bitcoin-block",
"bitcoin-cfg",
"bitcoin-coinsview",
"bitcoin-derive",
"bitcoin-fees",
"bitcoin-foundblock",
"bitcoin-hash",
"bitcoin-imports",
"bitcoin-primitives",
"bitcoin-rbf",
"bitcoin-sam",
"bitcoin-settings",
"bitcoin-string",
"bitcoin-tx",
"bitcoinchain-notifications",
"bitcoinrpc-server",
]
[[package]]
name = "bitcoinchain-notifications"
version = "0.1.16-alpha.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "15217d78cf20513180d01c7d4e3cd75ab5c1cd30b05aecd11ff51149e5a1b91b"
dependencies = [
"bitcoin-block",
"bitcoin-derive",
"bitcoin-imports",
"bitcoin-sam",
"bitcoin-tx",
"bitcoin-txmempool",
"bitcoinrpc-server",
]
[[package]]
name = "bitcoinchain-params"
version = "0.1.16-alpha.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "62201a7e23430833a88cd66267efcabf752d2c7363373b296a72dd8bf315dddd"
dependencies = [
"bitcoin-amt",
"bitcoin-argsman",
"bitcoin-block",
"bitcoin-cfg",
"bitcoin-chain-consensus",
"bitcoin-coinsview",
"bitcoin-derive",
"bitcoin-hash",
"bitcoin-imports",
"bitcoin-key",
"bitcoin-netmsg",
"bitcoin-network",
"bitcoin-primitives",
"bitcoin-scripting",
"bitcoin-tx",
"bitcoin-univalue",
]
[[package]]
name = "bitcoinleveldb-arena"
version = "0.1.16-alpha.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7d83ad46ce8210a776028b61d1bbfae086b4b64627cf90819d908d7210a2ddf7"
dependencies = [
"bitcoin-cfg",
"bitcoin-derive",
"bitcoin-imports",
]
[[package]]
name = "bitcoinleveldb-batch"
version = "0.1.16-alpha.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "75a7d06c9283d8397e1d70970d3acc8db9bde5261b1eb853c2f60cb8d07764cf"
dependencies = [
"bitcoin-cfg",
"bitcoin-derive",
"bitcoin-imports",
"bitcoinleveldb-key",
"bitcoinleveldb-memtable",
"bitcoinleveldb-meta",
"bitcoinleveldb-slice",
"bitcoinleveldb-status",
]
[[package]]
name = "bitcoinleveldb-bench"
version = "0.1.16-alpha.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c2f52f314bb86700d5476eaf82af9976de757ccc39d7a236ed97d2bde8d6e5c1"
dependencies = [
"bitcoin-cfg",
"bitcoin-derive",
"bitcoin-imports",
"bitcoinleveldb-cache",
"bitcoinleveldb-db",
"bitcoinleveldb-filter",
"bitcoinleveldb-histogram",
"bitcoinleveldb-options",
"bitcoinleveldb-rand",
"bitcoinleveldb-slice",
"rust-sqlite",
]
[[package]]
name = "bitcoinleveldb-bloom"
version = "0.1.16-alpha.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cb43ea93cebee2fa0d6776b8ab520b5aa6934467e0a018081ec08bf00955bd96"
dependencies = [
"bitcoin-cfg",
"bitcoin-derive",
"bitcoin-imports",
"bitcoinleveldb-filter",
"bitcoinleveldb-slice",
]
[[package]]
name = "bitcoinleveldb-cache"
version = "0.1.16-alpha.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ba642eb2b326c681d7105a83f9265989729da5360460a9936acffe88ee70f832"
dependencies = [
"bitcoin-cfg",
"bitcoin-derive",
"bitcoin-imports",
"bitcoinleveldb-slice",
]
[[package]]
name = "bitcoinleveldb-cfg"
version = "0.1.16-alpha.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "582e47c41b0d281c82dc8fdaa5d86eda4731b35e9a9cb7205926722fbb0be18a"
dependencies = [
"bitcoin-cfg",
"bitcoin-derive",
"bitcoin-imports",
]
[[package]]
name = "bitcoinleveldb-coding"
version = "0.1.16-alpha.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f8579f6e0d340704297c0d2918623a4b58848dcf0df3eb77dd54cafbeb653c80"
dependencies = [
"bitcoin-cfg",
"bitcoin-derive",
"bitcoin-imports",
"bitcoinleveldb-slice",
]
[[package]]
name = "bitcoinleveldb-comparator"
version = "0.1.16-alpha.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "50e8f513d12c3d960bb66be53d992e0c2393037d40ca614ffaabe2b2908b9a37"
dependencies = [
"bitcoin-cfg",
"bitcoin-derive",
"bitcoin-imports",
"bitcoinleveldb-slice",
"bitcoinleveldb-util",
]
[[package]]
name = "bitcoinleveldb-compat"
version = "0.1.16-alpha.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7414b909bc23b8cadbff1145dc89d567544b0f367a23c45020a6c4ed9cb14952"
dependencies = [
"bitcoin-cfg",
"bitcoin-derive",
"bitcoin-imports",
]
[[package]]
name = "bitcoinleveldb-crc32"
version = "0.1.16-alpha.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "83b16473f9558a7db6cb6b1b22a64133caca7db1f387572bfc5a2a93bbab84be"
dependencies = [
"bitcoin-cfg",
"bitcoin-derive",
"bitcoin-imports",
]
[[package]]
name = "bitcoinleveldb-db"
version = "0.1.16-alpha.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ca649597b8113e6bb920cd2ebf9dae97e12fd63c37792f863eb7efcc49a69ee5"
dependencies = [
"bitcoin-cfg",
"bitcoin-derive",
"bitcoin-imports",
"bitcoinleveldb-batch",
"bitcoinleveldb-cache",
"bitcoinleveldb-cfg",
"bitcoinleveldb-comparator",
"bitcoinleveldb-env",
"bitcoinleveldb-file",
"bitcoinleveldb-filter",
"bitcoinleveldb-key",
"bitcoinleveldb-log",
"bitcoinleveldb-memtable",
"bitcoinleveldb-meta",
"bitcoinleveldb-options",
"bitcoinleveldb-rand",
"bitcoinleveldb-slice",
"bitcoinleveldb-snapshot",
"bitcoinleveldb-status",
"bitcoinleveldb-table",
"bitcoinleveldb-util",
"bitcoinleveldb-version",
"bitcoinleveldb-versionedit",
]
[[package]]
name = "bitcoinleveldb-dumpfile"
version = "0.1.16-alpha.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0c3930b02da622b7e0b7ab58d61750672470c9082dda0a208b7bb7df2b6ed10b"
dependencies = [
"bitcoin-cfg",
"bitcoin-derive",
"bitcoin-imports",
"bitcoinleveldb-batch",
"bitcoinleveldb-env",
"bitcoinleveldb-file",
"bitcoinleveldb-key",
"bitcoinleveldb-log",
"bitcoinleveldb-slice",
"bitcoinleveldb-status",
]
[[package]]
name = "bitcoinleveldb-duplex"
version = "0.1.16-alpha.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "56df5e21947bfeacaf85abf4a87f82b80acc2c6428c6c5af2de4131f3f0459f3"
dependencies = [
"bitcoin-cfg",
"bitcoin-derive",
"bitcoin-imports",
"bitcoinleveldb-options",
"bitcoinleveldb-slice",
"bitcoinleveldb-status",
"bitcoinleveldb-table",
]
[[package]]
name = "bitcoinleveldb-env"
version = "0.1.16-alpha.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "71905cc347fb49af6b56f568d6030dbe3438b70fb46c07677b5eaa998b33e795"
dependencies = [
"bitcoin-cfg",
"bitcoin-derive",
"bitcoin-imports",
"bitcoinleveldb-file",
"bitcoinleveldb-log",
"bitcoinleveldb-slice",
"bitcoinleveldb-status",
]
[[package]]
name = "bitcoinleveldb-file"
version = "0.1.16-alpha.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ae7a4ef3dda447c826df8a1467afa5c887ceb19d591326eb2f7f158640cb8d53"
dependencies = [
"bitcoin-cfg",
"bitcoin-derive",
"bitcoin-imports",
"bitcoinleveldb-key",
"bitcoinleveldb-slice",
"bitcoinleveldb-status",
"bitcoinleveldb-util",
]
[[package]]
name = "bitcoinleveldb-filter"
version = "0.1.16-alpha.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1a6856400e741e7d95f878dd9777811be801b169617afce5790ca0df62a402fe"
dependencies = [
"bitcoin-cfg",
"bitcoin-derive",
"bitcoin-imports",
"bitcoinleveldb-slice",
"bitcoinleveldb-util",
]
[[package]]
name = "bitcoinleveldb-hash"
version = "0.1.16-alpha.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1d8c582495813461d41e5a8114b0821fece122058bc517091721eb91d5fdb869"
dependencies = [
"bitcoin-cfg",
"bitcoin-derive",
"bitcoin-imports",
]
[[package]]
name = "bitcoinleveldb-histogram"
version = "0.1.16-alpha.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c3ef496f05492c5e99f00945fd439b70825cf328a9748d29b0da2c6e8a6d9442"
dependencies = [
"bitcoin-cfg",
"bitcoin-derive",
"bitcoin-imports",
]
[[package]]
name = "bitcoinleveldb-key"
version = "0.1.16-alpha.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a399f6aaf2e2fa0d950e5eb83755f767b2f0c02c053b7efcbfaab20b4a1c5816"
dependencies = [
"bitcoin-cfg",
"bitcoin-derive",
"bitcoin-imports",
"bitcoinleveldb-comparator",
"bitcoinleveldb-filter",
"bitcoinleveldb-slice",
"bitcoinleveldb-util",
]
[[package]]
name = "bitcoinleveldb-limiter"
version = "0.1.16-alpha.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "62f9a69755f77c5c4f8204e3fbf3286bce923898d2da657dc6393a36e0b22a54"
dependencies = [
"bitcoin-cfg",
"bitcoin-derive",
"bitcoin-imports",
]
[[package]]
name = "bitcoinleveldb-log"
version = "0.1.16-alpha.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a8e27d7d64aea1138d93e483b9638bf3c7494a4996d497438beb91b89f586a3a"
dependencies = [
"bitcoin-cfg",
"bitcoin-derive",
"bitcoin-imports",
"bitcoinleveldb-file",
"bitcoinleveldb-rand",
"bitcoinleveldb-slice",
"bitcoinleveldb-status",
"bitcoinleveldb-util",
]
[[package]]
name = "bitcoinleveldb-lru"
version = "0.1.16-alpha.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f5c3ffad46cfa9a11e2b5273a8acd7adbb80a03dde59008faa9da550dc1e5b2d"
dependencies = [
"bitcoin-cfg",
"bitcoin-derive",
"bitcoin-imports",
"bitcoinleveldb-cache",
"bitcoinleveldb-slice",
]
[[package]]
name = "bitcoinleveldb-memenv"
version = "0.1.16-alpha.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e98c286c8b539065ee738b8b6fbef04fea77414e1ca750938b23a5eac1786ec9"
dependencies = [
"bitcoin-cfg",
"bitcoin-derive",
"bitcoin-imports",
"bitcoinleveldb-env",
"bitcoinleveldb-file",
"bitcoinleveldb-log",
"bitcoinleveldb-slice",
"bitcoinleveldb-status",
"bitcoinleveldb-util",
]
[[package]]
name = "bitcoinleveldb-memtable"
version = "0.1.16-alpha.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "eff5ed5c34d83e98f1040858e2a9a8cd91f990a5d437fee4c387fe26fd1ca1fb"
dependencies = [
"bitcoin-cfg",
"bitcoin-derive",
"bitcoin-imports",
"bitcoinleveldb-arena",
"bitcoinleveldb-comparator",
"bitcoinleveldb-key",
"bitcoinleveldb-options",
"bitcoinleveldb-skiplist",
"bitcoinleveldb-slice",
"bitcoinleveldb-status",
"bitcoinleveldb-table",
]
[[package]]
name = "bitcoinleveldb-merger"
version = "0.1.16-alpha.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "782a42b59ea920dd992a2ff27951ef97653f144d91948c1c4c7eebfde3fb8e41"
dependencies = [
"bitcoin-cfg",
"bitcoin-derive",
"bitcoin-imports",
"bitcoinleveldb-comparator",
"bitcoinleveldb-slice",
"bitcoinleveldb-status",
"bitcoinleveldb-table",
]
[[package]]
name = "bitcoinleveldb-meta"
version = "0.1.16-alpha.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "70f37f0970614c934ddce632ed1dc72a09c85503e0a9b2c393097f73bede09b6"
dependencies = [
"bitcoin-cfg",
"bitcoin-derive",
"bitcoin-imports",
"bitcoinleveldb-cache",
"bitcoinleveldb-comparator",
"bitcoinleveldb-env",
"bitcoinleveldb-file",
"bitcoinleveldb-key",
"bitcoinleveldb-log",
"bitcoinleveldb-options",
"bitcoinleveldb-slice",
"bitcoinleveldb-status",
"bitcoinleveldb-table",
"bitcoinleveldb-versionedit",
]
[[package]]
name = "bitcoinleveldb-options"
version = "0.1.16-alpha.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "38920771ee38a32c82bbf6a4c252f61f2173b4406cc07f56a0bfba22b350eafa"
dependencies = [
"bitcoin-cfg",
"bitcoin-derive",
"bitcoin-imports",
"bitcoinleveldb-cache",
"bitcoinleveldb-comparator",
"bitcoinleveldb-env",
"bitcoinleveldb-filter",
"bitcoinleveldb-log",
"bitcoinleveldb-snapshot",
]
[[package]]
name = "bitcoinleveldb-posix"
version = "0.1.16-alpha.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6b959150542d05aa55a37a2d6a91ebd1c3e84bae8433026db642021726d9b12d"
dependencies = [
"bitcoin-cfg",
"bitcoin-derive",
"bitcoin-imports",
"bitcoinleveldb-env",
"bitcoinleveldb-file",
"bitcoinleveldb-limiter",
"bitcoinleveldb-log",
"bitcoinleveldb-slice",
"bitcoinleveldb-status",
"bitcoinleveldb-util",
]
[[package]]
name = "bitcoinleveldb-rand"
version = "0.1.16-alpha.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d29ce275453686019b6ae063233801c7e27ce44b152cd7f1ffb0b629d84f9aa0"
dependencies = [
"bitcoin-cfg",
"bitcoin-derive",
"bitcoin-imports",
]
[[package]]
name = "bitcoinleveldb-repair"
version = "0.1.16-alpha.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c80c6710425fa7eb6e71aa6f12b4bf5eaf5c9c590da5f77f2fea1af75585b50e"
dependencies = [
"bitcoin-cfg",
"bitcoin-derive",
"bitcoin-imports",
"bitcoinleveldb-cache",
"bitcoinleveldb-comparator",
"bitcoinleveldb-env",
"bitcoinleveldb-file",
"bitcoinleveldb-filter",
"bitcoinleveldb-key",
"bitcoinleveldb-meta",
"bitcoinleveldb-options",
"bitcoinleveldb-status",
"bitcoinleveldb-table",
"bitcoinleveldb-versionedit",
]
[[package]]
name = "bitcoinleveldb-skiplist"
version = "0.1.16-alpha.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6abc0d441fef6f1ea78978306f831f3c7180aef454af0fd6124aea522d95cf58"
dependencies = [
"bitcoin-cfg",
"bitcoin-derive",
"bitcoin-imports",
"bitcoinleveldb-arena",
"bitcoinleveldb-comparator",
"bitcoinleveldb-key",
"bitcoinleveldb-rand",
]
[[package]]
name = "bitcoinleveldb-slice"
version = "0.1.16-alpha.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d5e471636ee45034c62097142ec79c361c71fc78b2f7bf5abdfa94dc76493b1b"
dependencies = [
"bitcoin-cfg",
"bitcoin-derive",
"bitcoin-imports",
]
[[package]]
name = "bitcoinleveldb-snapshot"
version = "0.1.16-alpha.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7e8e76986f0dc66a101c9259a6bb9472b531ac5611e3d3dbff6e94a8c00cd7cc"
dependencies = [
"bitcoin-cfg",
"bitcoin-derive",
"bitcoin-imports",
"bitcoinleveldb-key",
]
[[package]]
name = "bitcoinleveldb-status"
version = "0.1.16-alpha.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0504d5814d4675176e64a9c38c5e8c2267e28e5b588869cb556edc39076c8203"
dependencies = [
"bitcoin-cfg",
"bitcoin-derive",
"bitcoin-imports",
"bitcoinleveldb-slice",
]
[[package]]
name = "bitcoinleveldb-sync"
version = "0.1.16-alpha.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "803755a046cf32967d20a12b0444e99b37ef16f123112ba90f9597472f3c6642"
dependencies = [
"bitcoin-cfg",
"bitcoin-derive",
"bitcoin-imports",
]
[[package]]
name = "bitcoinleveldb-table"
version = "0.1.16-alpha.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6358da6ae9a0ac72886605700bf4dc2d99a02269b71de0609dc415e7e3771fb0"
dependencies = [
"bitcoin-cfg",
"bitcoin-derive",
"bitcoin-imports",
"bitcoinleveldb-cache",
"bitcoinleveldb-comparator",
"bitcoinleveldb-env",
"bitcoinleveldb-file",
"bitcoinleveldb-filter",
"bitcoinleveldb-key",
"bitcoinleveldb-options",
"bitcoinleveldb-rand",
"bitcoinleveldb-slice",
"bitcoinleveldb-status",
"bitcoinleveldb-util",
]
[[package]]
name = "bitcoinleveldb-test"
version = "0.1.16-alpha.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "54c107427364f39ddd7dc3aeadb1c53d288514b680326a9f692bae09f687840f"
dependencies = [
"bitcoin-cfg",
"bitcoin-derive",
"bitcoin-imports",
"bitcoinleveldb-cache",
"bitcoinleveldb-db",
"bitcoinleveldb-env",
"bitcoinleveldb-file",
"bitcoinleveldb-key",
"bitcoinleveldb-options",
"bitcoinleveldb-rand",
"bitcoinleveldb-slice",
"bitcoinleveldb-snapshot",
"bitcoinleveldb-status",
"bitcoinleveldb-table",
"bitcoinleveldb-util",
]
[[package]]
name = "bitcoinleveldb-util"
version = "0.1.16-alpha.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e0ccee81dd3d08283598709f0a85efca2f5c99513c1c54115d4bc620e4c93d96"
dependencies = [
"bitcoin-cfg",
"bitcoin-derive",
"bitcoin-imports",
"bitcoinleveldb-status",
]
[[package]]
name = "bitcoinleveldb-version"
version = "0.1.16-alpha.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "195f59af8529555105a6c1adf0c34a9726d6347d95fcbbd3fa2fbf6bf21fc636"
dependencies = [
"bitcoin-cfg",
"bitcoin-derive",
"bitcoin-imports",
"bitcoinleveldb-cfg",
"bitcoinleveldb-env",
"bitcoinleveldb-file",
"bitcoinleveldb-key",
"bitcoinleveldb-log",
"bitcoinleveldb-options",
"bitcoinleveldb-slice",
"bitcoinleveldb-status",
"bitcoinleveldb-table",
"bitcoinleveldb-versionedit",
]
[[package]]
name = "bitcoinleveldb-versionedit"
version = "0.1.16-alpha.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3a68a2505799246acf8eed99ae3e7913069c79ce7f5f654d89ca7ff6d8630922"
dependencies = [
"bitcoin-cfg",
"bitcoin-derive",
"bitcoin-imports",
"bitcoinleveldb-file",
"bitcoinleveldb-key",
"bitcoinleveldb-slice",
"bitcoinleveldb-status",
]
[[package]]
name = "bitcoinrpc-server"
version = "0.1.16-alpha.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "34322d84c4528eecfbd221aa258b79d2ea31c65179c3301e546433d020e430e6"
dependencies = [
"bitcoin-cfg",
"bitcoin-derive",
"bitcoin-imports",
"bitcoin-remote",
"bitcoin-support",
"bitcoin-univalue",
"bitcoinrpc-util",
]
[[package]]
name = "bitcoinrpc-util"
version = "0.1.16-alpha.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4a44576c101c1e0b48363837b2fb22e0a99ff1fa09a34fe909be9fac710e7613"
dependencies = [
"bitcoin-amt",
"bitcoin-cfg",
"bitcoin-derive",
"bitcoin-imports",
"bitcoin-key",
"bitcoin-primitives",
"bitcoin-remote",
"bitcoin-scripting",
"bitcoin-secp256k1",
"bitcoin-service-flags",
"bitcoin-signingprovider",
"bitcoin-univalue",
]
[[package]]
name = "bitcoinsecp256k1-ec"
version = "0.1.16-alpha.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "26f093f115a2da5e89e3340ecec1d2bdff4b04793003b0991924c1dc6a848659"
dependencies = [
"bitcoin-cfg",
"bitcoin-derive",
"bitcoin-imports",
"bitcoin-key",
"bitcoinsecp256k1-field",
"bitcoinsecp256k1-group",
"bitcoinsecp256k1-scalar",
"bitcoinsecp256k1-scratch",
]
[[package]]
name = "bitcoinsecp256k1-field"
version = "0.1.16-alpha.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "72f8d634cc008435941b6f6a4c79bab46d027c54f1aca30d82d3f3b918b39f83"
dependencies = [
"bitcoin-cfg",
"bitcoin-derive",
"bitcoin-imports",
"bitcoinsecp256k1-modinv",
]
[[package]]
name = "bitcoinsecp256k1-group"
version = "0.1.16-alpha.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "187e38d0c1ff992b54e194380976970f356ace04de92e7e8be47a673082851a2"
dependencies = [
"bitcoin-cfg",
"bitcoin-derive",
"bitcoin-imports",
"bitcoinsecp256k1-field",
]
[[package]]
name = "bitcoinsecp256k1-keys"
version = "0.1.16-alpha.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "52d7e76477d198762b7090a06fa3e5e339659b315b86426b4bbc5bdefeedb349"
dependencies = [
"bitcoin-cfg",
"bitcoin-derive",
"bitcoin-imports",
"bitcoin-key",
"bitcoin-secp256k1",
"bitcoinsecp256k1-ec",
"bitcoinsecp256k1-group",
"bitcoinsecp256k1-scalar",
]
[[package]]
name = "bitcoinsecp256k1-modinv"
version = "0.1.16-alpha.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f22e54d84249ee5dad938c60f2ad509f6f95fd70a32d82cd0799463bff547d1b"
dependencies = [
"bitcoin-cfg",
"bitcoin-derive",
"bitcoin-imports",
]
[[package]]
name = "bitcoinsecp256k1-scalar"
version = "0.1.16-alpha.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f534d9bcf3cdb7faf55a1ca393b92cab111cecf958a0dcbcf795829f995c9a29"
dependencies = [
"bitcoin-cfg",
"bitcoin-derive",
"bitcoin-imports",
"bitcoinsecp256k1-modinv",
]
[[package]]
name = "bitcoinsecp256k1-scratch"
version = "0.1.16-alpha.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a63a0f01f56a4e10184265366f7052b69177a64e0d18b1257b1840b86cecfea2"
dependencies = [
"bitcoin-cfg",
"bitcoin-derive",
"bitcoin-imports",
]
[[package]]
name = "bitflags"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2a6577517ecd0ee0934f48a7295a89aaef3e6dfafeac404f94c0b3448518ddfe"
[[package]]
name = "bitflags"
version = "1.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
[[package]]
name = "bitflags"
version = "2.9.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2261d10cca569e4643e526d8dc2e62e433cc8aba21ab764233731f8d369bf394"
[[package]]
name = "bitset"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cd450435a044ff3a192c9b0063e9f612ee3e2b2e23388332bc3aada13e3f7f6b"
[[package]]
name = "block-buffer"
version = "0.10.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
dependencies = [
"generic-array",
]
[[package]]
name = "bumpalo"
version = "3.19.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "46c5e41b57b8bba42a04676d81cb89e9ee8e859a1a66f80a5a72e1cb76b34d43"
[[package]]
name = "byteorder"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
[[package]]
name = "case"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e88b166b48e29667f5443df64df3c61dc07dc2b1a0b0d231800e07f09a33ecc1"
[[package]]
name = "cc"
version = "1.2.40"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e1d05d92f4b1fd76aad469d46cdd858ca761576082cd37df81416691e50199fb"
dependencies = [
"find-msvc-tools",
"shlex",
]
[[package]]
name = "cexpr"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
dependencies = [
"nom",
]
[[package]]
name = "cfg-if"
version = "1.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2fd1289c04a9ea8cb22300a459a72a385d7c73d3259e2ed7dcb2af674838cfa9"
[[package]]
name = "cfg_aliases"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e"
[[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 0.2.19",
"wasm-bindgen",
"windows-link",
]
[[package]]
name = "clang-sys"
version = "1.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4"
dependencies = [
"glob",
"libc",
"libloading",
]
[[package]]
name = "clap"
version = "3.2.25"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4ea181bf566f71cb9a5d17a59e1871af638180a18fb0035c92ae62b705207123"
dependencies = [
"atty",
"bitflags 1.3.2",
"clap_lex",
"indexmap 1.9.3",
"strsim 0.10.0",
"termcolor",
"textwrap",
]
[[package]]
name = "clap_lex"
version = "0.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2850f2f5a82cbf437dd5af4d49848fbdfc27c157c3d010345776f952765261c5"
dependencies = [
"os_str_bytes",
]
[[package]]
name = "colorchoice"
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b05b61dc5112cbb17e4b6cd61790d9845d13888356391624cbe7e41efeac1e75"
[[package]]
name = "colored"
version = "2.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "117725a109d387c937a1533ce01b450cbde6b88abceea8473c4d7a85853cda3c"
dependencies = [
"lazy_static",
"windows-sys 0.59.0",
]
[[package]]
name = "comparator"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4be9ec18d45687bc8bca4e84b1e353ffba249c80a24e0cedc1e3d8bc635594dd"
[[package]]
name = "const-default"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0b396d1f76d455557e1218ec8066ae14bba60b4b36ecd55577ba979f5db7ecaa"
[[package]]
name = "core-foundation-sys"
version = "0.8.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
[[package]]
name = "countme"
version = "3.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7704b5fdd17b18ae31c4c1da5a2e0305a2bf17b5249300a9ee9ed7b72114c636"
dependencies = [
"dashmap",
"once_cell",
"rustc-hash",
]
[[package]]
name = "cov-mark"
version = "2.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3f1d92727879fb4f24cec33a35e3bff74035541326cbc12ad44ba8886d1927b0"
[[package]]
name = "cpufeatures"
version = "0.2.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280"
dependencies = [
"libc",
]
[[package]]
name = "crossbeam"
version = "0.8.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1137cd7e7fc0fb5d3c5a8678be38ec56e819125d8d7907411fe24ccb943faca8"
dependencies = [
"crossbeam-channel",
"crossbeam-deque",
"crossbeam-epoch",
"crossbeam-queue",
"crossbeam-utils",
]
[[package]]
name = "crossbeam-channel"
version = "0.5.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "82b8f8f868b36967f9606790d1903570de9ceaf870a7bf9fbbd3016d636a2cb2"
dependencies = [
"crossbeam-utils",
]
[[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-queue"
version = "0.3.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0f58bbc28f91df819d0aa2a2c00cd19754769c2fad90579b3592b1c9ba7a3115"
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 = "crypto-common"
version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
dependencies = [
"generic-array",
"typenum",
]
[[package]]
name = "darling"
version = "0.20.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fc7f46116c46ff9ab3eb1597a45688b6715c6e628b5c133e288e709a29bcb4ee"
dependencies = [
"darling_core",
"darling_macro",
]
[[package]]
name = "darling_core"
version = "0.20.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0d00b9596d185e565c2207a0b01f8bd1a135483d02d9b7b0a54b11da8d53412e"
dependencies = [
"fnv",
"ident_case",
"proc-macro2",
"quote 1.0.41",
"strsim 0.11.1",
"syn 2.0.106",
]
[[package]]
name = "darling_macro"
version = "0.20.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fc34b93ccb385b40dc71c6fceac4b2ad23662c7eeb248cf10d529b7e055b6ead"
dependencies = [
"darling_core",
"quote 1.0.41",
"syn 2.0.106",
]
[[package]]
name = "dashmap"
version = "5.5.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "978747c1d849a7d2ee5e8adc0159961c48fb7e5db2f06af6723b80123bb53856"
dependencies = [
"cfg-if",
"hashbrown 0.14.5",
"lock_api",
"once_cell",
"parking_lot_core 0.9.12",
]
[[package]]
name = "delegate"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d70a2d4995466955a415223acf3c9c934b9ff2339631cdf4ffc893da4bacd717"
dependencies = [
"proc-macro2",
"quote 1.0.41",
"syn 1.0.109",
]
[[package]]
name = "delegate"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0ee5df75c70b95bd3aacc8e2fd098797692fb1d54121019c4de481e42f04c8a1"
dependencies = [
"proc-macro2",
"quote 1.0.41",
"syn 1.0.109",
]
[[package]]
name = "deranged"
version = "0.5.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a41953f86f8a05768a6cda24def994fd2f424b04ec5c719cf89989779f199071"
dependencies = [
"powerfmt",
"rand 0.8.5",
"rand 0.9.2",
"serde_core",
]
[[package]]
name = "derivative"
version = "2.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fcc3dd5e9e9c0b295d6e1e4d811fb6f157d5ffd784b8d202fc62eac8035a770b"
dependencies = [
"proc-macro2",
"quote 1.0.41",
"syn 1.0.109",
]
[[package]]
name = "derive-error"
version = "0.0.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "eb6238eafbc141db51c6d0d599dde74224b28437c7cf7c3a1755e3e3e5e00806"
dependencies = [
"case",
"quote 0.3.15",
"syn 0.11.11",
]
[[package]]
name = "derive_builder"
version = "0.20.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "507dfb09ea8b7fa618fcf76e953f4f5e192547945816d5358edffe39f6f94947"
dependencies = [
"derive_builder_macro",
]
[[package]]
name = "derive_builder_core"
version = "0.20.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2d5bcf7b024d6835cfb3d473887cd966994907effbe9227e8c8219824d06c4e8"
dependencies = [
"darling",
"proc-macro2",
"quote 1.0.41",
"syn 2.0.106",
]
[[package]]
name = "derive_builder_macro"
version = "0.20.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ab63b0e2bf4d5928aff72e83a7dace85d7bba5fe12dcc3c5a572d78caffd3f3c"
dependencies = [
"derive_builder_core",
"syn 2.0.106",
]
[[package]]
name = "digest"
version = "0.10.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
dependencies = [
"block-buffer",
"crypto-common",
]
[[package]]
name = "disable_macro"
version = "0.3.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9bd25de1b9e6269d7d9cc507da1104f690320c6eaa1c4378991ca4777b2361e6"
dependencies = [
"proc-macro2",
"quote 1.0.41",
"syn 1.0.109",
]
[[package]]
name = "dof"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "558e5396321b677a59d2c43b3cc3bc44683109c63ac49275f3bbbf41c0ecd002"
dependencies = [
"goblin",
"pretty-hex",
"serde",
"serde_json",
"thiserror",
"zerocopy 0.7.35",
]
[[package]]
name = "drop_bomb"
version = "0.1.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9bda8e21c04aca2ae33ffc2fd8c23134f3cac46db123ba97bd9d3f3b8a4a85e1"
[[package]]
name = "dtrace-parser"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "71734e3eb68cd4df338d04dffdcc024f89eb0b238150cc95b826fbfad756452b"
dependencies = [
"pest",
"pest_derive",
"thiserror",
]
[[package]]
name = "either"
version = "1.15.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
[[package]]
name = "enum_primitive"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "be4551092f4d519593039259a9ed8daedf0da12e5109c5280338073eaeb81180"
dependencies = [
"num-traits 0.1.43",
]
[[package]]
name = "env_filter"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "186e05a59d4c50738528153b83b0b0194d3a29507dfec16eccd4b342903397d0"
dependencies = [
"log",
"regex",
]
[[package]]
name = "env_logger"
version = "0.9.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a12e6657c4c97ebab115a42dcee77225f7f482cdd841cf7088c657a42e9e00e7"
dependencies = [
"atty",
"humantime",
"log",
"regex",
"termcolor",
]
[[package]]
name = "env_logger"
version = "0.11.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "13c863f0904021b108aa8b2f55046443e6b1ebde8fd4a15c399893aae4fa069f"
dependencies = [
"anstream",
"anstyle",
"env_filter",
"jiff",
"log",
]
[[package]]
name = "equivalent"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
[[package]]
name = "errno"
version = "0.2.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1"
dependencies = [
"errno-dragonfly",
"libc",
"winapi 0.3.9",
]
[[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.1",
]
[[package]]
name = "errno-dragonfly"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
dependencies = [
"cc",
"libc",
]
[[package]]
name = "error-tree"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "07cec0a4beddbd78d1b38d9018b08b00d19caa8fc3cdf1c45a424623b045974d"
dependencies = [
"derive-error",
"export-magic",
"proc-macro2",
"quote 1.0.41",
"syn 2.0.106",
"tracing",
"tracing-subscriber",
]
[[package]]
name = "export-magic"
version = "0.3.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ed02add08ce10f7664f1567c72f195cec7e630a666a7a04a98a9633d402b02ba"
[[package]]
name = "fastrand"
version = "2.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
[[package]]
name = "find-msvc-tools"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0399f9d26e5191ce32c498bebd31e7a3ceabc2745f0ac54af3f335126c3f24b3"
[[package]]
name = "float-ord"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8ce81f49ae8a0482e4c55ea62ebbd7e5a686af544c00b9d090bba3ff9be97b3d"
[[package]]
name = "fnv"
version = "1.0.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
[[package]]
name = "fs2"
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213"
dependencies = [
"libc",
"winapi 0.3.9",
]
[[package]]
name = "generic-array"
version = "0.14.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
dependencies = [
"typenum",
"version_check",
]
[[package]]
name = "getrandom"
version = "0.2.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "335ff9f135e4384c8150d6f27c6daed433577f86b4750418338c01a1a2528592"
dependencies = [
"cfg-if",
"libc",
"wasi 0.11.1+wasi-snapshot-preview1",
]
[[package]]
name = "getrandom"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "26145e563e54f2cadc477553f1ec5ee650b00862f0a58bcd12cbdc5f0ea2d2f4"
dependencies = [
"cfg-if",
"libc",
"r-efi",
"wasi 0.14.7+wasi-0.2.4",
]
[[package]]
name = "getset"
version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9cf0fc11e47561d47397154977bc219f4cf809b2974facc3ccb3b89e2436f912"
dependencies = [
"proc-macro-error2",
"proc-macro2",
"quote 1.0.41",
"syn 2.0.106",
]
[[package]]
name = "glob"
version = "0.3.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0cc23270f6e1808e30a928bdc84dea0b9b4136a8bc82338574f23baf47bbd280"
[[package]]
name = "goblin"
version = "0.8.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1b363a30c165f666402fe6a3024d3bec7ebc898f96a4a23bd1c99f8dbf3f4f47"
dependencies = [
"log",
"plain",
"scroll",
]
[[package]]
name = "hashbrown"
version = "0.12.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
dependencies = [
"ahash",
]
[[package]]
name = "hashbrown"
version = "0.14.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
[[package]]
name = "hashbrown"
version = "0.16.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5419bdc4f6a9207fbeba6d11b604d481addf78ecd10c11ad51e76c2f6482748d"
[[package]]
name = "hermit-abi"
version = "0.1.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
dependencies = [
"libc",
]
[[package]]
name = "hex-literal"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bcaaec4551594c969335c98c903c1397853d4198408ea609190f420500f6be71"
[[package]]
name = "home"
version = "0.5.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "589533453244b0995c858700322199b2becb13b627df2851f64a2775d024abcf"
dependencies = [
"windows-sys 0.59.0",
]
[[package]]
name = "humantime"
version = "2.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "135b12329e5e3ce057a9f972339ea52bc954fe1e9358ef27f95e89716fbc5424"
[[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 = "ident_case"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
[[package]]
name = "indexmap"
version = "1.9.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
dependencies = [
"autocfg",
"hashbrown 0.12.3",
]
[[package]]
name = "indexmap"
version = "2.11.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4b0f83760fb341a774ed326568e19f5a863af4a952def8c39f9ab92fd95b88e5"
dependencies = [
"equivalent",
"hashbrown 0.16.0",
]
[[package]]
name = "indoc"
version = "1.0.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bfa799dd5ed20a7e349f3b4639aa80d74549c81716d9ec4f994c9b5815598306"
[[package]]
name = "indoc"
version = "2.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f4c7245a08504955605670dbf141fceab975f15ca21570696aebe9d2e71576bd"
[[package]]
name = "instant"
version = "0.1.13"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222"
dependencies = [
"cfg-if",
]
[[package]]
name = "integer-encoding"
version = "3.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8bb03732005da905c88227371639bf1ad885cc712789c011c31c5fb3ab3ccf02"
[[package]]
name = "is_terminal_polyfill"
version = "1.70.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
[[package]]
name = "itertools"
version = "0.10.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
dependencies = [
"either",
]
[[package]]
name = "itoa"
version = "1.0.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c"
[[package]]
name = "jiff"
version = "0.2.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "be1f93b8b1eb69c77f24bbb0afdf66f54b632ee39af40ca21c4365a1d7347e49"
dependencies = [
"jiff-static",
"log",
"portable-atomic",
"portable-atomic-util",
"serde",
]
[[package]]
name = "jiff-static"
version = "0.2.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "03343451ff899767262ec32146f6d559dd759fdadf42ff0e227c7c48f72594b4"
dependencies = [
"proc-macro2",
"quote 1.0.41",
"syn 2.0.106",
]
[[package]]
name = "jod-thread"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8b23360e99b8717f20aaa4598f5a6541efbe30630039fbc7706cf954a87947ae"
[[package]]
name = "js-sys"
version = "0.3.81"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ec48937a97411dcb524a265206ccd4c90bb711fca92b2792c407f268825b9305"
dependencies = [
"once_cell",
"wasm-bindgen",
]
[[package]]
name = "la-arena"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3752f229dcc5a481d60f385fa479ff46818033d881d2d801aa27dffcfb5e8306"
[[package]]
name = "language-enum"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "45b39f23f26543cadd1d9aef82d186d2cc5f896e2ecf3ee9453c165eaf9a93d6"
dependencies = [
"export-magic",
"serde",
"serde_derive",
"serde_json",
]
[[package]]
name = "lazy_static"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
[[package]]
name = "lazycell"
version = "1.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
[[package]]
name = "libc"
version = "0.2.176"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "58f929b4d672ea937a23a1ab494143d968337a5f47e56d0815df1e0890ddf174"
[[package]]
name = "libc-stdhandle"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6dac2473dc28934c5e0b82250dab231c9d3b94160d91fe9ff483323b05797551"
dependencies = [
"cc",
"libc",
]
[[package]]
name = "libevent"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0f20387ce8f5b41320b1a651f53667d6bca1ab4b1532c379c6e39d8392151dff"
dependencies = [
"bitflags 1.3.2",
"libevent-sys",
]
[[package]]
name = "libevent-sys"
version = "0.2.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "53ee7686f2596cd3ca79a4b5be75a40a7684cf9883ba0c9e4ad034050e4c2dc1"
dependencies = [
"bindgen",
"openssl-sys",
"pkg-config",
]
[[package]]
name = "libloading"
version = "0.8.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d7c4b02199fee7c5d21a5ae7d8cfa79a6ef5bb2fc834d6e9058e89c825efdc55"
dependencies = [
"cfg-if",
"windows-link",
]
[[package]]
name = "linux-raw-sys"
version = "0.4.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab"
[[package]]
name = "linux-raw-sys"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "df1d3c3b53da64cf5760482273a98e575c651a67eec7f77df96b5b642de8f039"
[[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.28"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "34080505efa8e45a4b816c349525ebe327ceaa8559756f0356cba97ef3bf7432"
[[package]]
name = "mach"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b823e83b2affd8f40a9ee8c29dbc56404c1e34cd2710921f2801e2cf29527afa"
dependencies = [
"libc",
]
[[package]]
name = "maplit"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
[[package]]
name = "matchers"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d1525a2a28c7f4fa0fc98bb91ae755d1e2d1505079e05539e35bc876b5d65ae9"
dependencies = [
"regex-automata",
]
[[package]]
name = "memchr"
version = "2.7.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f52b00d39961fc5b2736ea853c9cc86238e165017a493d1d5c8eac6bdc4cc273"
[[package]]
name = "memmap"
version = "0.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6585fd95e7bb50d6cc31e20d4cf9afb4e2ba16c5846fc76793f11218da9c475b"
dependencies = [
"libc",
"winapi 0.3.9",
]
[[package]]
name = "memoffset"
version = "0.6.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5aa361d4faea93603064a027415f07bd8e1d5c88c9fbf68bf56a285428fd79ce"
dependencies = [
"autocfg",
]
[[package]]
name = "memoffset"
version = "0.9.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
dependencies = [
"autocfg",
]
[[package]]
name = "minimal-lexical"
version = "0.2.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
[[package]]
name = "miow"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "52ffbca2f655e33c08be35d87278e5b18b89550a37dbd598c20db92f6a471123"
dependencies = [
"windows-sys 0.42.0",
]
[[package]]
name = "modular-bitfield"
version = "0.11.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a53d79ba8304ac1c4f9eb3b9d281f21f7be9d4626f72ce7df4ad8fbde4f38a74"
dependencies = [
"modular-bitfield-impl",
"static_assertions",
]
[[package]]
name = "modular-bitfield-impl"
version = "0.11.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5a7d5f7076603ebc68de2dc6a650ec331a062a13abaa346975be747bbfa4b789"
dependencies = [
"proc-macro2",
"quote 1.0.41",
"syn 1.0.109",
]
[[package]]
name = "multimap"
version = "0.8.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"
dependencies = [
"serde",
]
[[package]]
name = "multiset"
version = "0.0.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ce8738c9ddd350996cb8b8b718192851df960803764bcdaa3afb44a63b1ddb5c"
[[package]]
name = "named-item"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b556a81e551df84ddd89e1980d9859996002e00f952613073c847c6bcb24a2d4"
dependencies = [
"export-magic",
"language-enum",
"regex",
]
[[package]]
name = "nix"
version = "0.24.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fa52e972a9a719cecb6864fb88568781eb706bac2cd1d4f04a648542dbf78069"
dependencies = [
"bitflags 1.3.2",
"cfg-if",
"libc",
"memoffset 0.6.5",
]
[[package]]
name = "nom"
version = "7.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
dependencies = [
"memchr",
"minimal-lexical",
]
[[package]]
name = "nu-ansi-term"
version = "0.50.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d4a28e057d01f97e61255210fcff094d74ed0466038633e95017f5beb68e4399"
dependencies = [
"windows-sys 0.52.0",
]
[[package]]
name = "num"
version = "0.4.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "35bd024e8b2ff75562e5f34e7f4905839deb4b22955ef5e73d2fea1b9813cb23"
dependencies = [
"num-bigint",
"num-complex",
"num-integer",
"num-iter",
"num-rational",
"num-traits 0.2.19",
]
[[package]]
name = "num-bigint"
version = "0.4.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
dependencies = [
"num-integer",
"num-traits 0.2.19",
]
[[package]]
name = "num-complex"
version = "0.4.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495"
dependencies = [
"num-traits 0.2.19",
]
[[package]]
name = "num-conv"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
[[package]]
name = "num-integer"
version = "0.1.46"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
dependencies = [
"num-traits 0.2.19",
]
[[package]]
name = "num-iter"
version = "0.1.45"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf"
dependencies = [
"autocfg",
"num-integer",
"num-traits 0.2.19",
]
[[package]]
name = "num-rational"
version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824"
dependencies = [
"num-bigint",
"num-integer",
"num-traits 0.2.19",
]
[[package]]
name = "num-traits"
version = "0.1.43"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "92e5113e9fd4cc14ded8e499429f396a20f98c772a47cc8622a736e1ec843c31"
dependencies = [
"num-traits 0.2.19",
]
[[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 = "once_cell_polyfill"
version = "1.70.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a4895175b425cb1f87721b59f0f286c2092bd4af812243672510e1ac53e2e0ad"
[[package]]
name = "openssl-sys"
version = "0.9.109"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "90096e2e47630d78b7d1c20952dc621f957103f8bc2c8359ec81290d75238571"
dependencies = [
"cc",
"libc",
"pkg-config",
"vcpkg",
]
[[package]]
name = "os_str_bytes"
version = "6.6.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e2355d85b9a3786f481747ced0e0ff2ba35213a1f9bd406ed906554d7af805a1"
[[package]]
name = "parking_lot"
version = "0.11.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99"
dependencies = [
"instant",
"lock_api",
"parking_lot_core 0.8.6",
]
[[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 0.9.12",
]
[[package]]
name = "parking_lot_core"
version = "0.8.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "60a2cfe6f0ad2bfc16aefa463b497d5c7a5ecd44a23efa72aa342d90177356dc"
dependencies = [
"cfg-if",
"instant",
"libc",
"redox_syscall 0.2.16",
"smallvec",
"winapi 0.3.9",
]
[[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 0.5.18",
"smallvec",
"windows-link",
]
[[package]]
name = "paste"
version = "1.0.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
[[package]]
name = "peeking_take_while"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099"
[[package]]
name = "perf-event"
version = "0.4.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5396562cd2eaa828445d6d34258ae21ee1eb9d40fe626ca7f51c8dccb4af9d66"
dependencies = [
"libc",
"perf-event-open-sys",
]
[[package]]
name = "perf-event-open-sys"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ce9bedf5da2c234fdf2391ede2b90fabf585355f33100689bc364a3ea558561a"
dependencies = [
"libc",
]
[[package]]
name = "pest"
version = "2.8.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "989e7521a040efde50c3ab6bbadafbe15ab6dc042686926be59ac35d74607df4"
dependencies = [
"memchr",
"ucd-trie",
]
[[package]]
name = "pest_derive"
version = "2.8.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "187da9a3030dbafabbbfb20cb323b976dc7b7ce91fcd84f2f74d6e31d378e2de"
dependencies = [
"pest",
"pest_generator",
]
[[package]]
name = "pest_generator"
version = "2.8.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "49b401d98f5757ebe97a26085998d6c0eecec4995cad6ab7fc30ffdf4b052843"
dependencies = [
"pest",
"pest_meta",
"proc-macro2",
"quote 1.0.41",
"syn 2.0.106",
]
[[package]]
name = "pest_meta"
version = "2.8.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "72f27a2cfee9f9039c4d86faa5af122a0ac3851441a34865b8a043b46be0065a"
dependencies = [
"pest",
"sha2",
]
[[package]]
name = "phf"
version = "0.10.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fabbf1ead8a5bcbc20f5f8b939ee3f5b0f6f281b6ad3468b84656b658b455259"
dependencies = [
"phf_macros",
"phf_shared",
"proc-macro-hack",
]
[[package]]
name = "phf_generator"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5d5285893bb5eb82e6aaf5d59ee909a06a16737a8970984dd7746ba9283498d6"
dependencies = [
"phf_shared",
"rand 0.8.5",
]
[[package]]
name = "phf_macros"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "58fdf3184dd560f160dd73922bea2d5cd6e8f064bf4b13110abd81b03697b4e0"
dependencies = [
"phf_generator",
"phf_shared",
"proc-macro-hack",
"proc-macro2",
"quote 1.0.41",
"syn 1.0.109",
]
[[package]]
name = "phf_shared"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b6796ad771acdc0123d2a88dc428b5e38ef24456743ddb1744ed628f9815c096"
dependencies = [
"siphasher",
]
[[package]]
name = "pin-project-lite"
version = "0.2.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
[[package]]
name = "pkg-config"
version = "0.3.32"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c"
[[package]]
name = "plain"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b4596b6d070b27117e987119b4dac604f3c58cfb0b191112e24771b2faeac1a6"
[[package]]
name = "pnet_sys"
version = "0.31.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "328e231f0add6d247d82421bf3790b4b33b39c8930637f428eef24c4c6a90805"
dependencies = [
"libc",
"winapi 0.3.9",
]
[[package]]
name = "poison"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9509d417e5e4c757982decf75a71f7019d019a54cbb70deaa59281db8f2e556f"
[[package]]
name = "portable-atomic"
version = "1.11.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f84267b20a16ea918e43c6a88433c2d54fa145c92a811b5b047ccbe153674483"
[[package]]
name = "portable-atomic-util"
version = "0.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d8a2f0d8d040d7848a709caf78912debcc3f33ee4b3cac47d73d1e1069e83507"
dependencies = [
"portable-atomic",
]
[[package]]
name = "powerfmt"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
[[package]]
name = "ppv-lite86"
version = "0.2.21"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
dependencies = [
"zerocopy 0.8.27",
]
[[package]]
name = "pretty-hex"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bbc83ee4a840062f368f9096d80077a9841ec117e17e7f700df81958f1451254"
[[package]]
name = "priority-queue"
version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a0bda9164fe05bc9225752d54aae413343c36f684380005398a6a8fde95fe785"
dependencies = [
"autocfg",
"indexmap 1.9.3",
]
[[package]]
name = "proc-macro-error-attr2"
version = "2.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "96de42df36bb9bba5542fe9f1a054b8cc87e172759a1868aa05c1f3acc89dfc5"
dependencies = [
"proc-macro2",
"quote 1.0.41",
]
[[package]]
name = "proc-macro-error2"
version = "2.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "11ec05c52be0a07b08061f7dd003e7d7092e0472bc731b4af7bb1ef876109802"
dependencies = [
"proc-macro-error-attr2",
"proc-macro2",
"quote 1.0.41",
"syn 2.0.106",
]
[[package]]
name = "proc-macro-hack"
version = "0.5.20+deprecated"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dc375e1527247fe1a97d8b7156678dfe7c1af2fc075c9a4db3690ecd2a148068"
[[package]]
name = "proc-macro2"
version = "1.0.101"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "89ae43fd86e4158d6db51ad8e2b80f313af9cc74f5c0e03ccb87de09998732de"
dependencies = [
"unicode-ident",
]
[[package]]
name = "quanta"
version = "0.9.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "20afe714292d5e879d8b12740aa223c6a88f118af41870e8b6196e39a02238a8"
dependencies = [
"crossbeam-utils",
"libc",
"mach",
"once_cell",
"raw-cpuid",
"wasi 0.10.0+wasi-snapshot-preview1",
"web-sys",
"winapi 0.3.9",
]
[[package]]
name = "quote"
version = "0.3.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7a6e920b65c65f10b2ae65c831a81a073a89edd28c7cce89475bff467ab4167a"
[[package]]
name = "quote"
version = "1.0.41"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ce25767e7b499d1b604768e7cde645d14cc8584231ea6b295e9c9eb22c02e1d1"
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 = "ra-ap-rustc_lexer"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f2e2f6b48422e4eed5218277ab7cc9733e60dd8f3167f4f36a49a0cafe4dc195"
dependencies = [
"unicode-properties",
"unicode-xid 0.2.6",
]
[[package]]
name = "ra_ap_limit"
version = "0.0.173"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2ee8393c3a1d1334f456ceafd410cfa9bfd5b74588a2a53bd58aa8b08b320305"
[[package]]
name = "ra_ap_parser"
version = "0.0.173"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d6cf4ee0b3696e97d4fe8b51ae3e63a7efdac6956bf13ee726e6ce68bb4e503f"
dependencies = [
"drop_bomb",
"ra-ap-rustc_lexer",
"ra_ap_limit",
]
[[package]]
name = "ra_ap_profile"
version = "0.0.173"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2bc15ad956d04bcf9b441b8584c5263ee77836729a3747e9f6c0ef437b07799a"
dependencies = [
"cfg-if",
"countme",
"la-arena",
"libc",
"once_cell",
"perf-event",
"winapi 0.3.9",
]
[[package]]
name = "ra_ap_stdx"
version = "0.0.173"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b507572c329e7571e25e0bc1113aa6e4e94ea0664ddeac264fc96864c1f025bf"
dependencies = [
"always-assert",
"crossbeam-channel",
"jod-thread",
"libc",
"miow",
"winapi 0.3.9",
]
[[package]]
name = "ra_ap_syntax"
version = "0.0.173"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a8451c59a938f4a3c53f10c8bc4c660bda970f3f4cb80f8c684503f4650b43a7"
dependencies = [
"cov-mark",
"either",
"indexmap 2.11.4",
"itertools",
"once_cell",
"ra-ap-rustc_lexer",
"ra_ap_parser",
"ra_ap_profile",
"ra_ap_stdx",
"ra_ap_text_edit",
"rowan",
"rustc-hash",
"smol_str",
"triomphe",
]
[[package]]
name = "ra_ap_text_edit"
version = "0.0.173"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9f19edb1899a77589cb3e71ff70072b5eae4dca8dfd30672f7b736fdd7c9a0f4"
dependencies = [
"itertools",
"text-size",
]
[[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 0.6.4",
]
[[package]]
name = "rand"
version = "0.9.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1"
dependencies = [
"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_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"
[[package]]
name = "raw-cpuid"
version = "10.7.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6c297679cb867470fa8c9f67dbba74a78d78e3e98d7cf2b08d6d71540f797332"
dependencies = [
"bitflags 1.3.2",
]
[[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.2.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
dependencies = [
"bitflags 1.3.2",
]
[[package]]
name = "redox_syscall"
version = "0.5.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d"
dependencies = [
"bitflags 2.9.4",
]
[[package]]
name = "regex"
version = "1.11.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8b5288124840bee7b386bc413c487869b360b2b4ec421ea56425128692f2a82c"
dependencies = [
"aho-corasick",
"memchr",
"regex-automata",
"regex-syntax",
]
[[package]]
name = "regex-automata"
version = "0.4.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "833eb9ce86d40ef33cb1306d8accf7bc8ec2bfea4355cbdebb3df68b40925cad"
dependencies = [
"aho-corasick",
"memchr",
"regex-syntax",
]
[[package]]
name = "regex-syntax"
version = "0.8.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "caf4aa5b0f434c91fe5c7f1ecb6a5ece2130b02ad2a590589dda5146df959001"
[[package]]
name = "rowan"
version = "0.15.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d4f1e4a001f863f41ea8d0e6a0c34b356d5b733db50dadab3efef640bafb779b"
dependencies = [
"countme",
"hashbrown 0.14.5",
"memoffset 0.9.1",
"rustc-hash",
"text-size",
]
[[package]]
name = "rust-sqlite"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b7bfffcb0c817390ec867e7ee898c13767322ca1f63af7a916c6fc5cb51885d3"
dependencies = [
"bitflags 0.1.1",
"enum_primitive",
"libc",
"time 0.1.45",
]
[[package]]
name = "rustc-hash"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
[[package]]
name = "rustix"
version = "0.38.44"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154"
dependencies = [
"bitflags 2.9.4",
"errno 0.3.14",
"libc",
"linux-raw-sys 0.4.15",
"windows-sys 0.59.0",
]
[[package]]
name = "rustix"
version = "1.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cd15f8a2c5551a84d56efdc1cd049089e409ac19a3072d5037a17fd70719ff3e"
dependencies = [
"bitflags 2.9.4",
"errno 0.3.14",
"libc",
"linux-raw-sys 0.11.0",
"windows-sys 0.61.1",
]
[[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.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f"
[[package]]
name = "same-file"
version = "1.0.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
dependencies = [
"winapi-util",
]
[[package]]
name = "scan-crate-for-typedefs"
version = "0.6.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a52d8cd7f2b965989daaca66ac81754299bd1584afb9a7a965ad5a37c5a4d5f6"
dependencies = [
"delegate 0.10.0",
"indoc 2.0.6",
"ra_ap_syntax",
"rand 0.8.5",
"rayon",
"serde",
"serde_derive",
"serde_json",
"tempfile",
"toml",
"tracing",
"tracing-subscriber",
"walkdir",
]
[[package]]
name = "scopeguard"
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
[[package]]
name = "scroll"
version = "0.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6ab8598aa408498679922eff7fa985c25d58a90771bd6be794434c5277eab1a6"
dependencies = [
"scroll_derive",
]
[[package]]
name = "scroll_derive"
version = "0.12.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1783eabc414609e28a5ba76aee5ddd52199f7107a0b24c2e9746a1ecc34a683d"
dependencies = [
"proc-macro2",
"quote 1.0.41",
"syn 2.0.106",
]
[[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-big-array"
version = "0.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3323f09a748af288c3dc2474ea6803ee81f118321775bffa3ac8f7e65c5e90e7"
dependencies = [
"serde",
]
[[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 1.0.41",
"syn 2.0.106",
]
[[package]]
name = "serde_json"
version = "1.0.145"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "402a6f66d8c709116cf22f558eab210f5a50187f702eb4d7e5ef38d9a7f1c79c"
dependencies = [
"itoa",
"memchr",
"ryu",
"serde",
"serde_core",
]
[[package]]
name = "serde_test"
version = "1.0.177"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7f901ee573cab6b3060453d2d5f0bae4e6d628c23c0a962ff9b5f1d7c8d4f1ed"
dependencies = [
"serde",
]
[[package]]
name = "serde_tokenstream"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "64060d864397305347a78851c51588fd283767e7e7589829e8121d65512340f1"
dependencies = [
"proc-macro2",
"quote 1.0.41",
"serde",
"syn 2.0.106",
]
[[package]]
name = "serial_test"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e0bccbcf40c8938196944a3da0e133e031a33f4d6b72db3bda3cc556e361905d"
dependencies = [
"lazy_static",
"parking_lot 0.11.2",
"serial_test_derive",
]
[[package]]
name = "serial_test_derive"
version = "0.5.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b2acd6defeddb41eb60bb468f8825d0cfd0c2a76bc03bfd235b6a1dc4f6a1ad5"
dependencies = [
"proc-macro2",
"quote 1.0.41",
"syn 1.0.109",
]
[[package]]
name = "sha2"
version = "0.10.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283"
dependencies = [
"cfg-if",
"cpufeatures",
"digest",
]
[[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 = "shared-mutex"
version = "0.3.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b632f21d1fbe7682cea57d8228faef2b7ab457264156893f37fb599484891557"
dependencies = [
"poison",
]
[[package]]
name = "shlex"
version = "1.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
[[package]]
name = "siphasher"
version = "0.3.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d"
[[package]]
name = "smallvec"
version = "1.15.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
[[package]]
name = "smol_str"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dd538fb6910ac1099850255cf94a94df6551fbdd602454387d0adb2d1ca6dead"
dependencies = [
"serde",
]
[[package]]
name = "socket2"
version = "0.4.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9f7916fc008ca5542385b89a3d3ce689953c143e9304a9bf8beec1de48994c0d"
dependencies = [
"libc",
"winapi 0.3.9",
]
[[package]]
name = "sqlite"
version = "0.25.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "35f759dc2e373e1edd0a27da87aa9136416360c5077a23643fcd6fcdc9cb9e31"
dependencies = [
"libc",
"sqlite3-sys",
]
[[package]]
name = "sqlite3"
version = "0.24.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1906b10f5e1940b3f2f758992f5958f9b27abaf2e028e86fa3c42f49fb5e583c"
dependencies = [
"libc",
"sqlite3-sys",
]
[[package]]
name = "sqlite3-src"
version = "0.2.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b8bb25e66d026488228a97e0ad21e3d15ec5998dcd9ad73c97cc277c56a6b314"
dependencies = [
"cc",
"pkg-config",
]
[[package]]
name = "sqlite3-sys"
version = "0.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "71fec807a1534bd13eeaaec396175d67c79bdc68df55e18a452726ec62a8fb08"
dependencies = [
"libc",
"sqlite3-src",
]
[[package]]
name = "static_assertions"
version = "1.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
[[package]]
name = "strsim"
version = "0.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
[[package]]
name = "strsim"
version = "0.11.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
[[package]]
name = "syn"
version = "0.11.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d3b891b9015c88c576343b9b3e41c2c11a51c219ef067b264bd9c8aa9b441dad"
dependencies = [
"quote 0.3.15",
"synom",
"unicode-xid 0.0.4",
]
[[package]]
name = "syn"
version = "1.0.109"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
dependencies = [
"proc-macro2",
"quote 1.0.41",
"unicode-ident",
]
[[package]]
name = "syn"
version = "2.0.106"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ede7c438028d4436d71104916910f5bb611972c5cfd7f89b8300a8186e6fada6"
dependencies = [
"proc-macro2",
"quote 1.0.41",
"unicode-ident",
]
[[package]]
name = "synom"
version = "0.11.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a393066ed9010ebaed60b9eafa373d4b1baac186dd7e008555b0f702b51945b6"
dependencies = [
"unicode-xid 0.0.4",
]
[[package]]
name = "tempfile"
version = "3.23.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2d31c77bdf42a745371d260a26ca7163f1e0924b64afa0b688e61b5a9fa02f16"
dependencies = [
"fastrand",
"getrandom 0.3.3",
"once_cell",
"rustix 1.1.2",
"windows-sys 0.61.1",
]
[[package]]
name = "termcolor"
version = "1.4.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
dependencies = [
"winapi-util",
]
[[package]]
name = "text-size"
version = "1.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f18aa187839b2bdb1ad2fa35ead8c4c2976b64e4363c386d45ac0f7ee85c9233"
[[package]]
name = "textwrap"
version = "0.16.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c13547615a44dc9c452a8a534638acdf07120d4b6847c8178705da06306a3057"
[[package]]
name = "thiserror"
version = "1.0.69"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
dependencies = [
"thiserror-impl",
]
[[package]]
name = "thiserror-impl"
version = "1.0.69"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
dependencies = [
"proc-macro2",
"quote 1.0.41",
"syn 2.0.106",
]
[[package]]
name = "thread-id"
version = "4.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cfe8f25bbdd100db7e1d34acf7fd2dc59c4bf8f7483f505eaa7d4f12f76cc0ea"
dependencies = [
"libc",
"winapi 0.3.9",
]
[[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 = "time"
version = "0.1.45"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1b797afad3f312d1c66a56d11d0316f916356d11bd158fbc6ca6389ff6bf805a"
dependencies = [
"libc",
"wasi 0.10.0+wasi-snapshot-preview1",
"winapi 0.3.9",
]
[[package]]
name = "time"
version = "0.3.44"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "91e7d9e3bb61134e77bde20dd4825b97c010155709965fedf0f49bb138e52a9d"
dependencies = [
"deranged",
"itoa",
"num-conv",
"powerfmt",
"rand 0.8.5",
"rand 0.9.2",
"serde",
"time-core",
"time-macros",
]
[[package]]
name = "time-core"
version = "0.1.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "40868e7c1d2f0b8d73e4a8c7f0ff63af4f6d19be117e90bd73eb1d62cf831c6b"
[[package]]
name = "time-macros"
version = "0.2.24"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "30cfb0125f12d9c277f35663a0a33f8c30190f4e4574868a330595412d34ebf3"
dependencies = [
"num-conv",
"time-core",
]
[[package]]
name = "time-point"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "06535c958d6abe68dc4b4ef9e6845f758fc42fe463d0093d0aca40254f03fb14"
[[package]]
name = "tinyvec"
version = "1.10.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bfa5fdc3bce6191a1dbc8c02d5c8bffcf557bafa17c124c5264a458f1b0613fa"
dependencies = [
"serde",
"tinyvec_macros",
]
[[package]]
name = "tinyvec_macros"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
[[package]]
name = "toml"
version = "0.5.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
dependencies = [
"serde",
]
[[package]]
name = "traced-test"
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "314ca32698556e22b0f85b395103ab746d849a3e0e5353d5e69a1db09bc202ad"
dependencies = [
"colored",
"error-tree",
"export-magic",
"getset",
"maplit",
"named-item",
"proc-macro2",
"quote 1.0.41",
"syn 2.0.106",
"tracing",
"tracing-setup",
"tracing-subscriber",
]
[[package]]
name = "tracing"
version = "0.1.41"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0"
dependencies = [
"log",
"pin-project-lite",
"tracing-attributes",
"tracing-core",
]
[[package]]
name = "tracing-appender"
version = "0.2.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3566e8ce28cc0a3fe42519fc80e6b4c943cc4c8cef275620eb8dac2d3d4e06cf"
dependencies = [
"crossbeam-channel",
"thiserror",
"time 0.3.44",
"tracing-subscriber",
]
[[package]]
name = "tracing-attributes"
version = "0.1.30"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "81383ab64e72a7a8b8e13130c49e3dab29def6d0c7d76a03087b3cf71c5c6903"
dependencies = [
"proc-macro2",
"quote 1.0.41",
"syn 2.0.106",
]
[[package]]
name = "tracing-core"
version = "0.1.34"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b9d12581f227e93f094d3af2ae690a574abb8a2b9b7a96e7cfe9647b2b617678"
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-serde"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "704b1aeb7be0d0a84fc9828cae51dab5970fee5088f83d1dd7ee6f6246fc6ff1"
dependencies = [
"serde",
"tracing-core",
]
[[package]]
name = "tracing-setup"
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "833a1c71456fb7fd917a127e3ecb635ed2476dec70a6612f7ff9c39f5d02c37a"
dependencies = [
"chrono",
"colored",
"disable_macro",
"env_logger 0.11.8",
"export-magic",
"getset",
"serial_test",
"tracing",
"tracing-appender",
"tracing-subscriber",
]
[[package]]
name = "tracing-subscriber"
version = "0.3.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2054a14f5307d601f88daf0553e1cbf472acc4f2c51afab632431cdcd72124d5"
dependencies = [
"matchers",
"nu-ansi-term",
"once_cell",
"regex-automata",
"serde",
"serde_json",
"sharded-slab",
"smallvec",
"thread_local",
"tracing",
"tracing-core",
"tracing-log",
"tracing-serde",
]
[[package]]
name = "triomphe"
version = "0.1.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dd69c5aa8f924c7519d6372789a74eac5b94fb0f8fcf0d4a97eb0bfc3e785f39"
[[package]]
name = "try-catch"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f8ac07b511057dbab5380dbd9be97b8375c577136d45db42b63d039c83e54630"
dependencies = [
"proc-macro2",
"quote 1.0.41",
"syn 1.0.109",
]
[[package]]
name = "typenum"
version = "1.19.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "562d481066bde0658276a35467c4af00bdc6ee726305698a55b86e61d7ad82bb"
[[package]]
name = "ucd-trie"
version = "0.1.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2896d95c02a80c6d6a5d6e953d479f5ddf2dfdb6a244441010e373ac0fb88971"
[[package]]
name = "unicode-ident"
version = "1.0.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f63a545481291138910575129486daeaf8ac54aee4387fe7906919f7830c7d9d"
[[package]]
name = "unicode-properties"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e70f2a8b45122e719eb623c01822704c4e0907e7e426a05927e1a1cfff5b75d0"
[[package]]
name = "unicode-xid"
version = "0.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8c1f860d7d29cf02cb2f3f359fd35991af3d30bac52c57d265a3c461074cb4dc"
[[package]]
name = "unicode-xid"
version = "0.2.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
[[package]]
name = "unty"
version = "0.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6d49784317cd0d1ee7ec5c716dd598ec5b4483ea832a2dced265471cc0f690ae"
[[package]]
name = "usdt"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5bf5c47fb471a0bff3d7b17a250817bba8c6cc99b0492abaefe5b3bb99045f02"
dependencies = [
"dof",
"dtrace-parser",
"goblin",
"memmap",
"serde",
"usdt-attr-macro",
"usdt-impl",
"usdt-macro",
]
[[package]]
name = "usdt-attr-macro"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "025161fff40db24774e7757f75df74ecc47e93d7e11e0f6cdfc31b40eacfe136"
dependencies = [
"dtrace-parser",
"proc-macro2",
"quote 1.0.41",
"serde_tokenstream",
"syn 2.0.106",
"usdt-impl",
]
[[package]]
name = "usdt-impl"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f925814e5942ebb87af2d9fcf4c3f8665e37903f741eb11f0fa2396c6ef5f7b1"
dependencies = [
"byteorder",
"dof",
"dtrace-parser",
"libc",
"proc-macro2",
"quote 1.0.41",
"serde",
"serde_json",
"syn 2.0.106",
"thiserror",
"thread-id",
"version_check",
]
[[package]]
name = "usdt-macro"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3ddd86f8f3abac0b7c87f59fe82446fc96a3854a413f176dd2797ed686b7af4c"
dependencies = [
"dtrace-parser",
"proc-macro2",
"quote 1.0.41",
"serde_tokenstream",
"syn 2.0.106",
"usdt-impl",
]
[[package]]
name = "utf8parse"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
[[package]]
name = "valuable"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65"
[[package]]
name = "vcpkg"
version = "0.2.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
[[package]]
name = "version_check"
version = "0.9.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
[[package]]
name = "virtue"
version = "0.0.18"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "051eb1abcf10076295e815102942cc58f9d5e3b4560e46e53c21e8ff6f3af7b1"
[[package]]
name = "walkdir"
version = "2.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
dependencies = [
"same-file",
"winapi-util",
]
[[package]]
name = "wasi"
version = "0.10.0+wasi-snapshot-preview1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f"
[[package]]
name = "wasi"
version = "0.11.1+wasi-snapshot-preview1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
[[package]]
name = "wasi"
version = "0.14.7+wasi-0.2.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "883478de20367e224c0090af9cf5f9fa85bed63a95c1abf3afc5c083ebc06e8c"
dependencies = [
"wasip2",
]
[[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.104"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c1da10c01ae9f1ae40cbfac0bac3b1e724b320abfcf52229f80b547c0d250e2d"
dependencies = [
"cfg-if",
"once_cell",
"rustversion",
"wasm-bindgen-macro",
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-backend"
version = "0.2.104"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "671c9a5a66f49d8a47345ab942e2cb93c7d1d0339065d4f8139c486121b43b19"
dependencies = [
"bumpalo",
"log",
"proc-macro2",
"quote 1.0.41",
"syn 2.0.106",
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-macro"
version = "0.2.104"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7ca60477e4c59f5f2986c50191cd972e3a50d8a95603bc9434501cf156a9a119"
dependencies = [
"quote 1.0.41",
"wasm-bindgen-macro-support",
]
[[package]]
name = "wasm-bindgen-macro-support"
version = "0.2.104"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9f07d2f20d4da7b26400c9f4a0511e6e0345b040694e8a75bd41d578fa4421d7"
dependencies = [
"proc-macro2",
"quote 1.0.41",
"syn 2.0.106",
"wasm-bindgen-backend",
"wasm-bindgen-shared",
]
[[package]]
name = "wasm-bindgen-shared"
version = "0.2.104"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bad67dc8b2a1a6e5448428adec4c3e84c43e561d8c9ee8a9e5aabeb193ec41d1"
dependencies = [
"unicode-ident",
]
[[package]]
name = "web-sys"
version = "0.3.81"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9367c417a924a74cae129e6a2ae3b47fabb1f8995595ab474029da749a8be120"
dependencies = [
"js-sys",
"wasm-bindgen",
]
[[package]]
name = "which"
version = "4.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7"
dependencies = [
"either",
"home",
"once_cell",
"rustix 0.38.44",
]
[[package]]
name = "winapi"
version = "0.2.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a"
[[package]]
name = "winapi"
version = "0.3.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
dependencies = [
"winapi-i686-pc-windows-gnu",
"winapi-x86_64-pc-windows-gnu",
]
[[package]]
name = "winapi-i686-pc-windows-gnu"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
[[package]]
name = "winapi-util"
version = "0.1.11"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22"
dependencies = [
"windows-sys 0.61.1",
]
[[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-core"
version = "0.62.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6844ee5416b285084d3d3fffd743b925a6c9385455f64f6d4fa3031c4c2749a9"
dependencies = [
"windows-implement",
"windows-interface",
"windows-link",
"windows-result",
"windows-strings",
]
[[package]]
name = "windows-implement"
version = "0.60.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "edb307e42a74fb6de9bf3a02d9712678b22399c87e6fa869d6dfcd8c1b7754e0"
dependencies = [
"proc-macro2",
"quote 1.0.41",
"syn 2.0.106",
]
[[package]]
name = "windows-interface"
version = "0.59.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c0abd1ddbc6964ac14db11c7213d6532ef34bd9aa042c2e5935f59d7908b46a5"
dependencies = [
"proc-macro2",
"quote 1.0.41",
"syn 2.0.106",
]
[[package]]
name = "windows-link"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "45e46c0661abb7180e7b9c281db115305d49ca1709ab8242adf09666d2173c65"
[[package]]
name = "windows-result"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7084dcc306f89883455a206237404d3eaf961e5bd7e0f312f7c91f57eb44167f"
dependencies = [
"windows-link",
]
[[package]]
name = "windows-strings"
version = "0.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7218c655a553b0bed4426cf54b20d7ba363ef543b52d515b3e48d7fd55318dda"
dependencies = [
"windows-link",
]
[[package]]
name = "windows-sys"
version = "0.42.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7"
dependencies = [
"windows_aarch64_gnullvm 0.42.2",
"windows_aarch64_msvc 0.42.2",
"windows_i686_gnu 0.42.2",
"windows_i686_msvc 0.42.2",
"windows_x86_64_gnu 0.42.2",
"windows_x86_64_gnullvm 0.42.2",
"windows_x86_64_msvc 0.42.2",
]
[[package]]
name = "windows-sys"
version = "0.52.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
dependencies = [
"windows-targets 0.52.6",
]
[[package]]
name = "windows-sys"
version = "0.59.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
dependencies = [
"windows-targets 0.52.6",
]
[[package]]
name = "windows-sys"
version = "0.60.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb"
dependencies = [
"windows-targets 0.53.4",
]
[[package]]
name = "windows-sys"
version = "0.61.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6f109e41dd4a3c848907eb83d5a42ea98b3769495597450cf6d153507b166f0f"
dependencies = [
"windows-link",
]
[[package]]
name = "windows-targets"
version = "0.52.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
dependencies = [
"windows_aarch64_gnullvm 0.52.6",
"windows_aarch64_msvc 0.52.6",
"windows_i686_gnu 0.52.6",
"windows_i686_gnullvm 0.52.6",
"windows_i686_msvc 0.52.6",
"windows_x86_64_gnu 0.52.6",
"windows_x86_64_gnullvm 0.52.6",
"windows_x86_64_msvc 0.52.6",
]
[[package]]
name = "windows-targets"
version = "0.53.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2d42b7b7f66d2a06854650af09cfdf8713e427a439c97ad65a6375318033ac4b"
dependencies = [
"windows-link",
"windows_aarch64_gnullvm 0.53.0",
"windows_aarch64_msvc 0.53.0",
"windows_i686_gnu 0.53.0",
"windows_i686_gnullvm 0.53.0",
"windows_i686_msvc 0.53.0",
"windows_x86_64_gnu 0.53.0",
"windows_x86_64_gnullvm 0.53.0",
"windows_x86_64_msvc 0.53.0",
]
[[package]]
name = "windows_aarch64_gnullvm"
version = "0.42.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
[[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_gnullvm"
version = "0.53.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "86b8d5f90ddd19cb4a147a5fa63ca848db3df085e25fee3cc10b39b6eebae764"
[[package]]
name = "windows_aarch64_msvc"
version = "0.42.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
[[package]]
name = "windows_aarch64_msvc"
version = "0.52.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
[[package]]
name = "windows_aarch64_msvc"
version = "0.53.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c7651a1f62a11b8cbd5e0d42526e55f2c99886c77e007179efff86c2b137e66c"
[[package]]
name = "windows_i686_gnu"
version = "0.42.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
[[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_gnu"
version = "0.53.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c1dc67659d35f387f5f6c479dc4e28f1d4bb90ddd1a5d3da2e5d97b42d6272c3"
[[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_gnullvm"
version = "0.53.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9ce6ccbdedbf6d6354471319e781c0dfef054c81fbc7cf83f338a4296c0cae11"
[[package]]
name = "windows_i686_msvc"
version = "0.42.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
[[package]]
name = "windows_i686_msvc"
version = "0.52.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
[[package]]
name = "windows_i686_msvc"
version = "0.53.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "581fee95406bb13382d2f65cd4a908ca7b1e4c2f1917f143ba16efe98a589b5d"
[[package]]
name = "windows_x86_64_gnu"
version = "0.42.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
[[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_gnu"
version = "0.53.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2e55b5ac9ea33f2fc1716d1742db15574fd6fc8dadc51caab1c16a3d3b4190ba"
[[package]]
name = "windows_x86_64_gnullvm"
version = "0.42.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
[[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_gnullvm"
version = "0.53.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0a6e035dd0599267ce1ee132e51c27dd29437f63325753051e71dd9e42406c57"
[[package]]
name = "windows_x86_64_msvc"
version = "0.42.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
[[package]]
name = "windows_x86_64_msvc"
version = "0.52.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
[[package]]
name = "windows_x86_64_msvc"
version = "0.53.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "271414315aff87387382ec3d271b52d7ae78726f5d44ac98b4f4030c91880486"
[[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.7.35"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0"
dependencies = [
"byteorder",
"zerocopy-derive 0.7.35",
]
[[package]]
name = "zerocopy"
version = "0.8.27"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0894878a5fa3edfd6da3f88c4805f4c8558e2b996227a3d864f47fe11e38282c"
dependencies = [
"zerocopy-derive 0.8.27",
]
[[package]]
name = "zerocopy-derive"
version = "0.7.35"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e"
dependencies = [
"proc-macro2",
"quote 1.0.41",
"syn 2.0.106",
]
[[package]]
name = "zerocopy-derive"
version = "0.8.27"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "88d2b8d9c68ad2b9e4340d7832716a4d21a22a1154777ad56ea55c51a9cf3831"
dependencies = [
"proc-macro2",
"quote 1.0.41",
"syn 2.0.106",
]
[[package]]
name = "zeroize"
version = "1.8.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b97154e67e32c85465826e8bcc1c59429aaaf107c1e4a9e53c8d8ccd5eff88d0"