[package] name = "async-graphql-rocket" version = "1.17.18" authors = ["Daniel Wiesenberg "] edition = "2018" description = "async-graphql for Rocket.rs" publish = true license = "MIT/Apache-2.0" documentation = "https://docs.rs/async-graphql/" homepage = "https://github.com/async-graphql/async-graphql" repository = "https://github.com/async-graphql/async-graphql" keywords = ["futures", "async", "graphql", "rocket"] categories = ["network-programming", "asynchronous"] [dependencies] async-graphql = { path = "..", version = "1.17.18" } rocket = { git = "https://github.com/SergioBenitez/Rocket/", default-features = false } log = "0.4.11" yansi = "0.5.0" tokio-util = { version = "0.3.1", default-features = false, features = ["compat"] } serde_json = "1.0.57" serde_urlencoded = "0.6.1"