ffi_types 0.0.21

C ABI compatible wrappers for cbindgen/bindgen.
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 = "2024"
name = "ffi_types"
version = "0.0.21"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "C ABI compatible wrappers for cbindgen/bindgen."
readme = "README.md"
license = "BSD-2-Clause"
repository = "https://github.com/youknowone/rust-ffi_types"

[features]
cxx = [
    "cbindgen",
    "libc",
]
default = ["cxx"]
vec = []

[lib]
name = "ffi_types"
crate-type = [
    "staticlib",
    "rlib",
]
path = "src/lib.rs"

[dependencies.cbindgen]
version = "0"
optional = true
default-features = false

[dependencies.libc]
version = "0.2"
optional = true
default-features = false

[dependencies.static_assertions]
version = "1"

[dev-dependencies]