bobcat-entry 0.7.44

bobcat-sdk utilities for building contract entrypoints 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-entry"
version = "0.7.44"
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.44"

[dependencies.bobcat-host]
version = "0.7.44"

[dependencies.bobcat-maths]
version = "0.7.44"

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

[dependencies.const-hex]
version = ">=1.0.1"
default-features = false