There was an error while loading. Please reload this page.
1 parent 0f51860 commit e75de5aCopy full SHA for e75de5a
1 file changed
russh/Cargo.toml
@@ -24,6 +24,7 @@ des = ["dep:des"]
24
dsa = ["ssh-key/dsa"]
25
ring = ["dep:ring"] # Alternative crypto backend.
26
rsa = ["dep:rsa", "dep:pkcs1", "ssh-key/rsa", "ssh-key/rsa-sha1"]
27
+serde = ["ssh-key/serde"]
28
_bench = ["dep:criterion"]
29
30
[dependencies]
0 commit comments