Cargo Features
arca has no features set by default.
[dependencies]
arca = { version = "0.9.0", features = ["serde", "bincode", "tokio", "napi"] }
- serde
-
Enables serde and serde_derive
- bincode
-
Enables bincode and bincode_derive
- tokio
-
Enables tokio
- napi
-
Enables napi
arca has 4 features without comments.