[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",
]