[package] name = "test-shisho-gql-derive" version = "0.11.10" license = "Apache-2.0 OR MIT" description = "This is the utility for Shisho Cloud Policy SDK." documentation = "https://docs.rs/test-shisho-gql-derive" edition = "2018" [lib] proc-macro = true [dependencies] test-shisho-policy-sdk = "0.1.0" syn = { version = "^1.0", features = ["extra-traits"] } proc-macro2 = { version = "^1.0", features = [] } graphql-introspection-query = "0.2.0" graphql-parser = "0.4" heck = "0.4.0" lazy_static = "1.3" quote = "^1.0"