tracexec-core 0.16.1

Core crate of tracexec [Internal implementation! DO NOT DEPEND ON!]
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 = "2024"
rust-version = "1.88"
name = "tracexec-core"
version = "0.16.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core crate of tracexec [Internal implementation! DO NOT DEPEND ON!]"
homepage = "https://github.com/kxxt/tracexec"
readme = "README.md"
keywords = [
    "trace",
    "ptrace",
    "exec",
    "execve",
    "utility",
]
license = "GPL-2.0-or-later"
repository = "https://github.com/kxxt/tracexec"
resolver = "2"

[features]
default = []
ebpf = []

[lib]
name = "tracexec_core"
path = "src/lib.rs"

[dependencies.bitflags]
version = "2.5.0"

[dependencies.chrono]
version = "0.4.40"

[dependencies.clap]
version = "4.4.6"
features = ["derive"]

[dependencies.clap_complete]
version = "4.5.2"

[dependencies.color-eyre]
version = "0.6.2"

[dependencies.crossterm]
version = "0.29"
features = ["event-stream"]

[dependencies.directories]
version = "6"

[dependencies.either]
version = "1.12.0"

[dependencies.enumflags2]
version = "0.7.9"

[dependencies.filedescriptor]
version = "0.8.2"

[dependencies.filterable-enum]
version = "0.1.1"

[dependencies.internment]
version = "0.8.6"
features = [
    "arc",
    "serde",
]
default-features = false

[dependencies.itertools]
version = "0.14.0"

[dependencies.nix]
version = "0.30"
features = [
    "ptrace",
    "process",
    "feature",
    "term",
    "fs",
    "signal",
    "user",
]

[dependencies.nutype]
version = "0.6.1"
features = ["serde"]

[dependencies.owo-colors]
version = "4.0.0"
features = ["global-colorized-control"]
package = "kxxt-owo-colors"

[dependencies.paste]
version = "1.0.15"

[dependencies.regex-cursor]
version = "0.1.4"
default-features = false

[dependencies.serde]
version = "1.0.204"
features = [
    "derive",
    "rc",
]

[dependencies.shell-quote]
version = "0.7.1"

[dependencies.snafu]
version = "0.8.8"
features = [
    "rust_1_81",
    "backtrace",
]

[dependencies.strum]
version = "0.27.1"
features = ["derive"]

[dependencies.tokio]
version = "1.37.0"
features = ["full"]

[dependencies.toml]
version = "0.9"

[dependencies.tracing]
version = "0.1.40"
features = ["release_max_level_info"]

[dev-dependencies.rusty-fork]
version = "0.3.1"

[dev-dependencies.serde_json]
version = "1.0.120"

[dev-dependencies.tempfile]
version = "3.24.0"

[lints.clippy]
missing_const_for_fn = "allow"
missing_errors_doc = "allow"
option_if_let_else = "allow"
significant_drop_tightening = "allow"

[lints.clippy.all]
level = "warn"
priority = -1

[lints.clippy.nursery]
level = "warn"
priority = -1