[package]
edition = "2024"
rust-version = "1.87.0"
name = "wit-bindgen-csharp"
version = "0.53.0"
authors = ["Timmy Silesmo <silesmo@nor2.io>"]
build = false
autolib = 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/wit-bindgen"
resolver = "2"
[features]
aot = []
default = ["aot"]
mono = []
[lib]
name = "wit_bindgen_csharp"
path = "src/lib.rs"
test = false
doctest = false
[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.245.0"
default-features = false
[dependencies.wit-bindgen-core]
version = "0.53.0"
[dependencies.wit-component]
version = "0.245.0"
[dependencies.wit-parser]
version = "0.245.0"
[lints.clippy]
allow_attributes_without_reason = "warn"
clone_on_copy = "warn"
manual_strip = "warn"
map_clone = "warn"
uninlined_format_args = "warn"
unnecessary_cast = "warn"
unnecessary_fallible_conversions = "warn"
unnecessary_mut_passed = "warn"
unnecessary_to_owned = "warn"
[lints.clippy.all]
level = "allow"
priority = -1