libvharness_sys 0.15.4

libvharness Rust bindings
[build-dependencies.bindgen]
version = "0.72.0"

[build-dependencies.cmake]
version = "0.1.54"

[features]
aarch64 = []
arm = []
clippy = []
hexagon = []
i386 = []
linux = []
linux-kernel = []
mips = []
nyx = []
ppc = []
riscv32 = []
riscv64 = []
x86_64 = []

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

[lints.clippy]
alloc_instead_of_core = "deny"
cargo_common_metadata = "deny"
cast_possible_truncation = "allow"
comparison_chain = "allow"
missing_errors_doc = "allow"
missing_panics_doc = "allow"
module_name_repetitions = "allow"
multiple_crate_versions = "allow"
negative_feature_names = "allow"
ptr_as_ptr = "allow"
similar_names = "allow"
std_instead_of_alloc = "deny"
std_instead_of_core = "deny"
struct_field_names = "allow"
too_many_lines = "allow"
type_repetition_in_bounds = "allow"
unreadable_literal = "allow"
unsafe_derive_deserialize = "allow"
used_underscore_binding = "allow"

[lints.clippy.all]
level = "deny"
priority = -1

[lints.clippy.cargo]
level = "warn"
priority = -1

[lints.clippy.pedantic]
level = "deny"
priority = -1

[lints.rust]
incomplete_features = "allow"
unexpected_cfgs = "forbid"

[lints.rust.warnings]
level = "deny"
priority = -1

[lints.rustdoc]
broken_intra_doc_links = "deny"

[package]
authors = ["Romain Malmain <rmalmain@pm.me>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
categories = ["external-ffi-bindings", "embedded", "os", "no-std"]
description = "libvharness Rust bindings"
documentation = "https://docs.rs/libafl_qemu"
edition = "2024"
keywords = ["fuzzing", "qemu", "instrumentation"]
license = "MIT"
name = "libvharness_sys"
readme = "README.md"
repository = "https://github.com/AFLplusplus/LibAFL/"
resolver = "2"
version = "0.15.4"