Cargo Features

Tii has no features set by default.

[dependencies]
tii = { version = "0.0.1", features = ["random_id", "tls", "extras", "backtrace", "log"] }
random_id = getrandom
tls = rust-tls-duplex-stream, rustls
extras = libc, windows-sys

Affects tii::extras, util::panic_msg

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.

backtrace implicit feature

Enables backtrace

backtrace:

A library to acquire a stack trace (backtrace) at runtime in a Rust program

getrandom random_id?
log implicit feature

Enables log

log:

A lightweight logging facade for Rust

rustls tls?

Enables rustls

SSL

rust-tls-duplex-stream tls?
libc unix extras?
windows-sys win extras?