Skip to content

Commit

Permalink
optional dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
billy1624 committed Mar 19, 2024
1 parent c439c11 commit de11583
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -78,27 +78,27 @@ sqlx-sqlite = [
"sqlx/sqlite",
]
runtime-actix-native-tls = [
"sqlx/runtime-tokio-native-tls",
"sea-query-binder/runtime-actix-native-tls",
"sqlx?/runtime-tokio-native-tls",
"sea-query-binder?/runtime-actix-native-tls",
]
runtime-async-std-native-tls = [
"sqlx/runtime-async-std-native-tls",
"sea-query-binder/runtime-async-std-native-tls",
"sqlx?/runtime-async-std-native-tls",
"sea-query-binder?/runtime-async-std-native-tls",
]
runtime-tokio-native-tls = [
"sqlx/runtime-tokio-native-tls",
"sea-query-binder/runtime-tokio-native-tls",
"sqlx?/runtime-tokio-native-tls",
"sea-query-binder?/runtime-tokio-native-tls",
]
runtime-actix-rustls = [
"sqlx/runtime-tokio-rustls",
"sea-query-binder/runtime-actix-rustls",
"sqlx?/runtime-tokio-rustls",
"sea-query-binder?/runtime-actix-rustls",
]
runtime-async-std-rustls = [
"sqlx/runtime-async-std-rustls",
"sea-query-binder/runtime-async-std-rustls",
"sqlx?/runtime-async-std-rustls",
"sea-query-binder?/runtime-async-std-rustls",
]
runtime-tokio-rustls = [
"sqlx/runtime-tokio-rustls",
"sea-query-binder/runtime-tokio-rustls",
"sqlx?/runtime-tokio-rustls",
"sea-query-binder?/runtime-tokio-rustls",
]
with-serde = ["serde"]

0 comments on commit de11583

Please sign in to comment.