[build-dependencies.bindgen]
optional = true
version = "0.72.1"
[build-dependencies.cc]
version = "1.2.47"
[features]
default = []
generate-bindings = ["bindgen", "trace_load_ctrl"]
trace_load_ctrl = []
[lib]
name = "dlt_sys"
path = "src/lib.rs"
[lints.clippy]
arithmetic_side_effects = "deny"
clone_on_ref_ptr = "warn"
indexing_slicing = "deny"
similar_names = "allow"
unwrap_used = "deny"
[lints.clippy.pedantic]
level = "warn"
priority = -1
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
description = "FFI bindings to libdlt"
edition = "2024"
homepage = "https://github.com/eclipse-opensovd/dlt-tracing-lib"
license = "Apache-2.0"
name = "dlt-sys"
publish = true
readme = "README.md"
version = "0.1.0"