[package]
edition = "2024"
name = "bobcat-entry"
version = "0.7.39"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "bobcat-sdk utilities for building contract entrypoints on Arbitrum Stylus."
homepage = "https://stylusup.sh"
readme = false
license = "MIT"
repository = "https://github.com/stylus-developers-guild/bobcat-sdk"
[features]
alloc = ["const-hex/alloc"]
alloy-enabled = ["bobcat-maths/alloy-enabled"]
dont-define-symbols = []
std = [
"alloc",
"bobcat-maths/std",
"bobcat-storage/std",
]
[lib]
name = "bobcat_entry"
path = "src/lib.rs"
[dependencies.bobcat-cd]
version = "0.7.39"
[dependencies.bobcat-host]
version = "0.7.39"
[dependencies.bobcat-maths]
version = "0.7.39"
[dependencies.bobcat-storage]
version = "0.7.39"
[dependencies.const-hex]
version = ">=1.0.1"
default-features = false