[package] name = "l2r0-profiler-host" version = "0.20.1" authors = ["Weikeng Chen "] edition = "2021" license = "MIT/Apache-2.0" description = "Profiler for RISC Zero, host side program" repository = "https://github.com/l2iterative/profiler0" readme = "../README.md" [dependencies] risc0-zkvm = { version = "0.20.1", features = ["client"] } raki = "0.1.3" colored = "=2.0.4" ahash = "=0.8.6"