Cargo Features

[dependencies]
socks-hub = { version = "0.1.13", default-features = false, features = ["acl", "base64", "sockshub"] }
default = acl, sockshub

These default features are set whenever socks-hub is added without default-features = false somewhere in the dependency tree.

acl default = idna, ipnet, iprange, log, once_cell, regex, socks5-impl, tokio

Required by the binary

base64 sockshub

Enables base64

sockshub default = as-any, base64, bytes, chrono, clap, ctrlc2, dotenvy, env_logger, http-body-util, hyper, log, pin-project-lite, serde, serde_derive, serde_json, socks5-impl, tokio

Affects socks-hub::BoxError, socks-hub::Result, socks-hub::main_entry

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.

as-any sockshub
bytes sockshub
chrono sockshub
clap sockshub
ctrlc2 sockshub
dotenvy sockshub
env_logger sockshub
http-body-util sockshub
hyper sockshub
idna acl
ipnet acl
iprange acl
log acl sockshub
once_cell acl
pin-project-lite sockshub
regex acl
serde sockshub
serde_derive sockshub
serde_json sockshub
socks5-impl acl sockshub
tokio acl sockshub