# 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" name = "pretty_graphql" version = "0.2.1" authors = ["Pig Fang "] build = false exclude = ["/tests"] autobins = false autoexamples = false autotests = false autobenches = false description = "GraphQL formatter." readme = "README.md" keywords = [ "graphql", "formatter", ] license = "MIT" repository = "https://github.com/g-plane/pretty_graphql" [lib] name = "pretty_graphql" path = "src/lib.rs" [[example]] name = "fmt" path = "examples/fmt.rs" [dependencies.apollo-parser] version = "0.8" [dependencies.memchr] version = "2.7" [dependencies.rowan] version = "0.15" [dependencies.serde] version = "1.0" features = ["derive"] optional = true [dependencies.tiny_pretty] version = "0.2" [dev-dependencies.insta] version = "1.39" features = ["glob"] [dev-dependencies.serde_json] version = "1.0" [dev-dependencies.similar-asserts] version = "1.5" [features] config_serde = ["serde"]