2024-05-02 15:28:27 +03:00
|
|
|
[package]
|
|
|
|
name = "metadata-resolve"
|
|
|
|
version.workspace = true
|
|
|
|
edition.workspace = true
|
|
|
|
license.workspace = true
|
|
|
|
|
|
|
|
[lib]
|
|
|
|
bench = false
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
hasura-authn-core = { path = "../auth/hasura-authn-core" }
|
|
|
|
lang-graphql = { path = "../lang-graphql" }
|
|
|
|
open-dds = { path = "../open-dds" }
|
|
|
|
|
|
|
|
derive_more = "0.99.17"
|
|
|
|
indexmap = { version = "2", features = ["serde"] }
|
|
|
|
lazy_static = "1.4.0"
|
2024-06-12 11:29:38 +03:00
|
|
|
ndc-models = { git = "https://github.com/hasura/ndc-spec.git", rev = "aa8ad48e42aefd9e585a4c923bebfd56eee40204" }
|
2024-05-02 15:28:27 +03:00
|
|
|
nonempty = "0.10"
|
2024-05-03 12:32:28 +03:00
|
|
|
ref-cast = "1.0"
|
2024-05-02 15:28:27 +03:00
|
|
|
reqwest = { version = "0.11", features = ["json", "multipart"] }
|
2024-06-10 09:25:22 +03:00
|
|
|
serde = "1.0.203"
|
2024-05-07 11:57:37 +03:00
|
|
|
serde_json = "1.0.116"
|
2024-05-02 15:28:27 +03:00
|
|
|
thiserror = "1.0"
|
|
|
|
url = "2.4.1"
|
|
|
|
|
2024-05-21 12:28:02 +03:00
|
|
|
[dev-dependencies]
|
|
|
|
test-each = "*"
|
|
|
|
anyhow = "*"
|
|
|
|
similar-asserts = "*"
|
|
|
|
|
2024-05-02 15:28:27 +03:00
|
|
|
[lints]
|
|
|
|
workspace = true
|