Cargo Features

[dependencies]
three_body_lang = { version = "0.6.0", default-features = false, features = ["repl"] }
default = repl

The repl feature is set by default whenever three_body_lang is added without default-features = false somewhere in the dependency tree.

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