Cargo Features
[dependencies]
atuin-client = { version = "18.4.0-beta.3", default-features = false, features = ["sync", "daemon", "check-update"] }
- default = daemon, sync
-
These default features are set whenever
atuin-client
is added without
somewhere in the dependency tree.default-features = false - sync default = hex, reqwest, sha2, urlencoding
-
Affects
atuin-client::api_client
,atuin-client::sync
,record::sync
… - daemon default
- check-update
-
Affects
api_client::latest_version
…
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.
- urlencoding sync
-
Enables urlencoding
sync
- reqwest sync
-
Enables reqwest ^0.11
- hex sync
- sha2 sync