Cargo Features

[dependencies]
jj-cli = { version = "0.17.1", default-features = false, features = ["packaging", "test-fakes", "vendored-openssl", "watchman", "bench"] }
default = watchman

The watchman feature is set by default whenever jj-cli is added without default-features = false somewhere in the dependency tree.

packaging
test-fakes

Enables testing of jj-lib

Required by fake-diff-editor and fake-editor binaries

vendored-openssl

Enables vendored-openssl of git2 and jj-lib

watchman default

Enables watchman of jj-lib

bench

Enables criterion