useract-forensic 0.3.0

User-activity correlation layer — merges shell-history and peripheral-device events into one per-user timeline and emits cross-source forensic findings. Single meta crate, no unsafe, panic-free.
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"
rust-version = "1.81"
name = "useract-forensic"
version = "0.3.0"
authors = ["Albert Hui <albert@securityronin.com>"]
build = false
exclude = [
    "/.github",
    "/docs",
    "/tests/data",
    "/fuzz",
    "/.pre-commit-config.yaml",
    "/renovate.json",
    "/.gitleaks.toml",
    "/mkdocs.yml",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "User-activity correlation layer — merges shell-history and peripheral-device events into one per-user timeline and emits cross-source forensic findings. Single meta crate, no unsafe, panic-free."
homepage = "https://github.com/SecurityRonin/useract-forensic"
documentation = "https://docs.rs/useract-forensic"
readme = "README.md"
keywords = [
    "forensics",
    "dfir",
    "user-activity",
    "incident-response",
    "timeline",
]
categories = [
    "parser-implementations",
    "command-line-utilities",
]
license = "Apache-2.0"
repository = "https://github.com/SecurityRonin/useract-forensic"

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

[[test]]
name = "real_data"
path = "tests/real_data.rs"

[dependencies.chrono]
version = "0.4"
default-features = false

[dependencies.forensicnomicon]
version = "0.5"

[dependencies.lnk-core]
version = "0.3"

[dependencies.peripheral-core]
version = "0.1"

[dependencies.shellhist-core]
version = "0.1"

[dependencies.srum-core]
version = "0.1"

[dependencies.srum-parser]
version = "0.1"

[dependencies.winreg-artifacts]
version = "0.1.1"

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

[lints.clippy.cast_possible_truncation]
level = "allow"
priority = 1

[lints.clippy.cast_possible_wrap]
level = "allow"
priority = 1

[lints.clippy.cast_precision_loss]
level = "allow"
priority = 1

[lints.clippy.cast_sign_loss]
level = "allow"
priority = 1

[lints.clippy.correctness]
level = "deny"
priority = -1

[lints.clippy.doc_markdown]
level = "allow"
priority = 1

[lints.clippy.expect_used]
level = "deny"
priority = 0

[lints.clippy.items_after_statements]
level = "allow"
priority = 1

[lints.clippy.manual_let_else]
level = "allow"
priority = 1

[lints.clippy.missing_errors_doc]
level = "allow"
priority = 1

[lints.clippy.missing_panics_doc]
level = "allow"
priority = 1

[lints.clippy.module_name_repetitions]
level = "allow"
priority = 1

[lints.clippy.must_use_candidate]
level = "allow"
priority = 1

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

[lints.clippy.similar_names]
level = "allow"
priority = 1

[lints.clippy.suspicious]
level = "deny"
priority = -1

[lints.clippy.too_many_lines]
level = "allow"
priority = 1

[lints.clippy.unwrap_used]
level = "deny"
priority = 0

[lints.rust]
unsafe_code = "forbid"

[profile.release]
lto = "thin"
codegen-units = 1