cimpl 0.3.1

Simple C implementations from Rust - FFI utilities and macros for creating safe, ergonomic 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 = "2021"
rust-version = "1.70"
name = "cimpl"
version = "0.3.1"
authors = ["Gavin Peacock <gpeacock@adobe.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Simple C implementations from Rust - FFI utilities and macros for creating safe, ergonomic C bindings"
homepage = "https://github.com/gpeacock/cimpl"
documentation = "https://docs.rs/cimpl"
readme = "README.md"
keywords = [
    "ffi",
    "bindings",
    "c",
    "utilities",
    "macros",
]
categories = [
    "api-bindings",
    "development-tools::ffi",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/gpeacock/cimpl"

[package.metadata.docs.rs]
all-features = true

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

[dependencies]

[dev-dependencies]