shellhist-forensic 0.2.0

Forensic anomaly auditor for shell command history — history clearing, timestamp regression, and download-pipe-to-shell as graded report::Finding, built on shellhist-core
Documentation
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
version = 3

[[package]]
name = "forensicnomicon"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "8ed4548e40fc4f7f22f769ba68afbb426c379c168ea4ab019421f10d91fa3b4e"
dependencies = [
 "forensicnomicon-core",
 "forensicnomicon-data",
]

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

[[package]]
name = "forensicnomicon-data"
version = "1.0.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "664814f07d95790e9c38a9c2c3a0a5539ba4e1ef8e4de72cf32424fc397364ba"
dependencies = [
 "forensicnomicon-core",
]

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

[[package]]
name = "shellhist-forensic"
version = "0.2.0"
dependencies = [
 "forensicnomicon",
 "shellhist-core",
]