[package] name = "test-shisho-datasource" version = "0.1.3" license = "Apache-2.0 OR MIT" description = "This is the utility for Shisho Cloud Policy SDK." documentation = "https://docs.rs/test-shisho-datasource" edition = "2018" [lib] proc-macro = true [dependencies] serde = {version = "1.0", features = ["derive"]} serde_json = "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"