# 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.3" authors = [ "Yoshifumi Kawai ", "Cysharp, Inc.", ] 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/" [dependencies.regex] version = "1.10.5" [dependencies.syn] version = "2.0.68" features = [ "full", "parsing", ]