# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "ckb-vm-pprof-converter" version = "0.119.0" authors = ["Nervos Core Dev "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Convert raw data generated by ckb-vm-pprof to proto format accepted by Google's pprof tool" readme = "README.md" license = "MIT" [[bin]] name = "ckb-vm-pprof-converter" path = "src/main.rs" [dependencies.ckb-vm-pprof-protos] version = "0.119.0" [dependencies.clap] version = "4.0.27" features = ["cargo"] [dependencies.protobuf] version = "2.25.1" features = [ "with-bytes", "with-serde", ]