# 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 = "sigma-trace" version = "0.0.3" authors = ["Santo Cariotti "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Monitor Linux executables with an interface easier than strace(1)" readme = "README.md" license = "MIT" repository = "https://github.com/boozec/sigma" [[bin]] name = "sigma-trace" path = "src/main.rs" [dependencies.anyhow] version = "1.0.75" [dependencies.byteorder] version = "1.5.0" [dependencies.chrono] version = "0.4.31" [dependencies.clap] version = "4.4.6" features = ["derive"] [dependencies.crossterm] version = "0.28.1" [dependencies.fork] version = "0.1.22" [dependencies.nix] version = "0.27.1" features = ["ptrace"] [dependencies.owo-colors] version = "3.5.0" [dependencies.ratatui] version = "0.28.1"