zebra/Cargo.toml

223 lines
5.0 KiB
TOML

[workspace]
members = [
"zebrad",
"zebra-chain",
"zebra-network",
"zebra-state",
"zebra-script",
"zebra-consensus",
"zebra-rpc",
"zebra-node-services",
"zebra-test",
"zebra-utils",
"zebra-scan",
"zebra-grpc",
"tower-batch-control",
"tower-fallback",
]
# Use the edition 2021 dependency resolver in the workspace, to match the crates
resolver = "2"
# `cargo release` settings
[workspace.dependencies]
incrementalmerkletree = { version = "0.7.0", features = ["legacy-api"] }
orchard = "0.10.0"
sapling-crypto = "0.3.0"
zcash_address = "0.6.0"
zcash_client_backend = "0.14.0"
zcash_encoding = "0.2.1"
zcash_history = "0.4.0"
zcash_keys = "0.4.0"
zcash_primitives = "0.19.0"
zcash_proofs = "0.19.0"
zcash_protocol = "0.4.0"
abscissa_core = "0.7.0"
atty = "0.2.14"
base64 = "0.22.1"
bellman = "0.14.0"
bincode = "1.3.3"
bitflags = "2.5.0"
bitflags-serde-legacy = "0.1.1"
bitvec = "1.0.1"
blake2b_simd = "1.0.2"
blake2s_simd = "1.0.2"
bls12_381 = "0.8.0"
bridgetree = "0.6.0"
bs58 = "0.5.1"
byteorder = "1.5.0"
bytes = "1.9.0"
chrono = { version = "0.4.39", default-features = false }
clap = "4.5.23"
color-eyre = { version = "0.6.3", default-features = false }
console-subscriber = "0.4.0"
criterion = "0.5.1"
dirs = "5.0.1"
ed25519-zebra = "4.0.3"
elasticsearch = { version = "8.16.0-alpha.1", default-features = false }
equihash = "0.2.0"
ff = "0.13.0"
futures = "0.3.31"
futures-core = "0.3.28"
futures-util = "0.3.28"
group = "0.13.0"
halo2 = "0.3.0"
hex = "0.4.3"
hex-literal = "0.4.1"
howudoin = "0.1.2"
http-body-util = "0.1.2"
human_bytes = { version = "0.4.3", default-features = false }
humantime = "2.1.0"
humantime-serde = "1.1.1"
hyper = "1.5.1"
hyper-util = "0.1.9"
indexmap = "2.7.0"
indicatif = "0.17.9"
inferno = { version = "0.12.0", default-features = false }
insta = "1.41.1"
itertools = "0.13.0"
jsonrpc = "0.18.0"
jsonrpc-core = "18.0.0"
jsonrpc-derive = "18.0.0"
jsonrpc-http-server = "18.0.0"
jubjub = "0.10.0"
lazy_static = "1.4.0"
log = "0.4.22"
metrics = "0.24.1"
metrics-exporter-prometheus = { version = "0.16.0", default-features = false }
mset = "0.1.1"
nix = "0.29.0"
num-integer = "0.1.46"
once_cell = "1.20.2"
ordered-map = "0.4.2"
owo-colors = "4.1.0"
pin-project = "1.1.6"
primitive-types = "0.12.2"
proptest = "1.4.0"
proptest-derive = "0.5.0"
prost = "0.13.4"
quote = "1.0.37"
rand = "0.8.5"
rand_chacha = "0.3.1"
rand_core = "0.6.4"
rayon = "1.10.0"
reddsa = "0.5.1"
redjubjub = "0.7.0"
regex = "1.11.0"
reqwest = { version = "0.12.9", default-features = false }
ripemd = "0.1.3"
rlimit = "0.10.2"
rocksdb = { version = "0.22.0", default-features = false }
secp256k1 = "0.27.0"
semver = "1.0.23"
sentry = { version = "0.35.0", default-features = false }
serde = "1.0.215"
serde-big-array = "0.5.1"
serde_json = "1.0.133"
serde_with = "3.11.0"
serde_yml = "0.0.12"
sha2 = "0.10.7"
spandoc = "0.2.2"
static_assertions = "1.1.0"
structopt = "0.3.26"
syn = "2.0.79"
tempfile = "3.14.0"
thiserror = "2.0.6"
thread-priority = "1.2.0"
tinyvec = "1.8.0"
tokio = "1.42.0"
tokio-stream = "0.1.17"
tokio-test = "0.4.4"
tokio-util = "0.7.13"
toml = "0.8.19"
tonic = "0.12.3"
tonic-build = "0.12.3"
tonic-reflection = "0.12.3"
tower = "0.4.13"
tower-test = "0.4.0"
tracing = "0.1.41"
tracing-appender = "0.2.3"
tracing-error = "0.2.1"
tracing-flame = "0.2.0"
tracing-futures = "0.2.5"
tracing-journald = "0.3.0"
tracing-subscriber = "0.3.19"
tracing-test = "0.2.4"
uint = "0.10.0"
vergen = { version = "8.3.2", default-features = false }
wagyu-zcash-parameters = "0.2.0"
x25519-dalek = "2.0.1"
zcash_note_encryption = "0.4.0"
zcash_script = "0.2.0"
[workspace.metadata.release]
# We always do releases from the main branch
allow-branch = ["main"]
# Compilation settings
[profile.dev]
panic = "abort"
# Speed up tests by optimizing performance-critical crates
# Cryptographic crates
[profile.dev.package.blake2b_simd]
opt-level = 3
[profile.dev.package.ff]
opt-level = 3
[profile.dev.package.group]
opt-level = 3
[profile.dev.package.pasta_curves]
opt-level = 3
[profile.dev.package.halo2_proofs]
opt-level = 3
[profile.dev.package.halo2_gadgets]
opt-level = 3
[profile.dev.package.bls12_381]
opt-level = 3
[profile.dev.package.byteorder]
opt-level = 3
[profile.dev.package.equihash]
opt-level = 3
[profile.dev.package.zcash_proofs]
opt-level = 3
[profile.dev.package.ring]
opt-level = 3
[profile.dev.package.spin]
opt-level = 3
[profile.dev.package.untrusted]
opt-level = 3
[profile.release]
panic = "abort"
# Speed up release builds and sync tests using link-time optimization.
# Some of Zebra's code is CPU-intensive, and needs extra optimizations for peak performance.
#
# TODO:
# - add "-Clinker-plugin-lto" in .cargo/config.toml to speed up release builds
# - add "-Clinker=clang -Clink-arg=-fuse-ld=lld" in .cargo/config.toml
# - also use LTO on C/C++ code:
# - use clang to compile all C/C++ code
# - add "-flto=thin" to all C/C++ code builds
# - see https://doc.rust-lang.org/rustc/linker-plugin-lto.html#cc-code-as-a-dependency-in-rust
lto = "thin"