Cargo Features

simple-git has no features set by default.

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

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

gix:

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

native-tls

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

gix:

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

git-max-perf

Enables max-performance of gix

gix:

Activate other features that maximize performance, like usage of threads, zlib-ng and access to caching in object databases. Note that some platforms might suffer from compile failures, which is when max-performance-safe should be used.

simple-git has 3 features without comments.