Cargo Features

[dependencies]
tr-lang = { version = "0.4.0", default-features = false, features = ["interactive"] }
default = interactive

The interactive feature is set by default whenever tr-lang is added without default-features = false somewhere in the dependency tree.

interactive default = lazy_static, regex, rustyline

Affects argsparse::Options.quiet, tr-lang::interactive

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.

rustyline interactive

Enables rustyline ^9.1.2

regex interactive
lazy_static interactive