bobcat-interfaces 0.7.21

bobcat-sdk utilities for generating signautres on Arbitrum Stylus.
Documentation
[package]
name = "bobcat-interfaces"
version = "0.7.21"
edition = "2024"
license = "MIT"
description = "bobcat-sdk utilities for generating signautres  on Arbitrum Stylus."
homepage = "https://stylusup.sh"
repository = "https://github.com/stylus-developers-guild/bobcat-sdk"

[lib]
name = "bobcat_interfaces"

[dependencies]
array-concat.workspace = true
bobcat-cd = { version = "0.7.21", path = "../bobcat-cd" }
bobcat-maths = { version = "0.7.21", path = "../bobcat-maths" }
bobcat-storage = { version = "0.7.21", path = "../bobcat-storage" }
const-hex.workspace = true

[dev-dependencies]
alloy-sol-macro = "1.4.1"
proptest.workspace = true
bobcat-maths = { version = "0.7.21", path = "../bobcat-maths", features = ["proptest"] }
alloy-primitives = "1.4.1"
alloy-sol-types = "1.4.1"