bobcat-maths 0.2.0

Bobcat SDK utilities performing codesize efficient math on Arbitrum Stylus.
Documentation
[dependencies.alloy-primitives]
default-features = false
optional = true
version = "1.4.0"

[dependencies.arbitrary]
features = ["derive"]
optional = true
version = "1.4.2"

[dependencies.borsh]
default-features = false
features = ["derive"]
optional = true
version = "1.5.7"

[dependencies.cfg-if]
version = "1.0.3"

[dependencies.mutants]
version = "0.0.3"

[dependencies.num-traits]
default-features = false
version = "0.2.19"

[dependencies.proptest]
optional = true
version = "1.8.0"

[dependencies.proptest-derive]
optional = true
version = "0.6.0"

[dev-dependencies.proptest]
version = "1.8.0"

[features]
alloc = []
alloy-enabled = ["alloy-primitives"]
arbitrary-enabled = ["std", "arbitrary"]
proptest-enabled = ["std", "proptest", "proptest-derive"]
std = []

[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 = false
repository = "https://github.com/stylus-developers-guild/bobcat-sdk"
version = "0.2.0"