Cargo Features
[dependencies]
ismp = { version = "0.2.1", default-features = false, features = ["std"] }
- default = std
-
The
std
feature is set by default wheneverismp
is added without
somewhere in the dependency tree.default-features = false - std default
-
Enables serde and std of primitive-types ^0.12.1, std of scale-info, serde, serde-hex-utils, and serde_json and std of anyhow, parity-scale-codec, and hex
parity-scale-codec:
crates.io