Cargo Features

s3-server has no features set by default.

[dependencies]
s3-server = { version = "0.2.0", features = ["binary"] }
binary = anyhow, dotenv, structopt, tokio, tracing-subscriber

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.

anyhow binary?
dotenv binary?
structopt binary?
tokio binary?
tracing-subscriber binary?