Cargo Features
[dependencies]
rustypaste = { version = "0.15.1", default-features = false, features = ["openssl", "rustls", "shuttle"] }
- default = rustls
-
The
rustls
feature is set by default wheneverrustypaste
is added without
somewhere in the dependency tree.default-features = false - openssl
-
Enables openssl of actix-web and awc
actix-web:
TLS via OpenSSL
- rustls default
-
Enables rustls-0_21 of actix-web and awc
actix-web:
TLS via Rustls v0.21
- shuttle
-
Enables shuttle-actix-web ^0.47.0, shuttle-runtime ^0.47.0, and tokio
Rustypaste has 4 features without comments.