[package] name = "graphql-validate" version = "0.3.1" authors = ["David Pedersen "] edition = "2018" description = "A CLI for validating GraphQL schemas and queries." license = "MIT" repository = "https://github.com/davidpdrsn/graphql-validate.git" homepage = "https://github.com/davidpdrsn/graphql-validate" [dependencies] quicli = "0.3.1" structopt = "0.2.13" graphql-parser = "0.2.2" failure = "0.1.3" regex = "1.0.6" lazy_static = "1.2.0"