Cargo Features
[dependencies]
asimov-apify-module = { version = "0.0.2", default-features = false, features = ["std", "all", "cli", "pretty", "tracing", "unstable"] }
- default = all, cli, std
-
These default features are set whenever
asimov-apify-module
is added without
somewhere in the dependency tree.default-features = false - std default cli
-
Enables std of url, fmt and std of optional tracing-subscriber and std of asimov-module, clientele, and serde
serde:
Provide impls for common standard library types like Vec<T> and HashMap<K, V>.
Requires a dependency on the Rust standard library. - all default = tracing
- cli default = pretty, std
-
Enables clientele
Required by the asimov-apify-fetcher binary
- pretty cli
-
Enables colored_json
- tracing all
-
Enables tracing-subscriber
- unstable