Cargo Features
[dependencies]
axial = { version = "0.2.1", default-features = false, features = ["server", "client", "crypto", "pq-crypto"] }
- default = server
-
The
server
feature is set by default wheneveraxial
is added without
somewhere in the dependency tree.default-features = false - server default
- client
-
Enables reqwest
Affects
core::clients
… - crypto
-
Affects
axial::crypto
… - pq-crypto
-
Enables base64, hex, pqcrypto, pqcrypto-dilithium, pqcrypto-kyber, and ring
Affects
crypto::pqcrypto
…