# ---
# tags: lens, config
# crystal-type: source
# crystal-domain: comp
# ---
[package]
name = "cyber-lens"
version.workspace = true
edition.workspace = true
license-file = "../LICENSE"
description = "polynomial commitment: five lenses for five algebras"
repository.workspace = true
rust-version.workspace = true
keywords = ["polynomial-commitment", "zk", "crypto", "pcs"]
categories = ["cryptography"]
readme = "../README.md"
exclude = ["../specs/", "../CLAUDE.md"]
[lib]
name = "lens"
path = "lib.rs"
[dependencies]
cyb-lens-core = { path = "../core" }
cyb-lens-brakedown = { path = "../brakedown" }
cyb-lens-binius = { path = "../binius" }
cyb-lens-ikat = { path = "../ikat" }
cyb-lens-assayer = { path = "../assayer" }
cyb-lens-porphyry = { path = "../porphyry" }
[dev-dependencies]
nebu.workspace = true
kuro.workspace = true
trop.workspace = true
genies.workspace = true
cyber-hemera.workspace = true
lens/src/Cargo.toml
ฯ 0.0%