Cargo Features
[dependencies]
autospy = { version = "1.6.1", default-features = false, features = ["test", "async"] }
- default = async, test
-
These default features are set whenever
autospyis added withoutsomewhere in the dependency tree.default-features = false - test default
-
Enables test of autospy_macro
- async default
-
Enables async-channel
Autospy has 3 features without comments.