mirror of
https://github.com/scroll-tech/scroll.git
synced 2026-01-08 21:48:11 -05:00
27 lines
847 B
TOML
27 lines
847 B
TOML
[package]
|
|
name = "libzkp"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
[dependencies]
|
|
scroll-zkvm-types = { workspace = true, features = ["scroll"] }
|
|
scroll-zkvm-verifier.workspace = true
|
|
|
|
alloy-primitives.workspace = true #depress the effect of "native-keccak"
|
|
sbv-primitives = {workspace = true, features = ["scroll-compress-info", "scroll"]}
|
|
sbv-core = { workspace = true, features = ["scroll"] }
|
|
base64.workspace = true
|
|
serde.workspace = true
|
|
serde_derive.workspace = true
|
|
serde_json = { workspace = true, features = ["raw_value"]}
|
|
tracing.workspace = true
|
|
eyre.workspace = true
|
|
|
|
git-version = "0.3.5"
|
|
bincode = { version = "2", features = ["serde"] }
|
|
serde_stacker = "0.1"
|
|
regex = "1.11"
|
|
c-kzg = { version = "2.0", features = ["serde"] }
|
|
|