Cargo Features

[dependencies]
libunftp = { version = "0.21.0", default-features = false, features = ["ring", "aws_lc_rs", "experimental"] }
default = aws_lc_rs

The aws_lc_rs feature is set by default whenever libunftp is added without default-features = false somewhere in the dependency tree.

ring

Enables logging, ring, std and tls12 of rustls

aws_lc_rs default

Enables aws_lc_rs, logging, std and tls12 of rustls

experimental

libunftp has 4 features without comments.