Cargo Features
log-fastly has no features set by default.
[dependencies]
log-fastly = { version = "0.11.0", features = ["native-test-stubs"] }
- native-test-stubs = anyhow, lazy_static
Features from optional dependencies
In crates that don't use the dep:
syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.
- anyhow native-test-stubs?
-
Enables anyhow
only needed for the native testing stubs
- lazy_static native-test-stubs?