Cargo Features
[dependencies]
kommandozeile = { version = "0.1.1", default-features = false, features = ["full", "args_glob_expand", "args_file", "clap_app_color", "clap_app_colour", "clap_color", "clap_colour", "clap_derive", "clap_file", "clap_verbose", "setup_clap", "setup_color-eyre", "setup_tracing", "tracing_attributes"] }
- default = full
-
The
full
feature is set by default wheneverkommandozeile
is added without
somewhere in the dependency tree.default-features = false - full default = args_file, args_glob_expand, clap_app_color, clap_color, clap_derive, clap_file, clap_verbose, setup_clap, setup_color-eyre, setup_tracing, tracing_attributes
- args_glob_expand full = wild
-
Provides glob expand as args preprocessing
- args_file full = argfile
-
Provides loading args from files as args preproessing
- clap_app_color clap_app_colour? full
-
Provides a method to intialise clap with a color choice
Enables color of clap, auto of concolor
Affects
kommandozeile::color.clap_app_color
,kommandozeile::color
… - clap_app_colour = clap_app_color
- clap_color clap_colour? full = clap
-
Provides a color flag for clap
Affects
kommandozeile::color.Choice
,kommandozeile::color.Color
,kommandozeile::color
… - clap_colour = clap_color
- clap_derive full
-
Adds the derive feature to clap
- clap_file full = clap, filepath, same-file
-
Provides InputFile and OutputFile types
Affects
kommandozeile::filearg
… - clap_verbose full = clap
-
Provides --verbose and --quiet flags
Affects
kommandozeile::verbose
… - setup_clap full = clap
-
Provides additional clap extras
Affects
kommandozeile::setup.SetupClap
,kommandozeile::setup.clap
,kommandozeile::setup
… - setup_color-eyre full = color-eyre
-
Provides color-eyre setup
Affects
kommandozeile::setup.color_eyre
,kommandozeile::setup.color_eyre_builder
,kommandozeile::setup
… - setup_tracing full = tracing, tracing-error, tracing-subscriber
-
Provides tracing install hook
Affects
kommandozeile::setup.BacktraceLevel
,kommandozeile::setup.tracing
,kommandozeile::setup.tracing_filter
,kommandozeile::setup
… - tracing_attributes full
-
Include the attributes feature for tracing
Enables attributes of tracing
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.
- argfile args_file?
-
Enables argfile ^0.1.6
Affects
kommandozeile::args.Result
… - color-eyre setup_color-eyre?
- filepath clap_file?
- same-file clap_file?
- tracing-error setup_tracing?
- tracing-subscriber setup_tracing?
- wild args_glob_expand?
- concolor clap_app_color? clap_color?
- tracing setup_tracing? tracing_attributes?
- clap clap_app_color? clap_color? clap_derive? clap_file? clap_verbose? setup_clap?
-
Affects
kommandozeile::clap_app
…