mirror of
https://github.com/warp-tech/warpgate.git
synced 2024-11-15 04:21:59 +08:00
28 lines
924 B
TOML
28 lines
924 B
TOML
[package]
|
|
edition = "2021"
|
|
license = "Apache-2.0"
|
|
name = "warpgate-protocol-mysql"
|
|
version = "0.10.2"
|
|
|
|
[dependencies]
|
|
warpgate-common = { version = "*", path = "../warpgate-common" }
|
|
warpgate-core = { version = "*", path = "../warpgate-core" }
|
|
warpgate-db-entities = { version = "*", path = "../warpgate-db-entities" }
|
|
warpgate-database-protocols = { version = "*", path = "../warpgate-database-protocols" }
|
|
anyhow = { version = "1.0", features = ["std"] }
|
|
async-trait = "0.1"
|
|
tokio = { version = "1.20", features = ["tracing", "signal"] }
|
|
tracing = "0.1"
|
|
uuid = { version = "1.3", features = ["v4"] }
|
|
bytes = "1.4"
|
|
mysql_common = "0.29"
|
|
rand = "0.8"
|
|
sha1 = "0.10"
|
|
password-hash = { version = "0.2", features = ["std"] }
|
|
rustls = { version = "0.23", features = ["ring"], default-features = false }
|
|
rustls-pemfile = "1.0"
|
|
tokio-rustls = "0.26"
|
|
thiserror = "1.0"
|
|
webpki = "0.22"
|
|
once_cell = "1.17"
|
|
rustls-native-certs = "0.6"
|