buffi_macro 0.3.9

A proc-macro to generate ergonomic, buffer-based C++ APIs.
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 = "buffi_macro"
version = "0.3.9"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A proc-macro to generate ergonomic, buffer-based C++ APIs."
documentation = "https://docs.rs/buffi_macro"
readme = "README.md"
keywords = [
    "FFI",
    "API",
    "C",
    "bincode",
    "serde",
]
categories = ["development-tools::ffi"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/GiGainfosystems/BuFFI/"
resolver = "2"

[features]
default = ["with_c_api"]
with_c_api = []
with_tracing = []

[lib]
name = "buffi_macro"
path = "src/lib.rs"
proc-macro = true

[dependencies.proc-macro2]
version = "1.0.95"

[dependencies.quote]
version = "1.0.40"

[dependencies.syn]
version = "2.0.104"
features = [
    "full",
    "extra-traits",
    "visit",
]