fix: expose runtime-actix in sqlx/Cargo.toml

This commit is contained in:
Ryan Leckey
2020-06-01 05:34:52 -07:00
parent 884b523d43
commit a3053119fa
4 changed files with 9 additions and 11 deletions

View File

@@ -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" ]