Cargo Features

tinybit has no features set by default.

[dependencies]
tinybit = { version = "0.3.0", features = ["derive"] }
derive = serde, serde_json

Enables serde of crossterm ^0.21.0

crossterm:

Enables 'serde' for various types.

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_json derive?
serde derive?