Cargo Features
[dependencies]
polymesh-api-client-extras = { version = "3.4.1", default-features = false, features = ["std", "polymesh_v6", "polymesh_v7", "serde"] }
- default = polymesh_v6, serde, std
-
These default features are set whenever
polymesh-api-client-extras
is added without
somewhere in the dependency tree.default-features = false - std default
-
Enables std of polymesh-api
- polymesh_v6 default
-
Enables polymesh_v6 of polymesh-api
- polymesh_v7
-
Enables polymesh_v7 of polymesh-api
- serde default
-
Enables serde of polymesh-api
polymesh-api-client-extras has 5 features without comments.