-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCargo.toml
More file actions
72 lines (70 loc) · 2.24 KB
/
Cargo.toml
File metadata and controls
72 lines (70 loc) · 2.24 KB
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
[workspace]
resolver = "2"
members = [
"crates/observation-tools-shared",
"crates/observation-tools-server",
"crates/observation-tools-client",
"crates/observation-tools-macros",
"examples"
]
[workspace.package]
version = "0.0.14"
edition = "2021"
license = "AGPL-3.0-only"
repository = "https://github.com/Dig-Doug/observation-tools-client"
[workspace.dependencies]
anyhow = "1.0"
async-trait = "0.1"
axum = { version = "0.8", features = ["macros", "multipart"] }
axum-extra = { version = "0.9", features = ["cookie"] }
base64 = "0.22"
bytes = "1.9"
chrono = { version = "0.4", features = ["serde"] }
clap = { version = "4.5", features = ["derive"] }
futures = "0.3"
hmac = "0.12"
log = "0.4"
rand = "0.8"
sha2 = "0.10"
url = "2.5"
minijinja = { version = "2.12", features = ["loader"] }
nom = "7"
minijinja-autoreload = "2.12.0"
minijinja-embed = "2.12.0"
object_store = "0.12.4"
observation-tools = { path = "crates/observation-tools-client", version = "0.0.14" }
observation-tools-macros = { path = "crates/observation-tools-macros", version = "0.0.14" }
observation-tools-server = { path = "crates/observation-tools-server", version = "0.0.14" }
observation-tools-shared = { path = "crates/observation-tools-shared", version = "0.0.14" }
openapiv3 = "2.2"
prost = "0.13"
prettyplease = "0.2"
progenitor = "0.11.2"
progenitor-client = "0.11.2"
proc-macro2 = "1.0"
quote = "1.0"
reqwest = { version = "0.12.24", default-features = false, features = ["rustls-tls"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
sled = "0.34"
syn = "2.0.110"
napi-build = "2.3.1"
tempfile = "3.17"
test-log = { version = "0.2", features = ["trace"] }
thiserror = "2.0"
tokio = { version = "1.42", features = ["full"] }
tower = "0.5"
tower-http = { version = "0.6", features = ["fs", "trace", "cors"] }
tracing = "0.1"
tracing-subscriber = { version = "0.3", features = ["env-filter", "json"] }
utoipa = { version = "5", features = ["axum_extras", "chrono", "uuid"] }
utoipa-swagger-ui = { version = "9", features = ["axum"] }
uuid = { version = "1.11", features = ["v4", "v7", "serde", "js"] }
utoipa-axum = { version = "0.2" }
pulldown-cmark = "0.12"
ammonia = "4"
http = "1.0"
http-body = "1.0"
http-body-util = "0.1"
directories = "6"
pin-project-lite = "0.2"