Cargo Features
UNIAUTH has no features set by default.
[dependencies]
uniauth = { version = "2.1.1", features = ["client", "daemon", "error", "any"] }
- client = any, daemon
-
enable daemon rpc + path
Affects
uniauth::daemon
… - daemon client?
-
enable daemon path
Affects
uniauth::daemon_path
… - error any?
-
enable error and result types
Enables thiserror ^1
Affects
uniauth::error
… - any client? = error
-
enable sum type of supported signatures/keys
Enables ed25519-dalek ^1, pqcrypto-dilithium ^0.4, pqcrypto-traits, and rand_core ^0.5
rand_core:
outdated because dalek
Affects
uniauth::any
…