[dependencies.apollo-compiler]
version = "1.31.0"
[dependencies.indexmap]
version = "2.6.0"
[dependencies.serde_json]
version = "1.0.132"
[dependencies.serde_json_bytes]
version = "0.2.4"
[dev-dependencies.insta]
features = ["glob"]
version = "1.41.1"
[lib]
name = "shape"
path = "src/lib.rs"
[lints.clippy]
pedantic = "warn"
[package]
authors = ["Ben Newman <shape@eloper.dev>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "A portable static type system for JSON-compatible data"
edition = "2021"
exclude = [".github/"]
homepage = "https://apollographql.github.io/shape-rs/shape"
license = "MIT"
name = "shape"
readme = "README.md"
repository = "https://github.com/apollographql/shape-rs"
version = "0.7.0"
[[test]]
name = "graphql"
path = "tests/graphql.rs"