mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-03-17 23:50:38 +00:00
38 lines
1.0 KiB
TOML
38 lines
1.0 KiB
TOML
[package]
|
|
name = "sqlness-runner"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
|
|
[lints]
|
|
workspace = true
|
|
|
|
[dependencies]
|
|
anyhow = "1.0"
|
|
async-trait.workspace = true
|
|
clap.workspace = true
|
|
client = { workspace = true, features = ["testing"] }
|
|
common-error.workspace = true
|
|
common-query.workspace = true
|
|
common-recordbatch.workspace = true
|
|
common-time.workspace = true
|
|
datatypes = { workspace = true }
|
|
flate2 = "1.0"
|
|
hex = "0.4"
|
|
local-ip-address = "0.6"
|
|
mysql = { version = "26", default-features = false, features = ["minimal", "rustls-tls-ring"] }
|
|
nom = "7.1.3"
|
|
num_cpus = "1.16"
|
|
reqwest = { version = "0.12", default-features = false, features = ["rustls-tls"] }
|
|
semver = "1.0"
|
|
serde.workspace = true
|
|
serde_json.workspace = true
|
|
sha2 = "0.10"
|
|
sqlness = { git = "https://github.com/GreptimeTeam/sqlness", rev = "662d7dd24d8c11f62d960d2b90a92aa43ec699b5" }
|
|
tar = "0.4"
|
|
tempfile.workspace = true
|
|
tinytemplate = "1.2"
|
|
tokio.workspace = true
|
|
tokio-postgres = { workspace = true }
|
|
tokio-stream.workspace = true
|