Files
komodo/Cargo.toml
2024-03-20 18:14:54 -07:00

74 lines
2.0 KiB
TOML

[workspace]
resolver = "2"
members = ["bin/*", "lib/*", "client/core/rs", "client/periphery/rs"]
[workspace.package]
version = "1.0.1"
edition = "2021"
authors = ["mbecker20 <becker.maxh@gmail.com>"]
license = "GPL-3.0-or-later"
[workspace.dependencies]
# local
monitor_macros = { path = "lib/macros" }
monitor_client = { path = "client/core/rs" }
periphery_client = { path = "client/periphery/rs" }
logger = { path = "lib/logger" }
# mogh
run_command = { version = "0.0.6", features = ["async_tokio"] }
serror = { version = "0.1.8", features = ["axum"] }
slack = { version = "0.1.0", package = "slack_client_rs" }
derive_default_builder = "0.1.8"
derive_empty_traits = "0.1.0"
merge_config_files = "0.1.3"
termination_signal = "0.1.3"
async_timing_util = "0.1.14"
partial_derive2 = "0.2.1"
derive_variants = "0.1.3"
resolver_api = "0.1.6"
parse_csl = "0.1.0"
mungos = "0.5.4"
mongo_indexed = "0.2.2"
svi = "0.1.4"
# external
clap = { version = "4.4.18", features = ["derive"] }
tokio = { version = "1.36.0", features = ["full"] }
axum = { version = "0.7.4", features = ["ws", "json"] }
axum-extra = { version = "0.9.2", features = ["typed-header"] }
tower = { version = "0.4.13", features = ["timeout"] }
tower-http = { version = "0.5.1", features = ["fs", "cors"] }
reqwest = { version = "0.11.24", features = ["json"] }
uuid = { version = "1.7.0", features = ["v4", "fast-rng", "serde"] }
serde = { version = "1.0.196", features = ["derive"] }
serde_json = "1.0.113"
tokio-tungstenite = "0.21.0"
tokio-util = "0.7.10"
futures = "0.3.30"
futures-util = "0.3.30"
dotenv = "0.15.0"
envy = "0.4.2"
anyhow = "1.0.79"
thiserror = "1.0.56"
tracing = "0.1.40"
tracing-subscriber = "0.3.18"
bollard = "0.15.0"
derive_builder = "0.13.0"
typeshare = "1.0.1"
strum = "0.26.1"
strum_macros = "0.26.1"
sysinfo = "0.30.5"
async-trait = "0.1.77"
async-recursion = "1.0.5"
urlencoding = "2.1.3"
rand = "0.8.5"
jwt = "0.16.0"
hmac = "0.12.1"
sha2 = "0.10.8"
bcrypt = "0.15.0"
hex = "0.4.3"
aws-config = "1.1.2"
aws-sdk-ec2 = "1.14.0"
proc-macro2 = "1.0.78"
quote = "1.0.35"
syn = "2.0.48"