bobcat-create 0.4.0

Bobcat SDK utilities for using CREATE1 and CREATE2 on Arbitrum Stylus.
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
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-create"
version = "0.4.0"
dependencies = [
 "bobcat-maths",
 "bobcat-proxy",
 "bobcat-storage",
]

[[package]]
name = "bobcat-maths"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "631a89db9cc2140f14274b35c9dd5eb3a88af478bbfa8a847ad9a2514b337f0d"
dependencies = [
 "cfg-if",
 "mutants",
 "num-traits",
]

[[package]]
name = "bobcat-proxy"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "cb256dfaa5b341fc306ae3fc35111deddb7712419fde47648a13d1a434672ebb"
dependencies = [
 "array-concat",
 "bobcat-maths",
 "const-hex",
]

[[package]]
name = "bobcat-storage"
version = "0.4.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "130c2d99688ca7c334fe2104465b8dab47d51ea340f80e68e1bdf059b84f7b4e"
dependencies = [
 "array-concat",
 "bobcat-maths",
 "keccak-const",
 "paste",
]

[[package]]
name = "cfg-if"
version = "1.0.3"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "2fd1289c04a9ea8cb22300a459a72a385d7c73d3259e2ed7dcb2af674838cfa9"

[[package]]
name = "const-hex"
version = "1.16.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "b6407bff74dea37e0fa3dc1c1c974e5d46405f0c987bf9997a0762adce71eda6"
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"