graphql-engine/v3/crates/lang-graphql/Cargo.toml
dependabot[bot] 05e13fe566 Bump serde from 1.0.202 to 1.0.203 (#687)
Bumps [serde](https://github.com/serde-rs/serde) from 1.0.202 to 1.0.203.

V3_GIT_ORIGIN_REV_ID: 81b23526c9a289d401260350b8169907eb322bbf
2024-06-10 06:26:06 +00:00

58 lines
1.1 KiB
TOML

[package]
name = "lang-graphql"
version.workspace = true
edition.workspace = true
license.workspace = true
[lib]
bench = false
[[bench]]
name = "lexer"
harness = false
[[bench]]
name = "parser"
harness = false
[[bench]]
name = "validation"
harness = false
[[bench]]
name = "schema_serde"
harness = false
[dependencies]
recursion_limit_macro = { path = "../utils/recursion_limit_macro" }
axum = "0.6.20"
http = "0.2"
indexmap = { version = "2", features = ["serde"] }
lexical-core = "0.8"
nonempty = { version = "0.10", features = ["serialize"] }
schemars = { version = "0.8.20", features = ["smol_str"] }
serde = "1.0.203"
serde_json = "1.0.116"
serde_with = "3.8.1"
smol_str = "0.1.23"
thiserror = "1.0"
lazy_static = "1.4.0"
[dev-dependencies]
apollo-parser = "0.7"
async-graphql-parser = "7.0"
bincode = "1.3.3"
bson = "2.11.0"
criterion = { version = "0.5", features = ["html_reports"] }
diffy = "0.3.0"
expect-test = "1.5"
graphql-parser = "0.4"
human_bytes = "0.4.1"
postcard = { version = "1.0.4", features = ["use-std"] }
pretty_assertions = "1.3.0"
rmp-serde = "1.3.0"
[lints]
workspace = true