Skip to content

Commit e50353d

Browse files
committed
Update Cargo.toml to set publish flag to false and add runtime dependencies for actix and async-std with rustls support
1 parent 3bda041 commit e50353d

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

sqlx-cli/Cargo.toml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ authors = [
1414
"Jesper Axelsson <[email protected]>",
1515
"Austin Bonander <[email protected]>",
1616
]
17+
publish = false
1718

1819
[[bin]]
1920
name = "sqlx"
@@ -55,6 +56,9 @@ backoff = { version = "0.4.0", features = ["futures", "tokio"] }
5556
default = ["postgres", "sqlite", "mysql", "native-tls"]
5657
rustls = ["sqlx/runtime-tokio-rustls"]
5758
native-tls = ["sqlx/runtime-tokio-native-tls"]
59+
runtime-actix-rustls = ["sqlx/runtime-actix-rustls"]
60+
runtime-async-std-rustls = ["sqlx/runtime-async-std-rustls"]
61+
runtime-tokio-rustls = ["sqlx/runtime-tokio-rustls"]
5862

5963
# databases
6064
mysql = ["sqlx/mysql"]

0 commit comments

Comments
 (0)