[package]
edition = "2024"
name = "bobcat-call"
version = "0.7.44"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "bobcat-sdk utilities for calling contracts with Arbitrum Stylus."
homepage = "https://stylusup.sh"
readme = false
license = "MIT"
repository = "https://github.com/stylus-developers-guild/bobcat-sdk"
[features]
alloc = []
detailed-errors = ["bobcat-panic/detailed-errors"]
dont-define-symbols = ["bobcat-entry/dont-define-symbols"]
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"]
[lib]
name = "bobcat_call"
path = "src/lib.rs"
[dependencies.bobcat-entry]
version = "0.7.44"
[dependencies.bobcat-host]
version = "0.7.44"
[dependencies.bobcat-maths]
version = "0.7.44"
[dependencies.bobcat-panic]
version = "0.7.44"
[dependencies.const-hex]
version = ">=1.0.1"
default-features = false
[dependencies.paste]
version = "1.0.15"