Cargo Features
[dependencies]
archimedes = { version = "0.4.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 wheneverarchimedes
is added without
somewhere in the dependency tree.default-features = false - runtime-tokio-rustls = tokio
-
Enables runtime-tokio-rustls of archimedes_crontab_runner, archimedes_migrations, and sqlx ^0.7.3
- runtime-tokio-native-tls default = tokio
-
Enables runtime-tokio-native-tls of archimedes_crontab_runner, archimedes_migrations, and sqlx ^0.7.3
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.