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 whenever over-there is added without default-features = false somewhere in the dependency tree.

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