[package]
edition = "2024"
name = "bobcat-host"
version = "0.7.44"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Functions for interacting with the host with bobcat-sdk"
homepage = "https://stylusup.sh"
readme = false
license = "MIT"
repository = "https://github.com/stylus-developers-guild/bobcat-sdk"
[features]
console = []
mutex = ["std"]
std = ["const-hex/std"]
[lib]
name = "bobcat_host"
path = "src/lib.rs"
[dependencies.const-hex]
version = ">=1.0.1"
default-features = false
[dependencies.keccak-const]
version = ">=0.2.0"