Cargo Features

[dependencies]
hangman_solver = { version = "0.2.1", default-features = false, features = ["pyo3", "terminal_size"] }
default = terminal_size

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

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.

pyo3 implicit feature

Enables pyo3 ^0.20.0

pyo3:

Bindings to Python interpreter

Affects hangman_solver::solve, hangman_solver::solve_crossword, hangman_solver::read_words_with_length, hangman_solver::hangman_solver

terminal_size default