mirror of
https://github.com/str4d/rage.git
synced 2025-04-04 11:27:43 +03:00
age: Make cipher dependency optional
This commit is contained in:
parent
80057188e9
commit
490fca7167
1 changed files with 2 additions and 1 deletions
|
@ -55,7 +55,7 @@ curve25519-dalek = { version = "3", optional = true }
|
|||
aes = { version = "0.8", optional = true }
|
||||
bcrypt-pbkdf = { version = "0.9", optional = true }
|
||||
cbc = { version = "0.1", optional = true }
|
||||
cipher = { version = "0.4.3", features = ["alloc"]}
|
||||
cipher = { version = "0.4.3", features = ["alloc"], optional = true }
|
||||
ctr = { version = "0.9", optional = true }
|
||||
|
||||
# Parsing
|
||||
|
@ -116,6 +116,7 @@ ssh = [
|
|||
"aes",
|
||||
"bcrypt-pbkdf",
|
||||
"cbc",
|
||||
"cipher",
|
||||
"ctr",
|
||||
"curve25519-dalek",
|
||||
"num-traits",
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue