mirror of
https://github.com/Sarsoo/csbindgen.git
synced 2025-01-09 13:27:47 +00:00
19 lines
601 B
TOML
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" |