Cargo Features

hydrate-base has no features set by default.

[dependencies]
hydrate-base = { version = "0.0.2", features = ["strip-stringhash-strings", "backtrace"] }
strip-stringhash-strings

by default off, it's helpful for development but it prevents strings from being stripped from the build

Features from optional dependencies

backtrace implicit feature

Enables backtrace

backtrace:

A library to acquire a stack trace (backtrace) at runtime in a Rust program