ckb-vm-pprof-converter 0.115.0-rc2

Convert raw data generated by ckb-vm-pprof to proto format accepted by Google's pprof tool
[package]
name = "ckb-vm-pprof-converter"
version = "0.115.0-rc2"
edition = "2021"
description = "Convert raw data generated by ckb-vm-pprof to proto format accepted by Google's pprof tool"
license = "MIT"
authors = ["Nervos Core Dev <dev@nervos.org>"]

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
clap = { version = "4.0.27", features = ["cargo"] }
protobuf = { version = "2.25.1", features = ["with-bytes", "with-serde"] }
ckb-vm-pprof-protos = { path = "../ckb-vm-pprof-protos", version = "0.115.0-rc2" }