lurk-cli 0.3.14

lurk is a pretty (simple) alternative to strace.
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 = "lurk-cli"
version = "0.3.14"
authors = [
    "Jakob Waibel <salet@posteo.net>",
    "Yuri Astrakhan <YuriAstrakhan@gmail.com>",
]
build = false
autolib = 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"

[features]
aarch64 = []
all = [
    "x86_64",
    "riscv64",
    "aarch64",
]
default = []
riscv64 = []
x86_64 = []

[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.16.1"

[dependencies.libc]
version = "0.2"

[dependencies.nix]
version = "0.30.1"
features = [
    "personality",
    "ptrace",
    "signal",
]

[dependencies.regex]
version = "1"

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.serde_json]
version = "1"

[dependencies.syscalls]
version = "0.8"
features = ["full"]

[dependencies.uzers]
version = "0.12"