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.43"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "87839d6656966f07ec31c186f8d517ba7ae4ca5c7156586062686e94210a1dd8"
dependencies = [
"array-concat",
"bobcat-maths",
"bobcat-storage",
"const-hex",
]
[[package]]
name = "bobcat-create"
version = "0.7.43"
dependencies = [
"array-concat",
"bobcat-host",
"bobcat-maths",
"bobcat-proxy",
"bobcat-storage",
]
[[package]]
name = "bobcat-host"
version = "0.7.43"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "03fe7dbf64b41d3efdf9599a344563b278d5a9b51a6cb153633ab59f74bee539"
dependencies = [
"const-hex",
"keccak-const",
]
[[package]]
name = "bobcat-interfaces"
version = "0.7.43"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "bab9d214ab56c3e7559a348391f902d2df1934b3e994f9bd5faa38173aef32f6"
dependencies = [
"array-concat",
"bobcat-cd",
"bobcat-maths",
"bobcat-storage",
"const-hex",
]
[[package]]
name = "bobcat-maths"
version = "0.7.43"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b30cabb3ff6024e0469849986fbcecb323e5f2348c29c55b14a36d975e3699dd"
dependencies = [
"array-concat",
"bobcat-host",
"bobcat-panic",
"cfg-if",
"const-hex",
"mutants",
"num-traits",
"paste",
]
[[package]]
name = "bobcat-panic"
version = "0.7.43"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "f0fe679bb60430ec1f04c539b955b0974fb03672c380933b002963520f949e5a"
dependencies = [
"bobcat-host",
"const-hex",
"paste",
]
[[package]]
name = "bobcat-proxy"
version = "0.7.43"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "071836e5d961496c9abde74dd935ac23e55e8498646c594865e5c7470a8e537c"
dependencies = [
"array-concat",
"bobcat-interfaces",
"bobcat-maths",
"const-hex",
]
[[package]]
name = "bobcat-storage"
version = "0.7.43"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "64205c518f93871bcc9b1d18dcbc4ef32825b08174aa2b51d9ac5c5c02ad24a2"
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 = "paste"
version = "1.0.15"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"