Cargo Features

[dependencies]
wit-bindgen-csharp = { version = "0.24.0", default-features = false, features = ["aot", "mono", "clap"] }
default = aot

The aot feature is set by default whenever wit-bindgen-csharp is added without default-features = false somewhere in the dependency tree.

aot default
mono

Features from optional dependencies

clap implicit feature

Enables clap

clap:

A simple to use, efficient, and full-featured Command Line Argument Parser