Cargo Features
[dependencies]
ecamo = { version = "0.1.0", default-features = false, features = ["webapp"] }
- default = webapp
-
The
webapp
feature is set by default wheneverecamo
is added without
somewhere in the dependency tree.default-features = false - 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