Cargo Features

[dependencies]
onechatsocial-result = { version = "0.6.16", default-features = false, features = ["serde", "schemas", "rocket", "okapi"] }
default = serde

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

serde default

Enables serde

schemas

Enables schemars

Spec Generation

rocket

Enables rocket

Rocket

and serde_json

Serialisation

Affects onechatsocial-result::rocket

okapi

Enables revolt_okapi and revolt_rocket_okapi

Affects onechatsocial-result::okapi