Cargo Features

MODALITY_AUTH_TOKEN has no features set by default.

[dependencies]
modality-auth-token = { version = "0.2.0", features = ["test_support", "schemars", "serde"] }
test_support = proptest

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.

schemars implicit feature

Enables schemars

schemars:

Generate JSON Schemas from Rust code

serde implicit feature

Enables serde

serde:

A generic serialization/deserialization framework

proptest test_support?