Cargo Features

common_x has no features set by default.

[dependencies]
common_x = { version = "0.6.2", features = ["full", "graceful", "tls", "config", "file", "hasher", "log", "mailer", "rand", "restful", "ron", "signal", "toml", "time"] }
full = config, file, graceful, hasher, log, mailer, rand, restful, ron, signal, time, tls, toml
graceful full?

Enables flume

Affects common_x::graceful_shutdown

tls full? = file

Enables rcgen, rustls, rustls-pemfile, and rustls-webpki

Affects common_x::tls

config full?

Enables async-trait, config, notify, parking_lot, and reqwest

Affects common_x::configure

file full? tls?

Enables tokio

Affects common_x::file

hasher full?

Enables blake3

Affects common_x::hasher

log full?

Enables chrono, tracing-appender, and tracing-subscriber

Affects common_x::log

mailer full?

Enables lettre

Affects common_x::mailer

rand full?

Enables rand and rand_chacha

Affects common_x::rand

restful full? = signal

Enables axum, axum-server, serde_json, tokio, and tower

Affects common_x::restful

ron full?

Enables ron

Affects common_x::ron

signal full? restful?

Enables tokio

Affects common_x::signal

toml full?

Enables toml

Affects common_x::toml

time full?

Enables chrono

Affects common_x::time