Cargo Features

[dependencies]
boba = { version = "5.0.0", default-features = false, features = ["std"] }
default = std

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

std default

Enable dependency on std, the Rust standard library. This feature enables std::error::Error implementations on the error types in boba.