[package]
edition = "2024"
rust-version = "1.94"
name = "interoptopus_csharp"
version = "0.16.0-alpha.2"
authors = ["Ralf Biedert <rb@xr.io>"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "The C# backend for Interoptopus."
readme = "README.md"
license = "MIT"
repository = "https://github.com/ralfbiedert/interoptopus"
[lib]
name = "interoptopus_csharp"
path = "src/lib.rs"
[[test]]
name = "basic"
path = "tests/basic.rs"
[[test]]
name = "mod"
path = "tests/mod.rs"
[[test]]
name = "output"
path = "tests/output.rs"
[[test]]
name = "plugins"
path = "tests/plugins.rs"
[[test]]
name = "template"
path = "tests/template.rs"
[dependencies.interoptopus]
version = "=0.16.0-alpha.2"
[dependencies.interoptopus_backends]
version = "=0.16.0-alpha.2"
[dev-dependencies.insta]
version = "1.43.2"
[dev-dependencies.interoptopus]
version = "=0.16.0-alpha.2"
features = ["serde"]
[dev-dependencies.serde_json]
version = "1.0.145"
[build-dependencies.interoptopus_backends]
version = "=0.16.0-alpha.2"
[lints.clippy]
default_constructed_unit_structs = "allow"
match_same_arms = "allow"
missing_const_for_fn = "allow"
missing_errors_doc = "allow"
missing_panics_doc = "allow"
option_if_let_else = "allow"
unreadable_literal = "allow"
[lints.clippy.complexity]
level = "deny"
priority = -1
[lints.clippy.correctness]
level = "deny"
priority = -1
[lints.clippy.nursery]
level = "deny"
priority = -1
[lints.clippy.pedantic]
level = "deny"
priority = -1
[lints.clippy.perf]
level = "deny"
priority = -1
[lints.clippy.style]
level = "deny"
priority = -1
[lints.clippy.suspicious]
level = "deny"
priority = -1