Cargo Features

[dependencies]
asuran-cli = { version = "0.1.6", default-features = false, features = ["blake2b", "lzma", "aes-family", "chacha-family", "all-encryption", "all-compression", "all-hmac", "all-chunk", "all-backend", "sftp", "only-local-backends", "vendored-openssl", "blake3-neon"] }
default = all-backend, all-chunk

These default features are set whenever asuran-cli is added without default-features = false somewhere in the dependency tree.

blake2b

Rexports of asuran features

Enables blake2b of asuran

lzma

Enables lzma of asuran

aes-family

Enables aes-family of asuran

chacha-family

Enables chacha-family of asuran

all-encryption

Enables all-encryption of asuran

all-compression

Enables all-compression of asuran

all-hmac

Enables all-hmac of asuran

all-chunk default

Enables all-chunk of asuran

all-backend default

Enables all-backend of asuran

asuran:

Groups of all of a type
Placeholder for when we have features for backends

sftp

Enables sftp of asuran

only-local-backends

Enables only-local-backends of asuran

vendored-openssl

Vendor OpenSSL for the sftp backend

Enables vendored-openssl of asuran

blake3-neon

Enables blake3-neon of asuran