# 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-smith" version = "0.14.0" authors = ["Benjamin Coenen "] description = "A GraphQL test case generator." readme = "README.md" keywords = [ "graphql", "fuzzer", "graphql-tooling", "apollographql", "test-case-generator", ] categories = [ "compilers", "development-tools", "parser-implementations", "development-tools::testing", "web-programming", ] license = "MIT OR Apache-2.0" repository = "https://github.com/apollographql/apollo-rs" [dependencies.apollo-compiler] version = "=1.0.0-beta.24" [dependencies.apollo-parser] version = "0.8.0" [dependencies.arbitrary] version = "1.3.0" features = ["derive"] [dependencies.indexmap] version = "2.0.0" [dependencies.once_cell] version = "1.9.0" [dependencies.thiserror] version = "1.0.37" [dev-dependencies.expect-test] version = "1.4" [dev-dependencies.rand] version = "0.8.5"