[package]
name = "cyber-nox"
version = "0.1.2"
edition = "2024"
description = "proof-native virtual machine over the Goldilocks field"
license-file = "LICENSE"
repository = "https://github.com/cyberia-to/nox"
keywords = ["vm", "zk", "goldilocks", "cyber"]
categories = ["cryptography", "compilers"]
[lib]
name = "nox"
path = "lib.rs"
[features]
default = []
std = []
brakedown = ["std", "dep:cyber-lens-core", "dep:cyber-lens-brakedown"]
wgpu = ["std"]
honeycrisp = ["std", "dep:acpu"]
[dependencies]
nebu = { package = "strata-nebu", version = "0.1", path = "../../strata/nebu/rs" }
hemera = { package = "cyber-hemera", version = "0.3", path = "../../hemera/rs" }
cyber-lens-core = { version = "0.1", path = "../../lens/core", optional = true }
cyber-lens-brakedown = { version = "0.1", path = "../../lens/brakedown", optional = true }
acpu = { version = "0.2", optional = true }
[dev-dependencies]
criterion = { version = "0.5", features = ["html_reports"] }
bench
name = "reduction"
harness = false