Cargo Features

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

These default features are set 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

diesel default

Enables diesel

Affects prefixed-tsid::diesel