# 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 = "downtown" version = "0.1.1" authors = ["elbaro "] description = "A realtime BPF profiler" readme = "README.md" keywords = [ "python", "profiler", ] categories = [ "command-line-utilities", "development-tools::profiling", ] license = "MIT" repository = "https://github.com/elbaro/downtown" [dependencies.ansi-to-tui] version = "3.0.0" [dependencies.bytes] version = "1.4.0" [dependencies.clap] version = "4.3.3" features = ["derive"] [dependencies.clap-verbosity-flag] version = "2.0.1" [dependencies.color-eyre] version = "0.6.2" [dependencies.comfy-table] version = "7.0.1" features = ["custom_styling"] [dependencies.crossterm] version = "0.26.1" features = ["event-stream"] [dependencies.dotenvy] version = "0.15.7" [dependencies.libbpf-rs] version = "0.20.1" [dependencies.libc] version = "0.2.146" [dependencies.log] version = "0.4.18" [dependencies.pretty_env_logger] version = "0.5.0" [dependencies.ratatui] version = "0.21.0" features = ["all-widgets"] [dependencies.sudo] version = "0.6.0" [dependencies.syntect] version = "5.0.0" [dependencies.thiserror] version = "1.0.40" [dependencies.tonari-actor] version = "0.8.3" [build-dependencies.libbpf-cargo] version = "0.20.1"