mirror of
https://github.com/launchbadge/sqlx.git
synced 2026-03-19 08:39:44 +00:00
fix: expose runtime-actix in sqlx/Cargo.toml
This commit is contained in:
@@ -15,10 +15,6 @@ authors = [
|
||||
[features]
|
||||
default = [ "runtime-async-std" ]
|
||||
|
||||
# [deprecated] TLS is not possible to disable due to it being conditional on multiple features
|
||||
# Hopefully Cargo can handle this in the future
|
||||
tls = []
|
||||
|
||||
# databases
|
||||
postgres = [ "md-5", "sha2", "base64", "sha-1", "rand", "hmac", "futures-channel/sink", "futures-util/sink" ]
|
||||
mysql = [ "sha-1", "sha2", "generic-array", "num-bigint", "base64", "digest", "rand" ]
|
||||
|
||||
Reference in New Issue
Block a user