Cargo Features

parcel_selectors has no features set by default.

[dependencies]
parcel_selectors = { version = "0.26.4", features = ["jsonschema", "into_owned", "smallvec", "serde", "bench"] }
jsonschema = schemars, serde
into_owned = static-self
smallvec serde?

Enables smallvec of static-self

serde jsonschema?

Enables serde, serde of smallvec

bench

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.

schemars jsonschema?
static-self into_owned? smallvec?