version = 4
[[package]]
name = "array-concat"
version = "0.5.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "de9067cfeb22d851858da2a5af9a82e385d363623094efa61cef7a45e651fc81"
[[package]]
name = "autocfg"
version = "1.5.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8"
[[package]]
name = "bobcat-cd"
version = "0.7.27"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "6324cdbd3ba09df9f40f7a90eb88998ccb0ef5129c264006d06df4efd5776e73"
dependencies = [
"array-concat",
"bobcat-maths",
"bobcat-storage",
"const-hex",
]
[[package]]
name = "bobcat-create"
version = "0.7.27"
dependencies = [
"array-concat",
"bobcat-host",
"bobcat-maths",
"bobcat-proxy",
"bobcat-storage",
]
[[package]]
name = "bobcat-host"
version = "0.7.27"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bcf32c03e700662fa21190e54daad52113c93ca90f3bc6ed6a70f4f73d6405cb"
dependencies = [
"const-hex",
"keccak-const",
"num_enum",
]
[[package]]
name = "bobcat-interfaces"
version = "0.7.27"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "0d328599194855baaf748c12e53607a09700c57b94db08a34e38dc841f340190"
dependencies = [
"array-concat",
"bobcat-cd",
"bobcat-maths",
"bobcat-storage",
"const-hex",
]
[[package]]
name = "bobcat-maths"
version = "0.7.27"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8e888f6122a7d74a119d64bfb2bd54b958a04e0c16f9a82d43bdd6728f925cc4"
dependencies = [
"array-concat",
"bobcat-host",
"bobcat-panic",
"cfg-if",
"const-hex",
"mutants",
"num-traits",
"paste",
]
[[package]]
name = "bobcat-panic"
version = "0.7.27"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8f20b0e5d1d2a13dad395e6b20d9a1b764f4fd9d997e853aeb075f10bfa0ba15"
dependencies = [
"bobcat-host",
"const-hex",
"paste",
]
[[package]]
name = "bobcat-proxy"
version = "0.7.27"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7a9bf308f651c40f6bdf3ffbd58da0f662a256998495187cdcb8e059870ab629"
dependencies = [
"array-concat",
"bobcat-interfaces",
"bobcat-maths",
"const-hex",
]
[[package]]
name = "bobcat-storage"
version = "0.7.27"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d5d4517f280b2586de61037d2c0bcc3cb65768041954f8362dd823dafd526ab2"
dependencies = [
"array-concat",
"bobcat-host",
"bobcat-maths",
"keccak-const",
"paste",
]
[[package]]
name = "cfg-if"
version = "1.0.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
[[package]]
name = "const-hex"
version = "1.17.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3bb320cac8a0750d7f25280aa97b09c26edfe161164238ecbbb31092b079e735"
dependencies = [
"cfg-if",
"cpufeatures",
]
[[package]]
name = "cpufeatures"
version = "0.2.17"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280"
dependencies = [
"libc",
]
[[package]]
name = "keccak-const"
version = "0.2.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "57d8d8ce877200136358e0bbff3a77965875db3af755a11e1fa6b1b3e2df13ea"
[[package]]
name = "libc"
version = "0.2.177"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2874a2af47a2325c2001a6e6fad9b16a53b802102b528163885171cf92b15976"
[[package]]
name = "mutants"
version = "0.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bc0287524726960e07b119cebd01678f852f147742ae0d925e6a520dca956126"
[[package]]
name = "num-traits"
version = "0.2.19"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
dependencies = [
"autocfg",
]
[[package]]
name = "num_enum"
version = "0.7.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b1207a7e20ad57b847bbddc6776b968420d38292bbfe2089accff5e19e82454c"
dependencies = [
"num_enum_derive",
"rustversion",
]
[[package]]
name = "num_enum_derive"
version = "0.7.5"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ff32365de1b6743cb203b710788263c44a03de03802daf96092f2da4fe6ba4d7"
dependencies = [
"proc-macro2",
"quote",
"syn",
]
[[package]]
name = "paste"
version = "1.0.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
[[package]]
name = "proc-macro2"
version = "1.0.103"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5ee95bc4ef87b8d5ba32e8b7714ccc834865276eab0aed5c9958d00ec45f49e8"
dependencies = [
"unicode-ident",
]
[[package]]
name = "quote"
version = "1.0.41"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "ce25767e7b499d1b604768e7cde645d14cc8584231ea6b295e9c9eb22c02e1d1"
dependencies = [
"proc-macro2",
]
[[package]]
name = "rustversion"
version = "1.0.22"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
[[package]]
name = "syn"
version = "2.0.108"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "da58917d35242480a05c2897064da0a80589a2a0476c9a3f2fdc83b53502e917"
dependencies = [
"proc-macro2",
"quote",
"unicode-ident",
]
[[package]]
name = "unicode-ident"
version = "1.0.20"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "462eeb75aeb73aea900253ce739c8e18a67423fadf006037cd3ff27e82748a06"