Cargo Features

[dependencies]
octs = { version = "0.3.0", default-features = false, features = ["std", "i128"] }
default = std

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

std default

Enables std of bytes

i128

octs has 3 features without comments.