opencsd-sys 0.3.0

Bindings to OpenCSD, an ARM CoreSight trace decoder
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 = "opencsd-sys"
version = "0.3.0"
authors = ["Kesavan Yogeswaran <hikes@google.com>"]
build = "build.rs"
links = "opencsd_c_api"
exclude = [
    "vendor/OpenCSD/decoder/build",
    "vendor/OpenCSD/decoder/docs",
    "vendor/OpenCSD/decoder/tests",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Bindings to OpenCSD, an ARM CoreSight trace decoder"
readme = "README.md"
categories = ["external-ffi-bindings"]
license = "Apache-2.0"
repository = "https://github.com/kesyog/opencsd-sys"

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

[build-dependencies.cc]
version = "1.2"
features = ["parallel"]

[build-dependencies.glob]
version = "0.3"

[target."cfg(windows)".build-dependencies.bindgen]
version = "0.71"