bobcat-sdk 0.7.21

bobcat-sdk is a codesize efficient Arbitrum Stylus SDK
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-sdk"
version = "0.7.21"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "bobcat-sdk is a codesize efficient Arbitrum Stylus SDK"
homepage = "https://stylusup.sh"
readme = false
license = "MIT"
repository = "https://github.com/stylus-developers-guild/bobcat-sdk"

[features]
alloc = [
    "bobcat-create/alloc",
    "bobcat-entry/alloc",
    "bobcat-call/alloc",
    "bobcat-panic/alloc",
    "bobcat-events/alloc",
    "bobcat-maths/alloc",
    "bobcat-precompiles/alloc",
    "dep:bobcat-alloc",
]
alloy-enabled = [
    "bobcat-maths/alloy-enabled",
    "bobcat-entry/alloy-enabled",
]
arbitrary = ["bobcat-maths/arbitrary"]
borsh = ["bobcat-maths/borsh"]
console = [
    "dep:bobcat-console",
    "bobcat-panic/console",
    "bobcat-host/console",
]
dont-define-symbols = [
    "bobcat-entry/dont-define-symbols",
    "bobcat-call/dont-define-symbols",
    "bobcat-features/dont-define-symbols",
]
ed25519-dalek = ["bobcat-precompiles/ed25519-dalek"]
msg-on-sdk-err = [
    "bobcat-panic/msg-on-sdk-err",
    "bobcat-maths/msg-on-sdk-err",
    "bobcat-call/msg-on-sdk-err",
    "bobcat-features/msg-on-sdk-err",
]
mutex = ["bobcat-storage/mutex"]
panic = ["bobcat-panic/panic"]
panic-loc = [
    "panic",
    "bobcat-panic/panic-loc",
]
panic-revert = [
    "panic",
    "bobcat-panic/panic-revert",
]
panic-trace = [
    "panic",
    "bobcat-panic/panic-trace",
]
proptest = [
    "bobcat-maths/proptest",
    "bobcat-storage/proptest",
]
ruint-enabled = ["bobcat-maths/ruint-enabled"]
serde = ["bobcat-maths/serde"]
shadow = ["bobcat-events/shadow"]
std = [
    "bobcat-create/std",
    "bobcat-entry/std",
    "bobcat-maths/std",
    "bobcat-panic/std",
    "bobcat-storage/std",
]
wasm-bindgen = ["bobcat-maths/wasm-bindgen"]
wasm-bindgen-wasi = ["bobcat-maths/wasm-bindgen-wasi"]

[lib]
name = "bobcat_sdk"
path = "src/lib.rs"

[dependencies.bobcat-alloc]
version = "0.7.21"
optional = true

[dependencies.bobcat-call]
version = "0.7.21"

[dependencies.bobcat-cd]
version = "0.7.21"

[dependencies.bobcat-console]
version = "0.7.21"
optional = true

[dependencies.bobcat-create]
version = "0.7.21"

[dependencies.bobcat-entry]
version = "0.7.21"

[dependencies.bobcat-events]
version = "0.7.21"

[dependencies.bobcat-features]
version = "0.7.21"

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

[dependencies.bobcat-interfaces]
version = "0.7.21"

[dependencies.bobcat-maths]
version = "0.7.21"

[dependencies.bobcat-maths-zone]
version = "0.7.21"

[dependencies.bobcat-panic]
version = "0.7.21"
optional = true

[dependencies.bobcat-precompiles]
version = "0.7.21"

[dependencies.bobcat-proxy]
version = "0.7.21"

[dependencies.bobcat-storage]
version = "0.7.21"