bobcat-features 0.7.26

bobcat-sdk utilities for feature flagged release 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-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]