Cargo Features

[dependencies]
autospy = { version = "1.6.1", default-features = false, features = ["test", "async"] }
default = async, test

These default features are set whenever autospy is added without default-features = false somewhere in the dependency tree.

test default

Enables test of autospy_macro

async default

Enables async-channel

Autospy has 3 features without comments.