rust_jarm 0.3.8

JARM fingerprinting in native Rust
Documentation
[dependencies.hex]
version = "^0.4"

[dependencies.rand]
version = "^0.9"

[dependencies.sha2]
version = "^0.10"

[dev-dependencies.rstest]
version = "~0.26"

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

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

[lints.rust.unexpected_cfgs]
check-cfg = ["cfg(tarpaulin_include)"]
level = "warn"
priority = 0

[package]
authors = ["Hugo-C"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "JARM fingerprinting in native Rust"
edition = "2024"
exclude = [".github/*"]
license = "MIT"
name = "rust_jarm"
readme = "README.md"
repository = "https://github.com/Hugo-C/rustJarm"
version = "0.3.8"

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

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