craftql 0.2.13

A CLI tool to visualize GraphQL schemas and to output a graph data structure as a graphviz .dot format
Documentation
[[bin]]
name = "craftql"
path = "src/bin.rs"
[dependencies.anyhow]
version = "1.0.54"

[dependencies.async-std]
features = ["attributes", "unstable"]
version = "1.10.0"

[dependencies.clap]
features = ["derive"]
version = "3.1.0"

[dependencies.graphql-parser]
version = "0.4.0"

[dependencies.petgraph]
version = "0.6.0"

[lib]
name = "craftql"
path = "src/lib.rs"

[package]
authors = ["Davy Duperron <yamafaktory@gmail.com>"]
categories = ["command-line-utilities", "development-tools"]
description = "A CLI tool to visualize GraphQL schemas and to output a graph data structure as a graphviz .dot format"
edition = "2021"
exclude = [".github", "graph.svg", "rustfmt.toml"]
keywords = ["cli", "graph", "graphql", "graphviz", "terminal"]
license = "MIT"
name = "craftql"
readme = "README.md"
repository = "https://github.com/yamafaktory/craftql"
resolver = "2"
rust-version = "1.56"
version = "0.2.13"
[profile.release]
codegen-units = 1
lto = true
opt-level = "z"
panic = "abort"