Cargo Features

gitbrowse has no features set by default.

[dependencies]
gitbrowse = { version = "0.0.6", features = ["unstable", "ssh", "https", "vendored-openssl", "ssh_key_from_memory", "zlib-ng-compat"] }
default

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

Enables git2 ^0.14

unstable

Enables unstable of git2 ^0.14

ssh

Enables ssh of git2 ^0.14

https

Enables https of git2 ^0.14

vendored-openssl

Enables vendored-openssl of git2 ^0.14

ssh_key_from_memory

Enables ssh_key_from_memory of git2 ^0.14

zlib-ng-compat

Enables zlib-ng-compat of git2 ^0.14

gitbrowse has 7 features without comments.