Cargo Features
[dependencies]
cocogitto = { version = "6.3.0", default-features = false, features = ["cli", "docgen"] }
- default = cli
-
The
cli
feature is set by default whenevercocogitto
is added without
somewhere in the dependency tree.default-features = false - cli default = clap, clap_complete, clap_complete_nushell, clap_mangen
- docgen = clap, cog_schemars, serde_json
-
Required by the cog-doc binary
Features from optional dependencies
In crates that don't use the dep:
syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.
- clap cli docgen?
-
Required by the cog binary
- clap_complete cli
-
Required by the cog binary
- clap_mangen cli
-
Required by the cog binary
- clap_complete_nushell cli
- cog_schemars docgen?
-
Enables cog_schemars
This is a temporary fork, we can switch back to mainstream when https://github.com/GREsau/schemars/pull/384 is merged
- serde_json docgen?