# 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 = "tbm" version = "0.1.1" authors = ["Rafael Ortiz "] description = "a Terminal Blueprint Meddler, for inspecting eBPF programs" homepage = "https://github.com/RafaelOrtizRC/tbm" readme = "README.md" keywords = ["ebpf", "tui", "elf", "linux"] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/RafaelOrtizRC/tbm" resolver = "2" [dependencies.clap] version = "3.0.7" features = ["derive"] [dependencies.crossterm] version = "0.20" [dependencies.oxidebpf] version = "0.1.0" [dependencies.tui] version = "0.16" features = ["crossterm"] default-features = false