Cargo Features
[dependencies]
apalis-postgres = { version = "1.0.0-rc.3", default-features = false, features = ["migrate", "async-std-comp", "async-std-comp-native-tls", "tokio-comp", "tokio-comp-native-tls", "chrono", "time"] }
- default = chrono, migrate, tokio-comp
-
These default features are set whenever
apalis-postgresis added withoutsomewhere in the dependency tree.default-features = false - migrate default
- async-std-comp = async-std
-
Enables runtime-async-std-rustls of sqlx
- async-std-comp-native-tls = async-std
-
Enables runtime-async-std-native-tls of sqlx
- tokio-comp default = tokio
-
Enables runtime-tokio-rustls of sqlx
- tokio-comp-native-tls = tokio
-
Enables runtime-tokio-native-tls of sqlx
- chrono default
-
Enables chrono of apalis-sql and sqlx
- time
-
Enables time of apalis-sql and 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.