Cargo Features

[dependencies]
ecamo = { version = "0.1.0", default-features = false, features = ["webapp"] }
default = webapp

The webapp feature is set by default whenever ecamo is added without default-features = false somewhere in the dependency tree.

webapp default = actix-http, actix-web, env_logger, envy, futures, hyper, listenfd, reqwest, tokio

Affects ecamo::app, ecamo::internal_proxy, ecamo::request, ecamo::test

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.

actix-http webapp
actix-web webapp
env_logger webapp

Enables env_logger ^0.9.0

envy webapp
futures webapp
hyper webapp

Enables hyper ^0.14.16

listenfd webapp

Enables listenfd ^0.3.5

reqwest webapp

Enables reqwest ^0.11.8

tokio webapp