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 whenever axial is added without default-features = false somewhere in the dependency tree.

server default
client

Enables reqwest

Affects core::clients

crypto

Enables base64, hex, and ring

Affects axial::crypto

pq-crypto

Enables base64, hex, pqcrypto, pqcrypto-dilithium, pqcrypto-kyber, and ring

Affects crypto::pqcrypto