Cargo Features

ContainerRegistry has no features set by default.

[dependencies]
container-registry = { version = "0.3.1", features = ["bin", "test-support"] }
bin = anyhow, structopt, tempdir, tower-http, tracing-subscriber

Required by the binary

test-support = tempdir, tower-http, tracing-subscriber

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 bin?
structopt bin?
tempdir bin? test-support?
tower-http bin? test-support?

Enables tower-http ^0.5.2

tracing-subscriber bin? test-support?