shape 0.7.0

A portable static type system for JSON-compatible data
Documentation
[package]
name = "shape"
version = "0.7.0"
authors = ["Ben Newman <shape@eloper.dev>"]
license = "MIT"
edition = "2021"
description = "A portable static type system for JSON-compatible data"
homepage = "https://apollographql.github.io/shape-rs/shape"
repository = "https://github.com/apollographql/shape-rs"
readme = "README.md"
exclude = [".github/"]

[dependencies]
apollo-compiler = "1.31.0"
indexmap = "2.6.0"
serde_json = "1.0.132"
serde_json_bytes = "0.2.4"

[dev-dependencies]
insta = { version = "1.41.1", features = ["glob"] }

[lints.clippy]
pedantic = "warn"