Cargo Features

[dependencies]
sib = { version = "0.0.3", default-features = false, features = ["sib-http", "sib-sys"] }
default = sib-http, sib-sys

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

sib-http default = async-trait, base64, bytes, chrono, futures, http, httpdate, lru, memmap2, mime_guess, pingora, serde, serde_json, sha2, tokio, tokio-quiche, tokio-stream

Affects sib::network

sib-sys default = async-trait, deadpool, foundationdb, klickhouse, tikv-jemallocator, tracing, tracing-appender, tracing-subscriber

Affects sib::system

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.

async-trait sib-http sib-sys
base64 sib-http
bytes sib-http
chrono sib-http
deadpool sib-sys
foundationdb sib-sys
futures sib-http
http sib-http
httpdate sib-http
klickhouse sib-sys
lru sib-http
memmap2 sib-http
mime_guess sib-http
pingora sib-http
serde sib-http
serde_json sib-http
sha2 sib-http
tikv-jemallocator sib-sys
tracing sib-sys
tracing-subscriber sib-sys
tracing-appender sib-sys
tokio sib-http
tokio-stream sib-http
tokio-quiche sib-http