# 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 = "gql2sql" version = "2.0.17" description = "GraphQL to SQL transpiler" homepage = "https://github.com/brevitybuilder/gql2sql" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/brevitybuilder/gql2sql" resolver = "1" [profile.dev.package.insta] opt-level = 3 [profile.dev.package.similar] opt-level = 3 [[bench]] name = "transform" harness = false [dependencies.anyhow] version = "1.0" [dependencies.async-graphql-parser] version = "5.0.10" [dependencies.async-graphql-value] version = "5.0.10" [dependencies.graphql-parser] version = "0.4" [dependencies.indexmap] version = "1.9.3" [dependencies.lazy_static] version = "1.4.0" [dependencies.serde_json] version = "1.0.97" [dependencies.sqlparser] version = "0.34" [dev-dependencies.criterion] version = "0.5" [dev-dependencies.insta] version = "1.29.0" features = ["yaml"] [dev-dependencies.pretty_assertions] version = "1.3"