Cargo Features

[dependencies]
clearurl = { version = "0.7.1", default-features = false, features = ["hooks", "bilibili_hooks"] }
default = hooks

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

hooks default bilibili_hooks?

Enables anyhow and lazy_static

bilibili_hooks = hooks

ClearURL has 3 features without comments.