Cargo Features
[dependencies]
crossbundle = { version = "0.2.3", default-features = false, features = ["android", "apple"] }
- default = android, apple
-
These default features are set whenever
crossbundle
is added without
somewhere in the dependency tree.default-features = false - android default = android-tools
-
Enables android of crossbow and crossbundle-tools
Affects
build::android
,install::bundletool
,install::command_line_tools
,install::sdkmanager
,types::android_config
,types::CrossbowMetadata.android
… - apple default
-
Enables ios of crossbow, apple of crossbundle-tools
Affects
build::apple
,types::apple_config
,types::CrossbowMetadata.apple
…
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.