Cargo Features

[dependencies]
littlewing = { version = "0.7.0", default-features = false, features = ["std", "bin"] }
default = bin, std

These default features are set whenever littlewing is added without default-features = false somewhere in the dependency tree.

std default = dirs, regex, rustyline, rustyline-derive

Enables std of no-std-compat

Affects game::Game.protocol, littlewing::protocols, pgn::LoadPGN, piece_move_notation::PieceMoveNotation.parse_move, piece_move_notation::PieceMoveNotation.move_from_san

bin default = atty, getopts

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.

atty bin
dirs std

Enables dirs ^3.0.0

getopts bin
regex std
rustyline std

Enables rustyline ^6.2.0

rustyline-derive std

Enables rustyline-derive ^0.3.1