Cargo Features

serde-this-or-that has no features set by default.

[dependencies]
serde-this-or-that = { version = "0.4.2", features = ["derive"] }

cargo-bump: to bump package version and tag a commit at the same time. actually, the docs recommend installing this globally: $ git clone https://github.com/rnag/cargo-bump && cd cargo-bump && cargo install --path . && cd .. && rm -rf cargo-bump

FEATURES

default

Enable nothing by default.

derive

Enables derive of serde

No derive features necessary, just the stock serde by itself :-)