Cargo Features

[dependencies]
seaplane-cli = { version = "0.6.0-beta.4", default-features = false, features = ["color", "api_tests", "semantic_ui_tests", "allow_invalid_certs", "allow_insecure_urls", "ui_tests", "unstable"] }
default = allow_insecure_urls, allow_invalid_certs, color

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

color default = atty, termcolor

Enables color of clap

api_tests
semantic_ui_tests ui_tests?
allow_invalid_certs default

Allows opt-in invalid certs

Enables allow_invalid_certs of seaplane

Affects config::RawDangerZoneConfig.allow_invalid_certs

allow_insecure_urls default

Allows opt-in HTTP endpoints instead of requing HTTPS

Enables allow_insecure_urls of seaplane

Affects config::RawDangerZoneConfig.allow_insecure_urls

ui_tests = semantic_ui_tests

Affects fs::data_dir

unstable

Items which are in active development and are totally unstable or unimplemented

Enables unstable of seaplane

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

atty color
termcolor color