Cargo Features
TokenList has no features set by default.
[dependencies]
token-list = { version = "0.6.0", features = ["from-uri", "from-uri-blocking", "from-uri-compat"] }
- from-uri = reqwest, thiserror
-
Affects
token-list::Error
… - from-uri-blocking = thiserror
-
Enables blocking of reqwest ^0.11.4
Affects
token-list::Error
… - from-uri-compat = futures, futures01, reqwest09, thiserror
-
Affects
token-list::Error
…
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.
- futures from-uri-compat?
- futures01 from-uri-compat?
-
Enables futures ^0.1.25
- reqwest from-uri? from-uri-blocking?
-
Enables reqwest ^0.11.4
- reqwest09 from-uri-compat?
-
Enables reqwest ^0.9.24
- thiserror from-uri? from-uri-blocking? from-uri-compat?
-
Enables thiserror ^1