useract-forensic 0.1.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.
# It is not intended for manual editing.
version = 3

[[package]]
name = "forensicnomicon"
version = "0.4.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "beb5aa5a16edfc4fb436fad2602d63da02a9bc9bdd7ed5e23a56f63bbccefc10"

[[package]]
name = "peripheral-core"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "1316fa0c02e9625af9583e4cffa9a60fc8bdce759434637614dab561e29e1c38"

[[package]]
name = "shellhist-core"
version = "0.1.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "02efdbc76904189c4a388a1ecd0fe7ca301a8aea0772302bd8a1a39fb6bb6a9e"

[[package]]
name = "useract-forensic"
version = "0.1.0"
dependencies = [
 "forensicnomicon",
 "peripheral-core",
 "shellhist-core",
]