bobcat-precompiles 0.7.44

bobcat-sdk utilities for using precompiles with 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-precompiles"
version = "0.7.44"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "bobcat-sdk utilities for using precompiles with Arbitrum Stylus."
homepage = "https://stylusup.sh"
readme = "README.md"
license = "MIT"
repository = "https://github.com/stylus-developers-guild/bobcat-sdk"

[features]
alloc = ["bobcat-call/alloc"]
dont-define-symbols = ["bobcat-call/dont-define-symbols"]
ed25519-dalek = [
    "dep:ed25519-dalek",
    "sha512",
]
sha512 = ["dep:sha2"]
tickmath-local = ["dep:markovgeist-precompiles-tickmath"]

[lib]
name = "bobcat_precompiles"
path = "src/lib.rs"

[dependencies.array-concat]
version = "0.5.5"

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

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

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

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

[dependencies.ed25519-dalek]
version = "2.2.0"
features = ["digest"]
optional = true
default-features = false

[dependencies.markovgeist-precompiles-tickmath]
version = "0.1.4"
optional = true

[dependencies.sha2]
version = ">=0.10.9"
optional = true
default-features = false