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.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f2032f911046de80f0a198e0901378627c33f59ea0ac00e363d481118bd70a53"
[[package]]
name = "bobcat-cd"
version = "0.9.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "03eed2b19eed8af474568be5f8ab14be8e1e04fc5b7e9cc9f1aeb2d0fd4b8f0b"
dependencies = [
"array-concat",
"bobcat-maths",
"bobcat-storage",
"const-hex",
]
[[package]]
name = "bobcat-host"
version = "0.9.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "80715248a476dbe4e73a0dcb0b4d4c0015e239e2c24aed767d4e11ba3f3ba876"
dependencies = [
"const-hex",
"keccak-const",
]
[[package]]
name = "bobcat-interfaces"
version = "0.9.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8469b9732b63eb0e9b613bd1a4cef99f5d468da6039eb699b4a8d92021510933"
dependencies = [
"array-concat",
"bobcat-cd",
"bobcat-maths",
"bobcat-storage",
"const-hex",
]
[[package]]
name = "bobcat-maths"
version = "0.9.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bc4df50843da8ae6a2adf1d31619598e700f7599cdd1c07407ada5d65758e96c"
dependencies = [
"array-concat",
"bobcat-host",
"bobcat-panic",
"cfg-if",
"const-hex",
"mutants",
"num-traits",
"paste",
]
[[package]]
name = "bobcat-panic"
version = "0.9.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4eb44ac3435c897ecc74d508584e5070c4a6e7017a6866f3c55124654cf904d5"
dependencies = [
"bobcat-host",
"const-hex",
"paste",
]
[[package]]
name = "bobcat-proxy"
version = "0.9.6"
dependencies = [
"array-concat",
"bobcat-interfaces",
"bobcat-maths",
"const-hex",
]
[[package]]
name = "bobcat-storage"
version = "0.9.6"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "5952d9cfb422fe1a3f40844bb2d0515659013e01b476e8519853ec57de7fc4be"
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.19.1"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "33e2a781ebdf4467d1428dc4593067825fb646f6871475098d8577421af73558"
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.189"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3eaf3ede3fee6db1a4c2ee091bf8a8b4dccdc6d17f656fb07896ee72867612f2"
[[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 = "paste"
version = "1.0.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"