[package]
name = "joy-rs"
version = "0.5.0"
edition = "2021"
description = "joy's warrior implementation โ execute/prove/verify Trident on nox"
license-file = "../LICENSE"
repository = "https://github.com/cyberia-to/joy"
[lib]
path = "lib.rs"
[dependencies]
trisha-rs = { version = "0.3.0", path = "../../trisha/rs" }
trident-lang = { version = "0.3.0", path = "../../trident" }
nox = { package = "cyber-nox", version = "0.3.0", path = "../../nox/rs" }
nebu = { package = "strata-nebu", version = "0.1", path = "../../strata/nebu/rs" }
zheng = { version = "0.4.0", path = "../../zheng/rs", features = ["serde"] }
bbg = { version = "0.3.0", path = "../../bbg/rs", features = ["serde"] }
hemera = { package = "cyber-hemera", version = "0.3", path = "../../hemera/rs" }
serde = { version = "1", features = ["derive"] }
serde_json = "1"
postcard = { version = "1", features = ["alloc"] }
miniz_oxide = "0.8"