Cargo Features

Airshipper has no features set by default.

[dependencies]
airshipper = { version = "0.11.0", features = ["bundled", "bundled_font"] }
bundled = openssl-sys

Windows cannot bundle ssl by default and as such this feature exists to bundle ssl in CI.

bundled_font

Affects assets::UNIVERSAL_FONT

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.

openssl-sys bundled?

Enables openssl-sys

bundle all the things!