csbindgen 1.9.8

Generate C# FFI from Rust for automatically brings native code and C native library to .NET and Unity.
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"
name = "csbindgen"
version = "1.9.8"
authors = [
    "Yoshifumi Kawai <ils@neue.cc>",
    "Cysharp, Inc.",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Generate C# FFI from Rust for automatically brings native code and C native library to .NET and Unity."
homepage = "https://github.com/Cysharp/csbindgen/"
readme = "README.md"
keywords = [
    "bindings",
    "ffi",
    "code-generation",
    "csharp",
]
categories = [
    "external-ffi-bindings",
    "development-tools::ffi",
]
license = "MIT"
repository = "https://github.com/Cysharp/csbindgen/"

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

[dependencies.regex]
version = "1.10.5"

[dependencies.syn]
version = "2.0.68"
features = [
    "full",
    "parsing",
]