keyhog-profile 0.5.49

Low-overhead causal profiling and run-state records for KeyHog
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.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"]