# 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 = "ffi_types" version = "0.0.13" build = "build.rs" 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" [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] [build-dependencies.anyhow] version = "1" [build-dependencies.cbindgen] version = "0" optional = true default-features = false [build-dependencies.cc] version = "1.0.83" optional = true [features] __build_header = [ "cbindgen", "cc", ] cxx = [ "cbindgen", "libc", ] default = ["cxx"] vec = []