[package]
name = "strata"
version.workspace = true
edition.workspace = true
license-file = "../LICENSE"
description = "five algebraic backends for verifiable computation"
repository.workspace = true
rust-version.workspace = true
keywords = ["algebra", "field", "ring", "semiring", "crypto"]
categories = ["cryptography", "mathematics"]
readme = "../README.md"
[lib]
name = "strata"
path = "lib.rs"
[dependencies]
strata-core.workspace = true
strata-proof.workspace = true
strata-compute.workspace = true
strata-ext.workspace = true
nebu.workspace = true
kuro.workspace = true
jali.workspace = true
trop.workspace = true
genies.workspace = true