Cargo Features

[dependencies]
bones_schema = { version = "0.3.0", default-features = false, features = ["serde", "derive", "glam", "humantime"] }
default = derive, serde

These default features are set whenever bones_schema is added without default-features = false somewhere in the dependency tree.

serde default humantime?

Enables erased-serde ^0.3.31 and serde, serde of bones_utils, serde of ulid

Affects bones_schema::ser_de

derive default = bones_schema_macros
glam

Enables glam ^0.24

humantime = serde

Enables humantime

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.

bones_schema_macros derive

Enables bones_schema_macros

Optional deps