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
somewhere in the dependency tree.default-features = false - 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.