-
Notifications
You must be signed in to change notification settings - Fork 1
/
Cargo.toml
35 lines (33 loc) · 975 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
29
30
31
32
33
34
35
[package]
name = "nats3"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
anyhow = "1.0.75"
async-nats = "0.32.1"
aws-config = "1.0.1"
aws-sdk-s3 = "0.39.1"
axum = {version = "0.7.1", features = ["macros"]}
bincode = "1.3.3"
bytes = "1.5.0"
clap = { version = "4.4.6", features = ["derive"] }
hyper = "1.0.1"
futures = "0.3.28"
lazy_static = "1.4.0"
rust-s3 = "0.34.0-rc1"
serde = "1.0.193"
serde_json = "1.0"
sha2 = "0.10.8"
tokio = { version = "1", features = ["full"] }
tower = { version = "0.4", features = ["util", "timeout"] }
tower-http = { version = "0.3.0", features = ["full"] }
tracing = "0.1"
tracing-subscriber = { version = "0.3", features = ["env-filter"] }
hyper-util = "0.1.1"
figment = { version = "0.10.12", features = ["env", "toml", "yaml"]}
async-trait = "0.1.74"
thiserror = "1.0.50"
ulid = "1.1.0"
strum_macros = "0.25.3"
prometheus-client = "0.22.0"