Cargo Features

[dependencies]
oxvg_path = { version = "0.0.1-beta.4", default-features = false, features = ["jsonschema", "oxvg", "serde", "parse", "format", "optimise"] }
default = format, optimise, parse

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

jsonschema = schemars, serde
oxvg

Enables lightningcss and oxvg_style

serde jsonschema?

Enables serde

parse default = bitflags
format default optimise = ryu
optimise default = bitflags, format

Affects oxvg_path::command, oxvg_path::convert, oxvg_path::geometry, oxvg_path::positioned

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.

bitflags optimise parse
schemars jsonschema?
ryu format