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 default-features = false somewhere in the dependency tree.

Enables native-tls of reqwest ^0.11.26

async = async-trait

Enables native-tls of reqwest ^0.11.26

sync

Enables is_sync of maybe-async and native-tls of reqwest ^0.11.26

reqwest:

Enables native-tls specific functionality not available by default.

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