libbucharesthashing 0.1.12

libbucharesthashing contains the proving Arbitrum Stylus smart contract, and the prover function.
Documentation
[package]
name = "libbucharesthashing"
version = "0.1.12"
edition = "2021"
license = "MIT"
homepage = "https://ethbucharest.superposition.so"
repository = "https://github.com/af-afk/ethbucharest.bayge.xyz"
keywords = ["arbitrum", "ethereum", "stylus", "alloy"]
description = "libbucharesthashing contains the proving Arbitrum Stylus smart contract, and the prover function."

[dependencies]
alloy-sol-types = { version = "=0.8.20", default-features = false }
array-concat = "0.5.5"
mini-alloc = "0.8.3"
siphasher = { version = "1.0.1", default-features = false }
stylus-sdk = "0.8.3"
tiny-keccak = "2.0.2"

[dependencies.alloy-primitives]
version = "=0.8.20"
default-features = false
features = ["native-keccak"]

[dev-dependencies]
const-hex = "1.14.0"
proptest = "1.6.0"
stylus-sdk = { version = "0.8.3", features = ["stylus-test"] }

[features]
debug = ["stylus-sdk/debug"]
factory-prover = []
contract-prover = []
contract-verifier  = []

[[bin]]
name = "bucharesthashing"
path = "src/main.rs"

[lib]
crate-type = ["lib", "cdylib"]

[profile.release]
codegen-units = 1
strip = true
lto = true
panic = "abort"
opt-level = "s"