# 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-signal-profiler" version = "0.119.0" authors = ["Nervos Core Dev "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Linux signal based profiler for ckb-vm, note this is profiling ckb-vm itself, not the programs running in ckb-vm" readme = "README.md" license = "MIT" [lib] name = "ckb_vm_signal_profiler" path = "src/lib.rs" [[example]] name = "simple" path = "examples/simple.rs" [dependencies.addr2line] version = "0.17.0" [dependencies.ckb-vm] version = "= 0.24.12" features = ["asm"] default-features = false [dependencies.ckb-vm-pprof-protos] version = "0.119.0" [dependencies.lazy_static] version = "1.4.0" [dependencies.log] version = "0.4.16" [dependencies.nix] version = "0.23.1" [dependencies.protobuf] version = "2.25.1" features = [ "with-bytes", "with-serde", ] [dev-dependencies.env_logger] version = "0.9.0"