[package] edition = "2018" name = "test-shisho-policy-sdk" description = "This is the SDK of Shisho Cloud policies to write your custom policies in Rust." documentation = "https://docs.rs/test-shisho-policy-sdk" license = "Apache-2.0" version = "0.1.16" [dependencies] serde = {version = "1.0", features = ["derive"]} serde_json = "1.0" graphql-introspection-query = "0.2.0" graphql-parser = "0.4" heck = "0.4.0" lazy_static = "1.3" proc-macro2 = { version = "^1.0", features = [] } quote = "^1.0" syn = "^1.0"