Cargo Features
radicle-crypto has no features set by default.
[dependencies]
radicle-crypto = { version = "0.11.0", features = ["ssh", "test", "cyphernet", "sqlite", "radicle-git-ext"] }
- ssh = radicle-ssh, ssh-key
-
Affects
radicle-crypto::ssh
… - test = fastrand, qcheck
Features from optional dependencies
In crates that don't use the dep:
syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.
- cyphernet implicit feature
-
Enables cyphernet
cyphernet:
Cyphernet is a set of libraries for privacy-preserving networking apps
- fastrand test?
- sqlite implicit feature
-
Enables sqlite ^0.32.0
sqlite:
The package provides an interface to SQLite
- qcheck test?
- radicle-git-ext implicit feature
-
Enables radicle-git-ext
radicle-git-ext:
Utilities and extensions to the git2 crate
- radicle-ssh ssh?
- ssh-key ssh?