# 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" version = "0.116.1" authors = ["mohanson "] description = "Statistical CKB script cycles consumption flame graph" readme = "README.md" license = "MIT" [dependencies.addr2line] version = "0.17.0" [dependencies.ckb-vm] version = "=0.24.9" features = ["pprof"] [dependencies.clap] version = "2.33" [dependencies.goblin] version = "0.4"