Cargo Features

Notcurses has no features set by default.

[dependencies]
notcurses = { version = "3.5.0", features = ["vendored", "nightly_docs"] }
vendored nightly_docs?

Enables use_vendored_bindings of libnotcurses-sys

libnotcurses-sys:

enable this feature to use the already vendored bindings to compile the crate.
This eliminates the need to embed the C source in the crate just for docs.rs.

nightly_docs = vendored

Notcurses has 2 features without comments.