Cargo Features
gluon_vm has no features set by default.
[dependencies]
gluon_vm = { version = "0.18.2", features = ["serialization", "test", "docs_rs"] }
- serialization docs_rs? test? = serde, serde_derive, serde_derive_state, serde_json, serde_state
-
Enables serialization of codespan and gluon_base
gluon_base:
GLUON
- test = difference, gluon_parser, lalrpop, lalrpop-util, regex, serialization
- docs_rs = serialization
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.
- difference test?
- lalrpop-util test?
-
Enables lalrpop-util ^0.19.12
- regex test?
- serde serialization?
-
Affects
api::de
,api::json
,api::ser
,api::typ
,gluon_vm::serialization
… - serde_json serialization?
- serde_state serialization?
- serde_derive serialization?
- serde_derive_state serialization?
- gluon_parser test?
-
Enables gluon_parser
GLUON
- lalrpop build test?
-
Enables lalrpop ^0.19.12