[package] name = "ckb-vm-pprof-converter" version = "0.119.0" 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 "] # 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.119.0" }