Cargo Features
[dependencies]
karyon_core = { version = "0.1.6", default-features = false, features = ["crypto", "tokio", "smol"] }
- default = smol
-
The
smol
feature is set by default wheneverkaryon_core
is added without
somewhere in the dependency tree.default-features = false - crypto = ed25519-dalek
-
Affects
karyon_core::crypto
… - tokio
-
Enables tokio
- smol default = async-process
-
Enables smol
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.
- async-process smol
- ed25519-dalek crypto?
-
Enables ed25519-dalek
crypto