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
somewhere in the dependency tree.default-features = false - blake2b
-
Rexports of asuran features
- lzma
- 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
- all-chunk default
- all-backend default
-
Enables all-backend of asuran
asuran:
Groups of all of a type
Placeholder for when we have features for backends - sftp
- 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