Cargo Features
fdg-sim has no features set by default.
[dependencies]
fdg-sim = { version = "0.9.1", features = ["json", "gml"] }
- json = serde_json
-
Enables serde of glam ^0.21, serde-1 of petgraph and derive of serde
serde:
Provide derive(Serialize, Deserialize) macros.
Affects
fdg-sim::json
… - gml = regex
-
Affects
fdg-sim::gml
…
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.