Cargo Features

Jujutsu has no features set by default.

[dependencies]
jujutsu = { version = "0.7.1", features = ["vendored-openssl"] }
default

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

Enables legacy-thrift of jujutsu-lib

jujutsu-lib:

Enable upgrade of repositories created with storage backends based on Thrift format. Only repos accessed by an unreleased jj version in the (0.5.1,0.6.0) range used Thrift.

vendored-openssl

Enables vendored-openssl of git2 ^0.16.1 and jujutsu-lib

Jujutsu has 2 features without comments.