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

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