# 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 = "lurk-cli" version = "0.3.9" authors = [ "Jakob Waibel ", "Yuri Astrakhan ", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "lurk is a pretty (simple) alternative to strace." readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/JakWai01/lurk" [lib] name = "lurk_cli" path = "src/lib.rs" [[bin]] name = "lurk" path = "src/main.rs" [[example]] name = "tracer" path = "examples/tracer.rs" [dependencies.anyhow] version = "1" [dependencies.byteorder] version = "1" [dependencies.clap] version = "4" features = ["derive"] [dependencies.comfy-table] version = "7" [dependencies.console] version = "0.15.8" [dependencies.libc] version = "0.2" [dependencies.linux-personality] version = "2" [dependencies.nix] version = "0.29" features = [ "ptrace", "signal", ] [dependencies.regex] version = "1" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.syscalls] version = "0.6.14" features = ["full"] [dependencies.users] version = "0.11" [features] aarch64 = [] all = [ "x86_64", "riscv64", "aarch64", ] default = [] riscv64 = [] x86_64 = []