[dependencies.fxhash]
optional = true
version = "0.2.1"
[dependencies.sancov-sys]
version = "0.1.0"
[features]
hash_increment = ["dep:fxhash"]
[package]
authors = ["The Rust-Fuzz Project Developers"]
description = "Rust bindings to LLVM's `SanitizerCoverage` interface."
documentation = "https://docs.rs/sancov"
edition = "2021"
keywords = ["fuzzing", "fuzz", "coverage", "counters"]
license = "MIT OR Apache-2.0"
name = "sancov"
readme = "README.md"
repository = "https://github.com/rust-fuzz/sancov"
resolver = "2"
version = "0.1.0"
[package.metadata.docs.rs]
features = ["hash_increment"]