bobcat-panic 0.7.39

Bobcat utilities with a panic handler 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-panic"
version = "0.7.39"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Bobcat utilities with a panic handler on Arbitrum Stylus."
homepage = "https://stylusup.sh"
readme = "README.md"
license = "MIT"
repository = "https://github.com/stylus-developers-guild/bobcat-sdk"

[features]
alloc = []
console = [
    "alloc",
    "bobcat-host/console",
]
detailed-errors = ["panic"]
msg-on-sdk-err = ["panic"]
panic = []
panic-code = ["panic"]
panic-loc = ["panic"]
panic-revert = ["panic"]
panic-trace = ["panic"]
proptest = ["dep:proptest"]
std = []

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

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

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

[dependencies.paste]
version = "1.0.15"

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