Cybersecurity-Projects/PROJECTS/intermediate/ja3-ja4-tls-fingerprinting/crates/tlsfp-intel/Cargo.toml

27 lines
531 B
TOML

# ©AngelaMos | 2026
# Cargo.toml
[package]
name = "tlsfp-intel"
description = "Local threat intelligence store and fingerprint matching engine"
version.workspace = true
edition.workspace = true
rust-version.workspace = true
license.workspace = true
authors.workspace = true
repository.workspace = true
[lints]
workspace = true
[dependencies]
tlsfp-core.workspace = true
rusqlite.workspace = true
csv.workspace = true
serde.workspace = true
serde_json.workspace = true
anyhow.workspace = true
[dev-dependencies]
tempfile = "3"