Cargo Features

AmbientProxy has no features set by default.

[dependencies]
ambient_proxy = { version = "0.3.5", features = ["server", "tls-roots"] }
server = axum, config, prometheus-client, rand, tower, tower-http, tracing-bunyan-formatter, tracing-log, tracing-stackdriver, tracing-subscriber

Affects ambient_proxy::configuration, ambient_proxy::server, ambient_proxy::telemetry

Required by the binary

tls-roots = rustls-native-certs

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.

axum server?

Enables axum ^0.6

config server?

Enables config ^0.13

prometheus-client server?

Enables prometheus-client ^0.21

rand server?
rustls-native-certs tls-roots?

Enables rustls-native-certs ^0.6.2

tower server?
tower-http server?

Enables tower-http ^0.4

tracing-bunyan-formatter server?
tracing-log server?

Enables tracing-log ^0.1

tracing-stackdriver server?

Enables tracing-stackdriver ^0.7

tracing-subscriber server?