Cargo Features
[dependencies]
bankid = { version = "0.2.0", default-features = false, features = ["async", "sync", "openssl"] }
- default = async-trait
-
These default features are set whenever
bankid
is added without
somewhere in the dependency tree.default-features = false Enables native-tls of reqwest ^0.11.26
- async = async-trait
-
Enables native-tls of reqwest ^0.11.26
reqwest:
Enables native-tls specific functionality not available by default.
- sync
-
Enables is_sync of maybe-async, native-tls of reqwest ^0.11.26
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.
- async-trait default async?
- reqwest default async? sync?
-
Enables reqwest ^0.11.26
- openssl implicit feature
-
Enables openssl
openssl:
OpenSSL bindings