mdflib-sys 0.2.1

Low-level FFI bindings for mdflib
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
name = "mdflib-sys"
version = "0.2.1"
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Low-level FFI bindings for mdflib"
documentation = "https://docs.rs/mdflib-sys"
readme = "README.md"
keywords = [
    "mdf",
    "automotive",
    "data",
    "ffi",
]
categories = [
    "external-ffi-bindings",
    "automotive",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/tuna-f1sh/mdflib-rs"

[package.metadata.docs.rs]
features = ["bundled"]

[features]
bundled = []
default = ["bundled"]
system = []

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

[dependencies]

[build-dependencies.bindgen]
version = "0.70"

[build-dependencies.cc]
version = "1.0"

[build-dependencies.pkg-config]
version = "0.3"