Cargo Features
[dependencies]
ubs-lib = { version = "0.1.1", default-features = false, features = ["simd", "rustls"] }
- default = rustls
-
The
rustls
feature is set by default wheneverubs-lib
is added without
somewhere in the dependency tree.default-features = false - simd
-
Enables SIMD accelerated parsing for HTML (requires nightly).
- 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