-
Notifications
You must be signed in to change notification settings - Fork 0
/
Cargo.toml
28 lines (26 loc) · 837 Bytes
/
Cargo.toml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
[package]
name = "sql_normalizer"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
sqlparser = "0.46.0"
log = { version = "0.4.21", features = [] }
env_logger = "0.11.3"
clap = { version = "4.5.4", features = ["derive","env"] }
uuid = {version = "1.8.0", features = [ "v4", "serde" ]}
chrono = {version = "0.4.38", features = [ "serde" ]}
fs-tail = "0.1.4"
elasticsearch = "8.5.0-alpha.1"
serde_json = "1.0.117"
tokio = { version = "1.37.0", features = ["rt", "rt-multi-thread", "macros"] }
retry = "2.0.0"
hostname = "0.4.0"
local-ip-address = "0.6.1"
clap_complete = "4.5.2"
regex = "1.10.4"
serde = "1.0.201"
cargo-deb = { version = "2.2.0" }
openssl = { version = "0.10.64", features = ["vendored"] }
linemux = "0.3.0"
md5 = "0.7.0"