# 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 = "apollo-encoder" version = "0.8.0" authors = [ "Irina Shestak ", "Benjamin Coenen ", ] description = "Library to serialise GraphQL Schemas." documentation = "https://docs.rs/apollo-encoder" readme = "README.md" keywords = [ "graphql", "schema", "encoder", "serializer", "apollographql", ] categories = [ "compilers", "encoding", "parser-implementations", "parsing", "development-tools", ] license = "MIT OR Apache-2.0" repository = "https://github.com/apollographql/apollo-rs" [dependencies.apollo-parser] version = "0.7.0" optional = true [dependencies.thiserror] version = "1.0.37" [dev-dependencies.indoc] version = "2.0.0" [dev-dependencies.pretty_assertions] version = "1.3.0" [features] default = ["apollo-parser"]