Cargo Features

[dependencies]
bugbite-cli = { version = "0.0.13", default-features = false, features = ["native-tls", "rustls-tls", "generate", "test", "test-bugzilla"] }
default = rustls-tls

The rustls-tls feature is set by default whenever bugbite-cli is added without default-features = false somewhere in the dependency tree.

native-tls

use system libraries for TLS

Enables native-tls of bugbite

rustls-tls default

use rustls for TLS

Enables rustls-tls of bugbite

generate

build shell completion

Enables clap_complete

Required by the generate binary

test

test support

Enables test of bugbite

test-bugzilla

bugzilla integration tests that require a local instance

Enables test and test-bugzilla of bugbite