Cargo Features

ironrdp-tls has no features set by default.

[dependencies]
ironrdp-tls = { version = "0.1.0", features = ["rustls", "native-tls", "stub"] }
default

No default feature, the user must choose a TLS backend by enabling the appropriate feature.

rustls

Enables tokio-rustls and x509-cert, io-util of tokio

native-tls

Enables tokio-native-tls and x509-cert, io-util of tokio

stub