[dependencies.alloy-primitives]
default-features = false
optional = true
version = ">=1.0.0"
[dependencies.arbitrary]
features = ["derive"]
optional = true
version = "1.4.2"
[dependencies.array-concat]
version = "0.5.5"
[dependencies.bobcat-panic]
version = "0.7.13"
[dependencies.borsh]
default-features = false
features = ["derive"]
optional = true
version = ">=1.0.0"
[dependencies.cfg-if]
version = "1.0.3"
[dependencies.clap]
optional = true
version = ">=4.0.0"
[dependencies.const-hex]
default-features = false
version = "1.17.0"
[dependencies.mutants]
version = "0.0.3"
[dependencies.num-traits]
default-features = false
version = "0.2.19"
[dependencies.paste]
version = "1.0.15"
[dependencies.proptest]
optional = true
version = "1.8.0"
[dependencies.proptest-derive]
optional = true
version = "0.6.0"
[dependencies.serde]
default-features = false
features = ["derive"]
optional = true
version = ">=1.0.0"
[dependencies.wasm-bindgen]
default-features = false
optional = true
version = ">=0.2.0"
[dev-dependencies.proptest]
version = "1.8.0"
[features]
alloc = []
alloy-enabled = ["alloy-primitives"]
arbitrary = ["std", "dep:arbitrary"]
msg-on-sdk-err = ["bobcat-panic/msg-on-sdk-err"]
panic = ["bobcat-panic/panic"]
panic-revert = ["bobcat-panic/panic-revert"]
proptest = ["std", "proptest-derive", "dep:proptest"]
ruint-enabled = ["alloy-primitives"]
std = ["alloc", "dep:clap"]
wasm-bindgen = ["dep:wasm-bindgen", "alloc"]
wasm-bindgen-wasi = ["dep:wasm-bindgen", "alloc"]
[lib]
name = "bobcat_maths"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "bobcat-sdk utilities performing codesize efficient math on Arbitrum Stylus."
edition = "2024"
homepage = "https://bobcat.so"
license = "MIT"
name = "bobcat-maths"
readme = "README.md"
repository = "https://github.com/stylus-developers-guild/bobcat-sdk"
version = "0.7.13"