33 lines
1.1 KiB
TOML
33 lines
1.1 KiB
TOML
[package]
|
|
name = "api-grub"
|
|
version = "1.0.15"
|
|
edition = "2021"
|
|
authors = ["Vladislav Drozdov <maseeeeeeeed@gmail.com>"]
|
|
description = "API poller for ZVKS project"
|
|
homepage = "http://git.enode/deployer3000/integration-module/src/branch/master/crates/api-grub"
|
|
repository = "http://git.enode/deployer3000/integration-module/src/branch/master/crates/api-grub"
|
|
license = "MIT OR Apache-2.0"
|
|
keywords = ["api", "grub", "zvks"]
|
|
publish = ["kellnr"]
|
|
|
|
[dependencies]
|
|
serde = { version = "1.0.217", features = ["derive"] }
|
|
serde_json = "1.0.135"
|
|
tokio = { version = "1.43.0", features = ["full"] }
|
|
integr-structs = { version = ">=0.1.0", path="../integr-structs"}
|
|
anyhow = "1.0.95"
|
|
chrono = "0.4.39"
|
|
reqwest = { version = "0.12.12", features = ["rustls-tls", "json"] }
|
|
deadpool-postgres = { version = "0.14.1", features = ["serde"] }
|
|
tokio-postgres = "0.7.12"
|
|
dotenv = "0.15.0"
|
|
md5 = "0.7.0"
|
|
rand = "0.9.0"
|
|
sysinfo = "0.33.1"
|
|
openssl = { version = "0.10", features = ["vendored"] }
|
|
tracing-subscriber = "0.3.19"
|
|
tracing = "0.1.41"
|
|
lazy_static = "1.5.0"
|
|
futures = "0.3.31"
|
|
async-stream = "0.3.6"
|