[package] name = "dataload-rs" version = "0.1.0" authors = ["Idan Mintz "] edition = "2018" license = "MIT" description = "Addresses N+1 problem in GraphQL applications through batching" readme = "README.md" keywords = ["dataloader", "graphql"] categories = ["web-programming", "database", "caching"] repository = "https://github.com/LightSourceAI/dataload-rs" [dependencies] async-trait = "0.1.42" futures = "0.3" tokio = { version = "1.4", features = ["sync", "rt"] } tracing = "0.1" tracing-futures = "0.2.5" [dev-dependencies] tokio = { version = "1.4", features = ["sync", "rt", "rt-multi-thread", "macros"] }