[badges.travis-ci]
repository = "/cksac/dataloader-rs"
[dependencies.async-std]
optional = true
version = "1.0"
[dependencies.async-trait]
version = "0.1"
[dependencies.tokio]
features = ["sync", "rt"]
optional = true
version = "0.3"
[dev-dependencies.async-graphql]
default-features = false
version = "2.1.7"
[dev-dependencies.fake]
features = ["derive"]
version = "2.2"
[dev-dependencies.futures]
version = "0.3"
[dev-dependencies.juniper]
version = "0.15.0"
[dev-dependencies.rand]
version = "0.7"
[dev-dependencies.serde_json]
version = "1.0"
[features]
default = ["runtime-async-std"]
runtime-async-std = ["async-std"]
runtime-tokio = ["tokio"]
[package]
authors = ["cksac <cs.cksac@gmail.com>"]
categories = ["asynchronous", "caching"]
description = "Rust implementation of Facebook's DataLoader using async-await."
documentation = "https://docs.rs/dataloader"
edition = "2018"
homepage = "https://github.com/cksac/dataloader-rs"
keywords = ["batcher", "dataloader", "cache"]
license = "MIT/Apache-2.0"
name = "dataloader"
readme = "README.md"
repository = "https://github.com/cksac/dataloader-rs"
version = "0.13.2"