prebindgen-proc-macro 0.5.0

Procedural macros for prebindgen - export FFI definitions for binding generation
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.85"
name = "prebindgen-proc-macro"
version = "0.5.0"
authors = ["Michael Ilyin <milyin@gmail.com>"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Procedural macros for prebindgen - export FFI definitions for binding generation"
readme = false
keywords = [
    "ffi",
    "bindings",
    "cbindgen",
    "csbindgen",
    "cross-platform",
]
categories = [
    "development-tools",
    "external-ffi-bindings",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/milyin/prebindgen"

[features]
debug = ["prebindgen/debug"]
inline = []

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

[dependencies.prebindgen]
version = "0.5.0"

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

[dependencies.quote]
version = "1.0"

[dependencies.rand]
version = "0.9.2"

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.serde_json]
version = "1.0"

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

[dev-dependencies.serde_json]
version = "1.0"

[build-dependencies.prebindgen]
version = "0.5.0"