Cargo Features

[dependencies]
prefixed-tsid = { version = "0.3.0", default-features = false, features = ["sea-orm", "rocket", "serde", "schemars", "ts-rs"] }
default = serde

The serde feature is set by default whenever prefixed-tsid is added without default-features = false somewhere in the dependency tree.

sea-orm

Enables sea-orm

Affects prefixed-tsid::sea_orm

rocket

Enables rocket

Affects prefixed-tsid::rocket

serde default

Enables serde

Affects prefixed-tsid::serde

schemars

Enables schemars

Affects prefixed-tsid::schemars

ts-rs

Enables ts-rs