Features from optional dependencies
- async-std implicit feature
-
Enables async-std
async-std:
Deprecated in favor of
smol
- Async version of the Rust standard library - hex implicit feature
-
Enables hex
hex:
Encoding and decoding data into/from hexadecimal representation
- http-types implicit feature
-
Enables http-types
http-types:
Common types for HTTP operations
- rsa implicit feature
-
Enables rsa
rsa:
Pure Rust RSA implementation
- rusqlite implicit feature
-
Enables rusqlite ^0.30.0
rusqlite:
Ergonomic wrapper for SQLite
- sqlx implicit feature
-
Enables sqlx ^0.7.4
- url implicit feature
-
Enables url
url:
URL library for Rust, based on the WHATWG URL Standard
- zip implicit feature
-
Enables zip ^0.6.6
zip:
Library to support the reading and writing of zip files