Cargo Features
[dependencies]
crossbow = { version = "0.2.3", default-features = false, features = ["android", "ios", "update-manifest"] }
- default = android, ios
-
These default features are set whenever
crossbow
is added without
somewhere in the dependency tree.default-features = false - android default = crossbow-android
- ios default = crossbow-ios
- update-manifest = android-manifest, apple-bundle
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.
- android-manifest update-manifest?
-
Enables android-manifest ^0.1.10
- apple-bundle update-manifest?
- crossbow-android android android
- crossbow-ios ios ios