Cargo Features

simple-git has no features set by default.

[dependencies]
simple-git = { version = "0.2.19", features = ["rustls", "native-tls", "git-max-perf-safe", "git-max-perf"] }
rustls

Enables blocking-http…reqwest-rust-tls of gix ^0.71.0

gix:

Stacks with blocking-http-transport-reqwest and enables https:// via the rustls crate.

native-tls

Enables blocking-http…reqwest-native-tls of gix ^0.71.0

gix:

Stacks with blocking-http-transport-reqwest and enables https:// via the native-tls crate.

git-max-perf-safe

Enables gix ^0.71.0

git-max-perf

Enables max-performance of gix ^0.71.0

gix:

Enable all features required for performance. Currently, this is equivalent to max-control, as gix always uses zlib-rs.

simple-git has 4 features without comments.