Cargo Features

sha1_smol has no features set by default.

[dependencies]
sha1_smol = { version = "1.0.1", features = ["std", "alloc", "serde"] }
std = alloc
alloc std?

Features from optional dependencies

serde implicit feature

Enables serde

serde:

A generic serialization/deserialization framework