bobcat-maths 0.7.39

bobcat-sdk utilities performing codesize efficient math on Arbitrum Stylus.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2024"
name = "bobcat-maths"
version = "0.7.39"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "bobcat-sdk utilities performing codesize efficient math on Arbitrum Stylus."
homepage = "https://stylusup.sh"
readme = "README.md"
license = "MIT"
repository = "https://github.com/stylus-developers-guild/bobcat-sdk"

[features]
alloc = []
alloy-enabled = ["dep:alloy-primitives"]
arbitrary = [
    "std",
    "dep:arbitrary",
]
detailed-errors = ["bobcat-panic/detailed-errors"]
msg-on-sdk-err = ["bobcat-panic/msg-on-sdk-err"]
panic = ["bobcat-panic/panic"]
panic-code = ["bobcat-panic/panic-code"]
panic-revert = ["bobcat-panic/panic-revert"]
proptest = [
    "std",
    "dep:proptest-derive",
    "dep:proptest",
]
ruint-enabled = ["alloy-enabled"]
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"

[dependencies.alloy-primitives]
version = ">=1.0.0"
optional = true
default-features = false

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

[dependencies.array-concat]
version = "0.5.5"

[dependencies.bobcat-host]
version = "0.7.39"

[dependencies.bobcat-panic]
version = "0.7.39"

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

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

[dependencies.clap]
version = ">=4.0.0"
optional = true

[dependencies.const-hex]
version = ">=1.0.1"
default-features = false

[dependencies.mutants]
version = "0.0.3"

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

[dependencies.paste]
version = "1.0.15"

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

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

[dependencies.serde]
version = ">=1.0.0"
features = ["derive"]
optional = true
default-features = false

[dependencies.wasm-bindgen]
version = ">=0.2.0"
optional = true
default-features = false