Cargo Features

[dependencies]
ismp = { version = "0.2.0", default-features = false, features = ["std"] }
default = std

The std feature is set by default whenever ismp is added without default-features = false somewhere in the dependency tree.

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