bobcat-host 0.7.21

Functions for interacting with the host with bobcat-sdk
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-host"
version = "0.7.21"
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.17.0"
default-features = false

[dependencies.keccak-const]
version = "0.2.0"

[dependencies.num_enum]
version = "0.7.5"
default-features = false