Cargo Features

nonogram-rs has no features set by default.

[dependencies]
nonogram-rs = { version = "2.2.3", features = ["cli"] }
cli = serde

Enables clap, crossterm ^0.25, and serde_json

Required by the nonogram-cli 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.

serde cli?