Cargo Features

cryptr has no features set by default.

[dependencies]
cryptr = { version = "0.4.0", features = ["cli", "s3", "streaming"] }
cli = s3, streaming

Enables clap, colored, home, and rpassword

s3 cli? = streaming

Enables reqwest, rusty-s3, and tokio-util

Affects stream::http_client, stream::http_client_insecure, reader::s3_reader, writer::s3_writer

streaming cli? s3?

Enables reqwest

s3

Affects cryptr::stream