Cargo Features

[dependencies]
influxive-child-svc = { version = "0.0.2-alpha.1", default-features = false, features = ["download_binaries"] }
default = download_binaries

The download_binaries feature is set by default whenever influxive-child-svc is added without default-features = false somewhere in the dependency tree.

download_binaries default = hex-literal, influxive-downloader

compiles in the ability to download release influxd and influx binaries as a fallback incase they are not found on the path

Affects influxive-child-svc::InfluxiveChildSvcConfig.download_binaries

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.

hex-literal download_binaries
influxive-downloader download_binaries