Cargo Features
TTK91 has no features set by default.
[dependencies]
ttk91 = { version = "0.2.0", features = ["tools", "ttk91run", "ttk91repl"] }
- tools = ttk91repl, ttk91run
- ttk91run tools? = clap, slog-async, slog-term
-
Required by the ttk91run binary
- ttk91repl tools? = clap, slog-async, slog-term
-
Required by the ttk91repl 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 ttk91repl? ttk91run?
-
Enables clap ^2.33
- slog-term ttk91repl? ttk91run?
- slog-async ttk91repl? ttk91run?