# 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 = "wit-bindgen-csharp" version = "0.36.0" authors = ["Timmy Silesmo "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = """ C# bindings generator for WIT and the component model, typically used through the `wit-bindgen-cli` crate. """ homepage = "https://github.com/bytecodealliance/wit-bindgen" readme = "README.txt" license = "Apache-2.0 WITH LLVM-exception OR Apache-2.0 OR MIT" repository = "https://github.com/bytecodealliance/wasi-rs" [lib] name = "wit_bindgen_csharp" path = "src/lib.rs" test = false doctest = false [[test]] name = "codegen" path = "tests/codegen.rs" [dependencies.anyhow] version = "1.0.72" [dependencies.clap] version = "4.3.19" features = ["derive"] optional = true [dependencies.heck] version = "0.5" [dependencies.indexmap] version = "2.0.0" [dependencies.wasm-metadata] version = "0.220.0" [dependencies.wit-bindgen-core] version = "0.36.0" [dependencies.wit-component] version = "0.220.0" [dependencies.wit-parser] version = "0.220.0" [dev-dependencies.wasm-encoder] version = "0.220.0" [dev-dependencies.wasmparser] version = "0.220.0" [features] aot = [] default = ["aot"] mono = []