Cargo Features
[dependencies]
over-there = { version = "0.1.0-alpha.2", default-features = false, features = ["single-threaded", "multi-threaded", "format-sexpression", "cli"] }
- default = single-threaded
-
The
single-threaded
feature is set by default wheneverover-there
is added without
somewhere in the dependency tree.default-features = false - single-threaded default
-
Enables dns and rt-core of tokio ^0.2.13
- multi-threaded
-
Enables dns and rt-threaded of tokio ^0.2.13
- format-sexpression = serde-lexpr
- cli = clap
-
Affects
over-there::cli
…Required by the binary
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.
- serde-lexpr format-sexpression?
- clap cli?
-
Enables clap ^3.0.0-beta.1