Cargo Features
statehub-location has no features set by default.
[dependencies]
statehub-location = { version = "0.5.2", features = ["graphql", "jsonschema", "iterator"] }
- graphql = juniper
- jsonschema = iterator, schemars
- iterator jsonschema? = enum-iterator
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.
- enum-iterator iterator?
-
Enables enum-iterator ^0.7
- juniper graphql?
-
Enables juniper ^0.15
- schemars jsonschema?