Cargo Features

[dependencies]
archimedes_crontab_runner = { version = "0.5.0", default-features = false, features = ["runtime-tokio-rustls", "runtime-tokio-native-tls"] }
default = runtime-tokio-native-tls

The runtime-tokio-native-tls feature is set by default whenever archimedes_crontab_runner is added without default-features = false somewhere in the dependency tree.

runtime-tokio-rustls = tokio

Enables runtime-tokio-rustls of sqlx

runtime-tokio-native-tls default = tokio

Enables runtime-tokio-native-tls of sqlx

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.

tokio runtime-tokio-native-tls runtime-tokio-rustls?