Cargo Features

[dependencies]
rustypaste = { version = "0.15.0", default-features = false, features = ["openssl", "rustls", "shuttle"] }
default = rustls

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

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.42.0, shuttle-runtime ^0.42.0, and tokio

Rustypaste has 4 features without comments.