Cargo Features

decasify has no features set by default.

[dependencies]
decasify = { version = "0.5.0", features = ["full", "completions", "cli", "fish", "manpage", "zsh", "luamodule", "lua54", "lua53", "lua52", "lua51", "luajit", "vendored"] }
full = bash, cli, elvish, fish, manpage, powershell, zsh
completions bash? elvish? fish? powershell? zsh? = clap_complete, cli
cli completions? full? = clap

Affects decasify::cli

Required by the binary

bash elvish fish full? = completions
manpage full? = clap_mangen
powershell zsh full? = completions
luamodule lua51? lua52? lua53? lua54? luajit? vendored?
lua54 = luamodule

Enables lua54 of mlua

lua53 = luamodule

Enables lua53 of mlua

lua52 = luamodule

Enables lua52 of mlua

lua51 = luamodule

Enables lua51 of mlua

luajit = luamodule

Enables luajit of mlua

vendored = luamodule

Enables vendored of mlua

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?
clap_complete build completions?
clap_mangen build manpage?
mlua lua51? lua52? lua53? lua54? luajit? vendored?