-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCargo.toml
32 lines (30 loc) · 1 KB
/
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
[package]
name = "fdk-mqa-property-checker"
version = "0.1.0"
edition = "2021"
authors = ["Jeff Reiffers <jeff@ouvir.no>"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
actix-web = "4.9.0"
apache-avro = "0.17.0"
cached = { version = "0.54.0", features = ["async"] }
futures = "0.3"
http = "1.2.0"
httpmock = "0.7.0"
lazy_static = "1.5.0"
oxigraph = "0.4.4"
prometheus = "0.13.3"
rdkafka = { version = "0.37.0", features = ["cmake-build"] }
reqwest = { version = "0.12.9", features = ["blocking", "json"] }
schema_registry_converter = { version = "4.2.0", features = ["avro", "blocking"] }
serde = "1.0.216"
serde_derive = "1.0.216"
thiserror = "2.0.7"
tokio = { version = "1.42.0", features = ["full"] }
tracing = "0.1.40"
tracing-subscriber = { version = "0.3.17", features = ["json", "env-filter", "tracing-log"] }
uuid = { version = "1.11.0", features = ["v4"] }
[dev-dependencies]
sophia_api= "0.9.0"
sophia_isomorphism = "0.9.0"
sophia_turtle = "0.9.0"