# 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 = "csbinding_generator" version = "0.5.0" description = "this is a cli tool to generate c# bindings from a rust codebase." homepage = "https://github.com/Dimkar3000/csbinding_generator" readme = "README.md" keywords = [ "cli", "bindings", ] categories = [ "command-line-utilities", "development-tools::ffi", ] license = "MIT" repository = "https://github.com/Dimkar3000/csbinding_generator" resolver = "2" [lib] name = "csbindinglib" crate_type = [ "rlib", "cdylib", ] path = "src/lib.rs" [[bin]] name = "csbinding" path = "src/main.rs" [dependencies.clap] version = "3.0.14" features = ["derive"] [dependencies.csharp_binder] version = "0.3.1"