Cargo Features

[dependencies]
ubs-lib = { version = "0.1.1", default-features = false, features = ["simd", "rustls"] }
default = rustls

The rustls feature is set by default whenever ubs-lib is added without default-features = false somewhere in the dependency tree.

simd

Enables SIMD accelerated parsing for HTML (requires nightly).

Enables simd of tl

rustls default = hyper-rustls

Enables high-level schedule iterators using rustls for TLS.

Affects ubs-lib::schedule_iter, ubs-lib::schedule_iter_with_career

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.

hyper-rustls rustls

Enables hyper-rustls ^0.24.1