Cargo Features

[dependencies]
jj-cli = { version = "0.26.0", default-features = false, features = ["git", "gix-max-performance", "packaging", "test-fakes", "vendored-openssl", "watchman", "bench"] }
default = git, watchman

These default features are set whenever jj-cli is added without default-features = false somewhere in the dependency tree.

git default

Enables git2 ^0.19.0 and gix, git of jj-lib

Affects jj-cli::git_util

gix-max-performance packaging?

Enables gix-max-performance of jj-lib

packaging = gix-max-performance
test-fakes

Enables testing of jj-lib

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

vendored-openssl

Enables vendored-openssl of git2 ^0.19.0 and jj-lib

watchman default

Enables watchman of jj-lib

Affects watchman::cmd_debug_watchman

bench

Enables criterion