# 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 = "lua-perf" version = "0.1.0" build = "build.rs" exclude = [ "examples/*", ".vscode/*", ] description = "A perf tool for C and Lua hybrid code" homepage = "https://github.com/findstr/lua-perf" documentation = "https://github.com/findstr/lua-perf/blob/main/README.en.md" readme = "README.md" keywords = [ "lua", "perf", "lua-perf", ] categories = [ "command-line-utilities", "development-tools::profiling", ] license-file = "LICENSE" repository = "https://github.com/findstr/lua-perf" [dependencies.anyhow] version = "1.0" [dependencies.blazesym] version = "=0.2.0-alpha.6" [dependencies.byteorder] version = "1.4.3" [dependencies.clap] version = "4.4.6" features = [ "derive", "env", ] [dependencies.clap_derive] version = "4.4.2" [dependencies.ctrlc] version = "3.4.1" [dependencies.gimli] version = "0.28.0" [dependencies.goblin] version = "0.7.1" features = ["elf64"] [dependencies.iced-x86] version = "1.17" [dependencies.lazy_static] version = "1.4.0" [dependencies.libbpf-rs] version = "0.21.2" [dependencies.libc] version = "0.2.147" [dependencies.memmap2] version = "0.8.0" [dependencies.nix] version = "0.27.1" [dependencies.plain] version = "0.2" [dependencies.procfs] version = "0.16.0-RC1" [dependencies.procmaps] version = "0.4.1" [dependencies.psutil] version = "3.2.2" [dependencies.regex] version = "1.6" [dependencies.rustc-demangle] version = "0.1.21" [dependencies.time] version = "0.3" features = [ "formatting", "local-offset", "macros", ] [dependencies.tracing] version = "0.1" [dependencies.tracing-subscriber] version = "0.3" features = [ "ansi", "env-filter", "fmt", ] [build-dependencies.libbpf-cargo] version = "0.21.2"