[package]
edition = "2024"
name = "bobcat-storage"
version = "0.7.21"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "bobcat-sdk utilities for accessing storage on Arbitrum Stylus."
homepage = "https://stylusup.sh"
readme = "README.md"
license = "MIT"
repository = "https://github.com/stylus-developers-guild/bobcat-sdk"
[features]
alloy-enabled = ["bobcat-maths/alloy-enabled"]
mutex = []
proptest = ["dep:proptest"]
std = []
[lib]
name = "bobcat_storage"
path = "src/lib.rs"
[dependencies.array-concat]
version = "0.5.5"
[dependencies.bobcat-host]
version = "0.7.21"
[dependencies.bobcat-maths]
version = "0.7.21"
[dependencies.keccak-const]
version = "0.2.0"
[dependencies.paste]
version = "1.0.15"
[dependencies.proptest]
version = "1.8.0"
optional = true
[dev-dependencies.const-hex]
version = "1.17.0"
default-features = false