kcode-k1-txn-ordering 0.3.2

Canonical transaction ordering and subsystem delivery for Kennedy K1
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 4

[[package]]
name = "base64"
version = "0.22.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"

[[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 = "cfg-if"
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"

[[package]]
name = "cpufeatures"
version = "0.2.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280"
dependencies = [
 "libc",
]

[[package]]
name = "crypto-common"
version = "0.1.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "78c8292055d1c1df0cce5d180393dc8cce0abec0a7102adb6c7b1eef6016d60a"
dependencies = [
 "generic-array",
 "typenum",
]

[[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 = "generic-array"
version = "0.14.7"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
dependencies = [
 "typenum",
 "version_check",
]

[[package]]
name = "kcode-k1-canonical-chain"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "e5b5e621581bf5fb5c3d6ebf8a1575e00efe6402113fc390193bc0a5d9bedc22"
dependencies = [
 "kcode-k1-order-store",
 "kcode-k1-transaction",
 "kcode-k1-transaction-store",
 "sha2",
]

[[package]]
name = "kcode-k1-order-store"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0ae8f8315161e6af8c65a45e541a1decd156026e3183cefd67a3ca4f3dabf6cc"
dependencies = [
 "kcode-k1-transaction",
 "kcode-k1-transaction-store",
]

[[package]]
name = "kcode-k1-transaction"
version = "0.1.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3f30fb10e4e1fce2fb6a80904ed86949ae4a2cf585c2a1311fcb57f0a8bf9dcb"
dependencies = [
 "kcode-k1-transaction-store",
]

[[package]]
name = "kcode-k1-transaction-store"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "52a72319238dd17494768dd8725aa363721831ba3b6681fdad430dc28badf314"
dependencies = [
 "base64",
 "sha2",
]

[[package]]
name = "kcode-k1-txn-ordering"
version = "0.3.2"
dependencies = [
 "kcode-k1-canonical-chain",
 "kcode-k1-transaction",
 "kcode-k1-txn-ordering-live-testkit",
 "kcode-k1-txn-ordering-recovery-testkit",
]

[[package]]
name = "kcode-k1-txn-ordering-live-testkit"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1e58e7cb5c06066f8c2761e4f67904a8068e5eef54f076ab46cb57c4e692f2bd"
dependencies = [
 "kcode-k1-canonical-chain",
 "kcode-k1-transaction",
]

[[package]]
name = "kcode-k1-txn-ordering-recovery-testkit"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7833f6feab09430f28616643e22874936e270caace308ee6ecc38d8d509b9f3e"
dependencies = [
 "kcode-k1-transaction",
 "kcode-k1-txn-ordering-live-testkit",
]

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

[[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 = "typenum"
version = "1.20.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b6f5e870be6c3b371b77fe0ee0bafb859fa4964b4404c27de1d380043c4dda20"

[[package]]
name = "version_check"
version = "0.9.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"