[package]
name = "ja4"
version = "0.1.0"
edition = "2024"
rust-version = "1.87"
authors = ["Hacer"]
description = "A fast, pure-rust, no_std implementation of the JA4 TLS client fingerprinting algorithm."
repository = "https://codeberg.org/hacer-bark/ja4"
homepage = "https://codeberg.org/hacer-bark/ja4"
documentation = "https://docs.rs/ja4"
license = "MIT OR Apache-2.0"
keywords = ["ja4", "tls", "fingerprint", "security", "no-std"]
categories = ["cryptography", "network-programming", "no-std"]
[dependencies]
sha2 = { version = "0.11", default-features = false }
[dev-dependencies]
criterion = { version = "0.8", default-features = false, features = ["html_reports"] }
rand = "0.10"
[[bench]]
name = "parser_bench"
harness = false