dlt-sys 0.1.0

FFI bindings to libdlt
Documentation
# Copyright (c) 2025 The Contributors to Eclipse OpenSOVD (see CONTRIBUTORS)
#
# See the NOTICE file(s) distributed with this work for additional
# information regarding copyright ownership.
#
# This program and the accompanying materials are made available under the
# terms of the Apache License Version 2.0 which is available at
# https://www.apache.org/licenses/LICENSE-2.0
#
# SPDX-License-Identifier: Apache-2.0

[package]
name = "dlt-sys"
version = "0.1.0"
edition.workspace = true
publish = true
description = "FFI bindings to libdlt"
homepage.workspace = true
license.workspace = true

[lints]
workspace = true

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

[features]
default = []
generate-bindings = ["bindgen", "trace_load_ctrl"]
# This is a feature, which might be necessary in some environments to enable
trace_load_ctrl = []

[build-dependencies]
cc = { workspace = true }
bindgen = { workspace = true, optional = true }