Cargo Features

[dependencies]
mseedio = { version = "0.1.0", default-features = false, features = ["std", "alloc"] }
default = std

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

std default

default

Enables std of anyhow, serde, and serde_json

alloc

should be used in no_std environment

Enables alloc of serde and serde_json