Cargo Features

[dependencies]
angel = { version = "0.1.0-alpha.2", default-features = false, features = ["std", "trace-errors", "trace-calls"] }
default = std

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

std default

Enables std of optional tracing

trace-errors

Enables tracing

trace-calls

Enables tracing

Angel has 4 features without comments.