Cargo Features
[dependencies]
atuin = { version = "18.3.0", default-features = false, features = ["client", "sync", "daemon", "server", "clipboard", "check-update"] }
- default = check-update, client, clipboard, daemon, server, sync
-
These default features are set whenever
atuin
is added without
somewhere in the dependency tree.default-features = false - client default = atuin-client
- sync default
-
Enables sync of atuin-client
- daemon default
-
Enables daemon of atuin-client
- server default = atuin-server, atuin-server-postgres
- clipboard default = cli-clipboard
- check-update default
-
Enables check-update of atuin-client
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.