keyhog-core 0.5.4

keyhog-core — shared data model and detector specifications for the KeyHog secret scanner
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-core"
version = "0.5.4"
authors = ["Santh Project <contact@santh.dev>"]
build = "build.rs"
exclude = ["detectors/.keyhog-cache.json"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "keyhog-core — shared data model and detector specifications for the KeyHog secret scanner"
homepage = "https://github.com/santhsecurity/keyhog"
documentation = "https://docs.rs/keyhog-core"
readme = "README.md"
keywords = [
    "secret-scanner",
    "security",
    "credentials",
    "api-keys",
    "git",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/santhsecurity/keyhog"

[package.metadata.santh]
status = "alpha"

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

[[example]]
name = "core_standalone"
path = "examples/core_standalone.rs"

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

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

[dependencies.anyhow]
version = "=1.0.102"

[dependencies.async-trait]
version = "=0.1.89"

[dependencies.blake3]
version = "=1.8.4"

[dependencies.dirs]
version = "=6.0.0"

[dependencies.hex]
version = "=0.4.3"

[dependencies.indexmap]
version = "=2.7.1"

[dependencies.once_cell]
version = "=1.21.4"

[dependencies.parking_lot]
version = "=0.12.5"

[dependencies.rayon]
version = "=1.11.0"

[dependencies.regex]
version = "=1.12.3"

[dependencies.regex-syntax]
version = "=0.8.10"

[dependencies.serde]
version = "=1.0.228"
features = [
    "derive",
    "derive",
]

[dependencies.serde_json]
version = "=1.0.149"

[dependencies.serde_with]
version = "=3.18.0"

[dependencies.sha2]
version = "=0.10.9"

[dependencies.tempfile]
version = "=3.27.0"

[dependencies.thiserror]
version = "=2.0.18"

[dependencies.toml]
version = "=0.8.23"

[dependencies.tracing]
version = "=0.1.44"

[dependencies.zeroize]
version = "=1.8.2"
features = ["derive"]

[dev-dependencies.proptest]
version = "=1.11.0"

[dev-dependencies.tokio]
version = "=1.51.1"
features = [
    "full",
    "full",
]

[dev-dependencies.tracing-subscriber]
version = "=0.3.23"
features = [
    "env-filter",
    "fmt",
]

[target."cfg(unix)".dependencies.libc]
version = "=0.2.184"