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
somewhere in the dependency tree.default-features = false - color default = atty, termcolor
- 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
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.