[package] name = "graphql_query_builder" authors = ["DrakeTDL"] version = "0.2.1" edition = "2021" description = "A GraphQL query builder." documentation = "https://docs.rs/graphql_query_builder" repository = "https://gitlab.com/DrakeTDL/graphql_query_builder" license = "MIT" keywords= ["graphql", "gql", "builder"] exclude = [".vscode", ".gitignore"] [lib] name = "graphql_query_builder" path = "src/lib.rs" crate-type = ["lib"] [dependencies] strum = { version = "0.25", features = ["derive"] } strum_macros = "0.25"