csbindgen/csbindgen/Cargo.toml
2023-08-15 13:12:06 +00:00

19 lines
601 B
TOML

[package]
name = "csbindgen"
version = "1.7.4"
edition = "2021"
authors = [
"Yoshifumi Kawai <ils@neue.cc>",
"Cysharp, Inc."
]
description = "Generate C# FFI from Rust for automatically brings native code and C native library to .NET and Unity."
keywords = ["bindings", "ffi", "code-generation", "csharp"]
categories = ["external-ffi-bindings", "development-tools::ffi"]
license = "MIT"
readme = "../README.md"
homepage = "https://github.com/Cysharp/csbindgen/"
repository = "https://github.com/Cysharp/csbindgen/"
[dependencies]
syn = { version = "1.0.109", features = ["full"] }
regex = "1.7.3"