Cargo Features

[dependencies]
cocogitto = { version = "6.3.0", default-features = false, features = ["cli", "docgen"] }
default = cli

The cli feature is set by default whenever cocogitto is added without default-features = false somewhere in the dependency tree.

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?