interoptopus_backend_c 0.14.25

Generates C bindings.
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 = "2018"
name = "interoptopus_backend_c"
version = "0.14.25"
authors = ["Ralf Biedert <rb@xr.io>"]
build = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Generates C bindings."
documentation = "https://docs.rs/interoptopus_backend_c/"
readme = "README.md"
keywords = [
    "ffi",
    "code-generation",
    "bindings",
    "c",
    "headers",
]
categories = [
    "api-bindings",
    "development-tools::ffi",
]
license = "MIT"
repository = "https://github.com/ralfbiedert/interoptopus"

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

[[test]]
name = "backend_c_ui"
path = "tests/backend_c_ui.rs"

[dependencies.cc]
version = "1.0.72"
optional = true

[dependencies.heck]
version = "0.4.0"

[dependencies.interoptopus]
version = "0.14.0"

[dev-dependencies]