Cargo Features
[dependencies]
lafere = { version = "0.1.0", default-features = false, features = ["connection", "json", "fs", "encrypted"] }
- default = connection
-
The
connection
feature is set by default wheneverlafere
is added without
somewhere in the dependency tree.default-features = false - connection default = tokio
-
Affects
lafere::handler
,lafere::util
,lafere::client
,lafere::server
… - json = serde, serde_json
- fs
- encrypted = crypto
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.
- crypto encrypted?
-
Enables chuchi-crypto
- tokio connection fs?
- serde json?
- serde_json json?