Cargo Features

[dependencies]
karyon_core = { version = "0.1.4", default-features = false, features = ["crypto", "tokio", "smol"] }
default = smol

The smol feature is set by default whenever karyon_core is added without default-features = false somewhere in the dependency tree.

crypto

Enables ed25519-dalek

crypto feature deps

Affects karyon_core::crypto

tokio

Enables tokio

tokio feature deps

smol default

Enables async-process and smol

async-process:

smol feature deps