[package]
edition = "2021"
rust-version = "1.89"
name = "keyhog-profile"
version = "0.5.49"
authors = ["Santh Project <contact@santh.dev>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Low-overhead causal profiling and run-state records for KeyHog"
homepage = "https://santh.dev/keyhog/"
documentation = "https://docs.rs/keyhog-profile"
readme = "README.md"
keywords = [
"secret-scanner",
"security",
"credentials",
"gpu",
"devsecops",
]
categories = [
"command-line-utilities",
"development-tools",
"filesystem",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/santhreal/keyhog"
[lib]
name = "keyhog_profile"
path = "src/lib.rs"
[[test]]
name = "profile_session"
path = "tests/profile_session.rs"
[[bench]]
name = "span_overhead"
path = "benches/span_overhead.rs"
harness = false
[dependencies.serde]
version = "=1.0.228"
features = ["derive"]
[dependencies.serde_json]
version = "=1.0.150"
[dependencies.sysinfo]
version = "=0.36.1"
features = ["system"]
default-features = false
[dev-dependencies.criterion]
version = "=0.8.2"
features = ["html_reports"]