Cargo.lock 430 KiB
Newer Older
Alexander's avatar
Alexander committed
 "pallet-transaction-payment",
 "pallet-transaction-payment-rpc-runtime-api",
 "pallet-transaction-storage",
 "pallet-treasury",
 "pallet-tx-pause",
 "pallet-uniques",
 "pallet-utility",
 "pallet-vesting",
 "pallet-whitelist",
 "parity-scale-codec",
 "primitive-types",
 "scale-info",
 "sp-api",
 "sp-authority-discovery",
 "sp-block-builder",
 "sp-consensus-babe",
 "sp-consensus-grandpa",
 "sp-core",
Alexander's avatar
Alexander committed
 "sp-inherents",
 "sp-io",
David Emett's avatar
David Emett committed
 "sp-mixnet",
Alexander's avatar
Alexander committed
 "sp-offchain",
 "sp-runtime",
 "sp-session",
 "sp-staking",
 "sp-statement-store",
 "sp-std",
 "sp-storage",
 "sp-transaction-pool",
 "sp-version",
 "static_assertions",
 "substrate-wasm-builder",
]

[[package]]
name = "kvdb"
version = "0.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e7d770dcb02bf6835887c3a979b5107a04ff4bbde97a5f0928d27404a155add9"
dependencies = [
 "smallvec",
]

[[package]]
name = "kvdb-memorydb"
version = "0.13.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bf7a85fe66f9ff9cd74e169fdd2c94c6e1e74c412c99a73b4df3200b5d3760b2"
dependencies = [
 "kvdb",
 "parking_lot 0.12.1",
]

[[package]]
name = "kvdb-rocksdb"
version = "0.19.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b644c70b92285f66bfc2032922a79000ea30af7bc2ab31902992a5dcb9b434f6"
dependencies = [
 "kvdb",
 "num_cpus",
 "parking_lot 0.12.1",
 "regex",
 "rocksdb",
 "smallvec",
]

[[package]]
name = "kvdb-shared-tests"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "64d3b4e3e80c369f1b5364b6acdeba9b8a02285e91a5570f7c0404b7f9024541"
dependencies = [
 "kvdb",
]

[[package]]
name = "landlock"
Alexander's avatar
Alexander committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1530c5b973eeed4ac216af7e24baf5737645a6272e361f1fb95710678b67d9cc"
Alexander's avatar
Alexander committed
dependencies = [
 "enumflags2",
 "libc",
 "thiserror",
]

[[package]]
name = "layout-rs"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1164ef87cb9607c2d887216eca79f0fc92895affe1789bba805dd38d829584e0"
dependencies = [
 "log",
]

Alexander's avatar
Alexander committed
[[package]]
name = "lazy_static"
version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"

[[package]]
name = "lazycell"
version = "1.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"

[[package]]
name = "leb128"
version = "0.2.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "884e2677b40cc8c339eaefcb701c32ef1fd2493d71118dc0ca4b6a736c93bd67"

[[package]]
name = "libc"
Alexander's avatar
Alexander committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a08173bc88b7955d1b3145aa561539096c421ac8debde8cbc3612ec635fee29b"
Alexander's avatar
Alexander committed

[[package]]
name = "libflate"
version = "1.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5ff4ae71b685bbad2f2f391fe74f6b7659a34871c08b210fdc039e43bee07d18"
dependencies = [
 "adler32",
 "crc32fast",
 "libflate_lz77",
]

[[package]]
name = "libflate_lz77"
version = "1.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a52d3a8bfc85f250440e4424db7d857e241a3aebbbe301f3eb606ab15c39acbf"
dependencies = [
 "rle-decode-fast",
]

[[package]]
name = "libloading"
version = "0.7.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b67380fd3b2fbe7527a606e18729d21c6f3951633d0500574c4dc22d2d638b9f"
dependencies = [
 "cfg-if",
 "winapi",
]

[[package]]
name = "libm"
version = "0.2.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f7012b1bbb0719e1097c47611d3898568c546d597c2e74d66f6087edd5233ff4"

[[package]]
name = "libp2p"
version = "0.51.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f210d259724eae82005b5c48078619b7745edb7b76de370b03f8ba59ea103097"
dependencies = [
 "bytes",
 "futures",
 "futures-timer",
 "getrandom 0.2.10",
 "instant",
 "libp2p-allow-block-list",
 "libp2p-connection-limits",
 "libp2p-core",
 "libp2p-dns",
 "libp2p-identify",
 "libp2p-identity",
 "libp2p-kad",
 "libp2p-mdns",
 "libp2p-metrics",
 "libp2p-noise",
 "libp2p-ping",
 "libp2p-quic",
 "libp2p-request-response",
 "libp2p-swarm",
 "libp2p-tcp",
 "libp2p-wasm-ext",
 "libp2p-webrtc",
 "libp2p-websocket",
 "libp2p-yamux",
 "multiaddr",
 "pin-project",
]

[[package]]
name = "libp2p-allow-block-list"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "510daa05efbc25184458db837f6f9a5143888f1caa742426d92e1833ddd38a50"
dependencies = [
 "libp2p-core",
 "libp2p-identity",
 "libp2p-swarm",
 "void",
]

[[package]]
name = "libp2p-connection-limits"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4caa33f1d26ed664c4fe2cca81a08c8e07d4c1c04f2f4ac7655c2dd85467fda0"
dependencies = [
 "libp2p-core",
 "libp2p-identity",
 "libp2p-swarm",
 "void",
]

[[package]]
name = "libp2p-core"
version = "0.39.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3c1df63c0b582aa434fb09b2d86897fa2b419ffeccf934b36f87fcedc8e835c2"
dependencies = [
 "either",
 "fnv",
 "futures",
 "futures-timer",
 "instant",
 "libp2p-identity",
 "log",
 "multiaddr",
 "multihash",
 "multistream-select",
 "once_cell",
 "parking_lot 0.12.1",
 "pin-project",
 "quick-protobuf",
 "rand 0.8.5",
 "rw-stream-sink",
 "smallvec",
 "thiserror",
 "unsigned-varint",
 "void",
]

[[package]]
name = "libp2p-dns"
version = "0.39.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "146ff7034daae62077c415c2376b8057368042df6ab95f5432ad5e88568b1554"
dependencies = [
 "futures",
 "libp2p-core",
 "log",
 "parking_lot 0.12.1",
 "smallvec",
 "trust-dns-resolver",
]

[[package]]
name = "libp2p-identify"
version = "0.42.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5455f472243e63b9c497ff320ded0314254a9eb751799a39c283c6f20b793f3c"
dependencies = [
 "asynchronous-codec",
 "either",
 "futures",
 "futures-timer",
 "libp2p-core",
 "libp2p-identity",
 "libp2p-swarm",
 "log",
 "lru 0.10.1",
 "quick-protobuf",
 "quick-protobuf-codec",
 "smallvec",
 "thiserror",
 "void",
]

[[package]]
name = "libp2p-identity"
version = "0.1.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "276bb57e7af15d8f100d3c11cbdd32c6752b7eef4ba7a18ecf464972c07abcce"
dependencies = [
 "bs58 0.4.0",
 "ed25519-dalek",
Alexander's avatar
Alexander committed
7288 7289 7290 7291 7292 7293 7294 7295 7296 7297 7298 7299 7300 7301 7302 7303 7304 7305 7306 7307 7308 7309 7310 7311 7312 7313 7314 7315 7316 7317 7318 7319 7320 7321 7322 7323 7324 7325 7326 7327 7328 7329 7330 7331 7332 7333 7334 7335 7336 7337 7338 7339 7340 7341 7342 7343 7344 7345 7346 7347 7348 7349 7350 7351 7352 7353 7354 7355 7356 7357 7358 7359 7360 7361 7362 7363 7364 7365 7366 7367 7368 7369 7370 7371 7372 7373 7374 7375 7376 7377 7378 7379 7380 7381 7382 7383 7384 7385 7386 7387 7388 7389 7390 7391 7392 7393 7394 7395 7396 7397 7398 7399 7400 7401 7402 7403 7404 7405 7406 7407 7408 7409 7410 7411 7412 7413 7414 7415 7416 7417 7418 7419 7420 7421 7422 7423 7424 7425 7426 7427 7428 7429 7430 7431 7432 7433 7434 7435 7436 7437 7438 7439 7440 7441 7442 7443 7444 7445 7446 7447 7448 7449 7450 7451 7452 7453 7454 7455 7456 7457 7458 7459 7460 7461 7462 7463 7464 7465 7466 7467 7468 7469 7470 7471 7472 7473 7474 7475 7476 7477 7478 7479 7480 7481 7482 7483 7484 7485 7486 7487 7488 7489 7490 7491 7492 7493 7494 7495 7496 7497 7498 7499 7500 7501 7502 7503 7504 7505 7506 7507 7508 7509 7510 7511 7512 7513 7514 7515 7516 7517 7518 7519 7520 7521 7522 7523 7524 7525 7526 7527 7528 7529 7530 7531 7532 7533 7534 7535 7536 7537 7538 7539 7540 7541 7542 7543 7544 7545 7546 7547 7548 7549 7550 7551 7552 7553 7554 7555 7556 7557 7558 7559 7560 7561 7562 7563 7564 7565 7566 7567 7568 7569 7570 7571 7572 7573 7574 7575 7576 7577 7578 7579 7580 7581 7582 7583 7584 7585 7586 7587 7588 7589 7590 7591 7592 7593 7594 7595 7596 7597 7598 7599 7600 7601 7602 7603 7604 7605 7606 7607 7608 7609 7610 7611 7612 7613 7614 7615 7616 7617 7618 7619 7620 7621 7622 7623 7624
 "log",
 "multiaddr",
 "multihash",
 "quick-protobuf",
 "rand 0.8.5",
 "sha2 0.10.7",
 "thiserror",
 "zeroize",
]

[[package]]
name = "libp2p-kad"
version = "0.43.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "39d5ef876a2b2323d63c258e63c2f8e36f205fe5a11f0b3095d59635650790ff"
dependencies = [
 "arrayvec 0.7.4",
 "asynchronous-codec",
 "bytes",
 "either",
 "fnv",
 "futures",
 "futures-timer",
 "instant",
 "libp2p-core",
 "libp2p-identity",
 "libp2p-swarm",
 "log",
 "quick-protobuf",
 "rand 0.8.5",
 "sha2 0.10.7",
 "smallvec",
 "thiserror",
 "uint",
 "unsigned-varint",
 "void",
]

[[package]]
name = "libp2p-mdns"
version = "0.43.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "19983e1f949f979a928f2c603de1cf180cc0dc23e4ac93a62651ccb18341460b"
dependencies = [
 "data-encoding",
 "futures",
 "if-watch",
 "libp2p-core",
 "libp2p-identity",
 "libp2p-swarm",
 "log",
 "rand 0.8.5",
 "smallvec",
 "socket2 0.4.9",
 "tokio",
 "trust-dns-proto",
 "void",
]

[[package]]
name = "libp2p-metrics"
version = "0.12.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "a42ec91e227d7d0dafa4ce88b333cdf5f277253873ab087555c92798db2ddd46"
dependencies = [
 "libp2p-core",
 "libp2p-identify",
 "libp2p-kad",
 "libp2p-ping",
 "libp2p-swarm",
 "prometheus-client",
]

[[package]]
name = "libp2p-noise"
version = "0.42.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9c3673da89d29936bc6435bafc638e2f184180d554ce844db65915113f86ec5e"
dependencies = [
 "bytes",
 "curve25519-dalek 3.2.0",
 "futures",
 "libp2p-core",
 "libp2p-identity",
 "log",
 "once_cell",
 "quick-protobuf",
 "rand 0.8.5",
 "sha2 0.10.7",
 "snow",
 "static_assertions",
 "thiserror",
 "x25519-dalek 1.1.1",
 "zeroize",
]

[[package]]
name = "libp2p-ping"
version = "0.42.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3e57759c19c28a73ef1eb3585ca410cefb72c1a709fcf6de1612a378e4219202"
dependencies = [
 "either",
 "futures",
 "futures-timer",
 "instant",
 "libp2p-core",
 "libp2p-swarm",
 "log",
 "rand 0.8.5",
 "void",
]

[[package]]
name = "libp2p-quic"
version = "0.7.0-alpha.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c6b26abd81cd2398382a1edfe739b539775be8a90fa6914f39b2ab49571ec735"
dependencies = [
 "bytes",
 "futures",
 "futures-timer",
 "if-watch",
 "libp2p-core",
 "libp2p-identity",
 "libp2p-tls",
 "log",
 "parking_lot 0.12.1",
 "quinn-proto",
 "rand 0.8.5",
 "rustls 0.20.8",
 "thiserror",
 "tokio",
]

[[package]]
name = "libp2p-request-response"
version = "0.24.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7ffdb374267d42dc5ed5bc53f6e601d4a64ac5964779c6e40bb9e4f14c1e30d5"
dependencies = [
 "async-trait",
 "futures",
 "instant",
 "libp2p-core",
 "libp2p-identity",
 "libp2p-swarm",
 "rand 0.8.5",
 "smallvec",
]

[[package]]
name = "libp2p-swarm"
version = "0.42.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "903b3d592d7694e56204d211f29d31bc004be99386644ba8731fc3e3ef27b296"
dependencies = [
 "either",
 "fnv",
 "futures",
 "futures-timer",
 "instant",
 "libp2p-core",
 "libp2p-identity",
 "libp2p-swarm-derive",
 "log",
 "rand 0.8.5",
 "smallvec",
 "tokio",
 "void",
]

[[package]]
name = "libp2p-swarm-derive"
version = "0.32.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0fba456131824ab6acd4c7bf61e9c0f0a3014b5fc9868ccb8e10d344594cdc4f"
dependencies = [
 "heck",
 "quote",
 "syn 1.0.109",
]

[[package]]
name = "libp2p-tcp"
version = "0.39.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "33d33698596d7722d85d3ab0c86c2c322254fce1241e91208e3679b4eb3026cf"
dependencies = [
 "futures",
 "futures-timer",
 "if-watch",
 "libc",
 "libp2p-core",
 "log",
 "socket2 0.4.9",
 "tokio",
]

[[package]]
name = "libp2p-tls"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ff08d13d0dc66e5e9ba6279c1de417b84fa0d0adc3b03e5732928c180ec02781"
dependencies = [
 "futures",
 "futures-rustls",
 "libp2p-core",
 "libp2p-identity",
 "rcgen 0.10.0",
 "ring 0.16.20",
 "rustls 0.20.8",
 "thiserror",
 "webpki 0.22.0",
 "x509-parser 0.14.0",
 "yasna",
]

[[package]]
name = "libp2p-wasm-ext"
version = "0.39.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "77dff9d32353a5887adb86c8afc1de1a94d9e8c3bc6df8b2201d7cdf5c848f43"
dependencies = [
 "futures",
 "js-sys",
 "libp2p-core",
 "parity-send-wrapper",
 "wasm-bindgen",
 "wasm-bindgen-futures",
]

[[package]]
name = "libp2p-webrtc"
version = "0.4.0-alpha.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "dba48592edbc2f60b4bc7c10d65445b0c3964c07df26fdf493b6880d33be36f8"
dependencies = [
 "async-trait",
 "asynchronous-codec",
 "bytes",
 "futures",
 "futures-timer",
 "hex",
 "if-watch",
 "libp2p-core",
 "libp2p-identity",
 "libp2p-noise",
 "log",
 "multihash",
 "quick-protobuf",
 "quick-protobuf-codec",
 "rand 0.8.5",
 "rcgen 0.9.3",
 "serde",
 "stun",
 "thiserror",
 "tinytemplate",
 "tokio",
 "tokio-util",
 "webrtc",
]

[[package]]
name = "libp2p-websocket"
version = "0.41.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "111273f7b3d3510524c752e8b7a5314b7f7a1fee7e68161c01a7d72cbb06db9f"
dependencies = [
 "either",
 "futures",
 "futures-rustls",
 "libp2p-core",
 "log",
 "parking_lot 0.12.1",
 "quicksink",
 "rw-stream-sink",
 "soketto",
 "url",
 "webpki-roots 0.22.6",
]

[[package]]
name = "libp2p-yamux"
version = "0.43.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4dcd21d950662700a385d4c6d68e2f5f54d778e97068cdd718522222ef513bda"
dependencies = [
 "futures",
 "libp2p-core",
 "log",
 "thiserror",
 "yamux",
]

[[package]]
name = "librocksdb-sys"
version = "0.11.0+8.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d3386f101bcb4bd252d8e9d2fb41ec3b0862a15a62b478c355b2982efa469e3e"
dependencies = [
 "bindgen",
 "bzip2-sys",
 "cc",
 "glob",
 "libc",
 "libz-sys",
 "tikv-jemalloc-sys",
]

[[package]]
name = "libsecp256k1"
version = "0.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "95b09eff1b35ed3b33b877ced3a691fc7a481919c7e29c53c906226fcf55e2a1"
dependencies = [
 "arrayref",
 "base64 0.13.1",
 "digest 0.9.0",
 "hmac-drbg",
 "libsecp256k1-core",
 "libsecp256k1-gen-ecmult",
 "libsecp256k1-gen-genmult",
 "rand 0.8.5",
 "serde",
 "sha2 0.9.9",
 "typenum",
]

[[package]]
name = "libsecp256k1-core"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5be9b9bb642d8522a44d533eab56c16c738301965504753b03ad1de3425d5451"
dependencies = [
 "crunchy",
 "digest 0.9.0",
David Emett's avatar
David Emett committed
 "subtle 2.4.1",
Alexander's avatar
Alexander committed
]

[[package]]
name = "libsecp256k1-gen-ecmult"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3038c808c55c87e8a172643a7d87187fc6c4174468159cb3090659d55bcb4809"
dependencies = [
 "libsecp256k1-core",
]

[[package]]
name = "libsecp256k1-gen-genmult"
version = "0.3.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3db8d6ba2cec9eacc40e6e8ccc98931840301f1006e95647ceb2dd5c3aa06f7c"
dependencies = [
 "libsecp256k1-core",
]

[[package]]
name = "libz-sys"
version = "1.1.12"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d97137b25e321a73eef1418d1d5d2eda4d77e12813f8e6dead84bc52c5870a7b"
dependencies = [
 "cc",
 "pkg-config",
 "vcpkg",
]

[[package]]
name = "link-cplusplus"
version = "1.0.9"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9d240c6f7e1ba3a28b0249f774e6a9dd0175054b52dfbb61b16eb8505c3785c9"
dependencies = [
 "cc",
]

[[package]]
name = "linked-hash-map"
version = "0.5.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f"

[[package]]
name = "linked_hash_set"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "47186c6da4d81ca383c7c47c1bfc80f4b95f4720514d860a5407aaf4233f9588"
dependencies = [
 "linked-hash-map",
]

[[package]]
name = "linregress"
version = "0.5.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4de0b5f52a9f84544d268f5fabb71b38962d6aa3c6600b8bcd27d44ccf9c9c45"
dependencies = [
 "nalgebra",
]

[[package]]
name = "linux-raw-sys"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f051f77a7c8e6957c0696eac88f26b0117e54f52d3fc682ab19397a8812846a4"

[[package]]
name = "linux-raw-sys"
version = "0.3.8"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ef53942eb7bf7ff43a617b3e2c1c4a5ecf5944a7c1bc12d7ee39bbb15e5c1519"

[[package]]
name = "linux-raw-sys"
Alexander's avatar
Alexander committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "da2479e8c062e40bf0066ffa0bc823de0a9368974af99c9f6df941d2c231e03f"
Alexander's avatar
Alexander committed

David Emett's avatar
David Emett committed
[[package]]
name = "lioness"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4ae926706ba42c425c9457121178330d75e273df2e82e28b758faf3de3a9acb9"
dependencies = [
 "arrayref",
 "blake2 0.8.1",
 "chacha",
 "keystream",
]

Alexander's avatar
Alexander committed
[[package]]
name = "lite-json"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cd0e787ffe1153141a0f6f6d759fdf1cc34b1226e088444523812fd412a5cca2"
dependencies = [
 "lite-parser",
]

[[package]]
name = "lite-parser"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c3d5f9dc37c52d889a21fd701983d02bb6a84f852c5140a6c80ef4557f7dc29e"
dependencies = [
 "paste",
]

[[package]]
name = "lock_api"
version = "0.4.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c1cc9717a20b1bb222f333e6a92fd32f7d8a18ddc5a3191a11af45dcbf4dcd16"
dependencies = [
 "autocfg",
 "scopeguard",
]

[[package]]
name = "log"
version = "0.4.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f"
dependencies = [
 "serde",
 "value-bag",
]

[[package]]
name = "lru"
version = "0.8.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b6e8aaa3f231bb4bd57b84b2d5dc3ae7f350265df8aa96492e0bc394a1571909"
dependencies = [
 "hashbrown 0.12.3",
]

[[package]]
name = "lru"
version = "0.10.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "718e8fae447df0c7e1ba7f5189829e63fd536945c8988d61444c19039f16b670"
dependencies = [
 "hashbrown 0.13.2",
]

[[package]]
name = "lru"
version = "0.11.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "eedb2bdbad7e0634f83989bf596f497b070130daaa398ab22d84c39e266deec5"

[[package]]
name = "lru-cache"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "31e24f1ad8321ca0e8a1e0ac13f23cb668e6f5466c2c57319f6a5cf1cc8e3b1c"
dependencies = [
 "linked-hash-map",
]

[[package]]
name = "lz4"
version = "1.24.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7e9e2dd86df36ce760a60f6ff6ad526f7ba1f14ba0356f8254fb6905e6494df1"
dependencies = [
 "libc",
 "lz4-sys",
]

[[package]]
name = "lz4-sys"
version = "1.9.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "57d27b317e207b10f69f5e75494119e391a96f48861ae870d1da6edac98ca900"
dependencies = [
 "cc",
 "libc",
]

[[package]]
name = "mach"
version = "0.3.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b823e83b2affd8f40a9ee8c29dbc56404c1e34cd2710921f2801e2cf29527afa"
dependencies = [
 "libc",
]

[[package]]
name = "macro_magic"
version = "0.5.0"
Alexander's avatar
Alexander committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e03844fc635e92f3a0067e25fa4bf3e3dbf3f2927bf3aa01bb7bc8f1c428949d"
Alexander's avatar
Alexander committed
dependencies = [
 "macro_magic_core",
 "macro_magic_macros",
 "quote",
Alexander's avatar
Alexander committed
]

[[package]]
name = "macro_magic_core"
version = "0.5.0"
Alexander's avatar
Alexander committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "468155613a44cfd825f1fb0ffa532b018253920d404e6fca1e8d43155198a46d"
Alexander's avatar
Alexander committed
dependencies = [
 "const-random",
 "derive-syn-parse",
 "macro_magic_core_macros",
 "proc-macro2",
 "quote",
Alexander's avatar
Alexander committed
]

[[package]]
name = "macro_magic_core_macros"
version = "0.5.0"
Alexander's avatar
Alexander committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9ea73aa640dc01d62a590d48c0c3521ed739d53b27f919b25c3551e233481654"
Alexander's avatar
Alexander committed
dependencies = [
 "proc-macro2",
 "quote",
Alexander's avatar
Alexander committed
]

[[package]]
name = "macro_magic_macros"
version = "0.5.0"
Alexander's avatar
Alexander committed
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ef9d79ae96aaba821963320eb2b6e34d17df1e5a83d8a1985c29cc5be59577b3"
Alexander's avatar
Alexander committed
dependencies = [
 "macro_magic_core",
 "quote",
Alexander's avatar
Alexander committed
]

[[package]]
name = "maplit"
version = "1.0.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"

[[package]]
name = "match_cfg"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ffbee8634e0d45d258acb448e7eaab3fce7a0a467395d4d9f228e3c1f01fb2e4"

[[package]]
name = "matchers"
version = "0.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f099785f7595cc4b4553a174ce30dd7589ef93391ff414dbb67f62392b9e0ce1"
dependencies = [
 "regex-automata 0.1.10",
]

[[package]]
name = "matches"
version = "0.1.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2532096657941c2fea9c289d370a250971c689d4f143798ff67113ec042024a5"

[[package]]
name = "matrixmultiply"
version = "0.3.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "090126dc04f95dc0d1c1c91f61bdd474b3930ca064c1edc8a849da2c6cbe1e77"
dependencies = [
 "autocfg",
 "rawpointer",
]

[[package]]
name = "md-5"
version = "0.10.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6365506850d44bff6e2fbcb5176cf63650e48bd45ef2fe2665ae1570e0f4b9ca"
dependencies = [
 "digest 0.10.7",
]

[[package]]
name = "memchr"
version = "2.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"

[[package]]
name = "memfd"
version = "0.6.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ffc89ccdc6e10d6907450f753537ebc5c5d3460d2e4e62ea74bd571db62c0f9e"
dependencies = [
 "rustix 0.37.23",
]

[[package]]
name = "memmap2"
version = "0.5.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "83faa42c0a078c393f6b29d5db232d8be22776a891f8f56e5284faee4a20b327"
dependencies = [
 "libc",
]

[[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.7.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5de893c32cde5f383baa4c04c5d6dbdd735cfd4a794b0debdb2bb1b421da5ff4"
dependencies = [
 "autocfg",
]

[[package]]
name = "memoffset"
version = "0.8.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d61c719bcfbcf5d62b3a09efa6088de8c54bc0bfcd3ea7ae39fcc186108b8de1"
dependencies = [
 "autocfg",
]

[[package]]
name = "memoffset"
version = "0.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5a634b1c61a95585bd15607c6ab0c4e5b226e695ff2800ba0cdccddf208c406c"
dependencies = [
 "autocfg",
]

[[package]]
name = "memory-db"
version = "0.32.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "808b50db46293432a45e63bc15ea51e0ab4c0a1647b8eb114e31a3e698dd6fbe"
dependencies = [
 "hash-db",
]

[[package]]
name = "merlin"
version = "2.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4e261cf0f8b3c42ded9f7d2bb59dea03aa52bc8a1cbc7482f9fc3fd1229d3b42"
dependencies = [
 "byteorder",
 "keccak",
 "rand_core 0.5.1",
 "zeroize",
]

[[package]]
name = "merlin"
version = "3.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "58c38e2799fc0978b65dfff8023ec7843e2330bb462f19198840b34b6582397d"
dependencies = [