Cargo Features
[dependencies]
socks-hub = { version = "0.2.1", default-features = false, features = ["acl", "sockshub"] }
- default = acl, sockshub
-
These default features are set whenever
socks-hub
is added without
somewhere in the dependency tree.default-features = false - acl default = idna, ipnet, iprange, log, once_cell, regex, socks5-impl, tokio
-
Required by the binary
- sockshub default = as-any, base64easy, bytes, chrono, clap, ctrlc2, dotenvy, env_logger, http-body-util, hyper, log, percent-encoding, pin-project-lite, serde, serde_derive, serde_json, socks5-impl, tokio, url
-
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
- base64easy 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
- percent-encoding sockshub
- pin-project-lite sockshub
- regex acl
- serde sockshub
- serde_derive sockshub
- serde_json sockshub
- socks5-impl acl sockshub
- tokio acl sockshub
- url sockshub