Cargo Features

[dependencies]
y-sweet-core = { version = "0.6.0", default-features = false, features = ["sync", "single-threaded"] }
default = sync

The sync feature is set by default whenever y-sweet-core is added without default-features = false somewhere in the dependency tree.

sync default

Enables sync of yrs ^0.19.1

single-threaded

y-sweet-core has 3 features without comments.