cspcl-sys 0.4.0

Raw FFI bindings for the cspcl library
# 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 = "2024"
name = "cspcl-sys"
version = "0.4.0"
authors = ["cspcl contributors"]
build = "build.rs"
links = "cspcl"
include = [
    "build.rs",
    "src/**/*",
    "c_src/cspcl.h",
    "c_src/cspcl.c",
    "c_src/cspcl_config.h",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Raw FFI bindings for the cspcl library"
readme = false
license = "MIT"
repository = "https://github.com/d3tn/cspcl"

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

[dependencies]

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

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