bobcat-features 0.7.13

bobcat-sdk utilities for feature flagged release on Arbitrum Stylus.
Documentation
[[bin]]
name = "bobcat-features"
path = "src/main.rs"

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

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

[dependencies.paste]
version = "1.0.15"

[features]
alloy-enabled = ["bobcat-entry/alloy-enabled", "bobcat-storage/alloy-enabled"]
mutex = ["bobcat-storage/mutex"]
std = ["bobcat-storage/std", "bobcat-entry/std"]

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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "bobcat-sdk utilities for feature flagged release on Arbitrum Stylus."
edition = "2024"
homepage = "https://bobcat.so"
license = "MIT"
name = "bobcat-features"
readme = "README.md"
repository = "https://github.com/stylus-developers-guild/bobcat-sdk"
version = "0.7.13"