flamelens 0.4.0

Flamegraph viewer in the terminal
Documentation
# 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.4.0"
authors = ["Yung Siang Liau <liauys@gmail.com>"]
build = "build.rs"
exclude = [
    ".github/*",
    "tests/*",
    ".vscode/*",
]
autolib = false
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"

[features]
python = [
    "dep:py-spy",
    "dep:remoteprocess",
]

[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.28.1"
features = ["use-dev-tty"]

[dependencies.py-spy]
version = "0.4.1"
optional = true

[dependencies.ratatui]
version = "0.29.0"
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.11.1"

[profile.dist]
lto = "thin"
inherits = "release"

[profile.release]
strip = "debuginfo"