Cargo Features
[dependencies]
jj-cli = { version = "0.24.0", default-features = false, features = ["packaging", "test-fakes", "vendored-openssl", "watchman", "bench"] }
- default = watchman
-
The
watchman
feature is set by default wheneverjj-cli
is added without
somewhere in the dependency tree.default-features = false - packaging
- test-fakes
-
Required by fake-diff-editor, fake-editor and fake-formatter binaries
- vendored-openssl
-
Enables vendored-openssl of git2 and jj-lib
- watchman default
-
Affects
watchman::cmd_debug_watchman
… - bench
-
Enables criterion