[package] name = "graphql" version = "0.1.0" edition = "2021" publish = false [dependencies] poem = { version = "1.3.55" } async-graphql-poem = { version = "5.0.6" } async-graphql = { version = "5.0.6", features = ["decimal", "chrono", "dataloader", "dynamic-schema"] } async-trait = { version = "0.1.64" } dotenv = "0.15.0" tokio = { version = "1.26.0", features = ["macros", "rt-multi-thread"] } tracing = { version = "0.1.37" } tracing-subscriber = { version = "0.3.16" } lazy_static = { version = "1.4.0" } sea-orm = { path = "../../../" } entity = { path = "../entity", features = ["seaography"] } seaography = { path = "../../../../seaography" }