Cargo Features
[dependencies]
three_body_lang = { version = "0.6.5", default-features = false, features = ["repl"] }
- default = repl
-
The
repl
feature is set by default wheneverthree_body_lang
is added without
somewhere in the dependency tree.default-features = false - repl default = rustyline, rustyline-derive
-
Required by the 3body 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.
- rustyline repl
-
Enables rustyline ^12.0.0
- rustyline-derive repl
-
Enables rustyline-derive ^0.4.0