# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" rust-version = "1.56" name = "craftql" version = "0.2.20" authors = ["Davy Duperron "] exclude = [ ".github", "graph.svg", "rustfmt.toml", ] description = "A CLI tool to visualize GraphQL schemas and to output a graph data structure as a graphviz .dot format" readme = "README.md" keywords = [ "cli", "graph", "graphql", "graphviz", "terminal", ] categories = [ "command-line-utilities", "development-tools", ] license = "MIT" repository = "https://github.com/yamafaktory/craftql" [profile.release] opt-level = "z" lto = true codegen-units = 1 panic = "abort" [lib] name = "craftql" path = "src/lib.rs" [[bin]] name = "craftql" path = "src/bin.rs" [dependencies.anyhow] version = "1.0.71" [dependencies.async-std] version = "1.12.0" features = [ "attributes", "unstable", ] [dependencies.clap] version = "4.2.7" features = ["derive"] [dependencies.graphql-parser] version = "0.4.0" [dependencies.petgraph] version = "0.6.3"