[package]
edition = "2024"
name = "bobcat-features"
version = "0.7.26"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "bobcat-sdk utilities for feature flagged release on Arbitrum Stylus."
homepage = "https://stylusup.sh"
readme = "README.md"
license = "MIT"
repository = "https://github.com/stylus-developers-guild/bobcat-sdk"
[features]
alloy-enabled = [
"bobcat-entry/alloy-enabled",
"bobcat-storage/alloy-enabled",
]
dont-define-symbols = ["bobcat-entry/dont-define-symbols"]
msg-on-sdk-err = ["bobcat-call/msg-on-sdk-err"]
mutex = ["bobcat-storage/mutex"]
panic = ["bobcat-call/panic"]
panic-rever = ["bobcat-call/panic-revert"]
std = [
"bobcat-storage/std",
"bobcat-entry/std",
]
[lib]
name = "bobcat_features"
path = "src/lib.rs"
[[bin]]
name = "bobcat-features"
path = "src/main.rs"
[dependencies.bobcat-call]
version = "0.7.26"
[dependencies.bobcat-entry]
version = "0.7.26"
[dependencies.bobcat-interfaces]
version = "0.7.26"
[dependencies.bobcat-storage]
version = "0.7.26"
[dependencies.paste]
version = "1.0.15"
[dev-dependencies]