[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