# 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 = "flamelens" version = "0.3.0" authors = ["Yung Siang Liau "] build = false exclude = [ ".github/*", "tests/*", ".vscode/*", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Flamegraph viewer in the terminal" homepage = "https://github.com/YS-L/flamelens" readme = "README.md" keywords = [ "flamegraph", "profiling", "cli", "tui", ] license = "MIT" repository = "https://github.com/YS-L/flamelens" [profile.dist] lto = "thin" inherits = "release" [profile.release] strip = "debuginfo" [lib] name = "flamelens" path = "src/lib.rs" [[bin]] name = "flamelens" path = "src/main.rs" [dependencies.anyhow] version = "1.0.86" [dependencies.cfg-if] version = "1.0.0" [dependencies.clap] version = "4.5.4" features = ["derive"] [dependencies.crossterm] version = "0.27.0" features = ["use-dev-tty"] [dependencies.py-spy] version = "0.3.14" optional = true [dependencies.ratatui] version = "0.26.3" features = ["unstable-rendered-line-info"] [dependencies.regex] version = "1.10.5" [dependencies.remoteprocess] version = "0.4.13" optional = true [dependencies.serde] version = "1.0.210" features = ["derive"] [dependencies.serde_json] version = "1.0.128" [dependencies.tui-input] version = "0.8.0" [features] python = [ "dep:py-spy", "dep:remoteprocess", ]