dataloader 0.9.1

Rust implementation of Facebook's DataLoader using futures.
Documentation
[badges.travis-ci]
repository = "/cksac/dataloader-rs"
[dependencies.async-std]
optional = true
version = "1.0"

[dependencies.async-trait]
version = "0.1"

[dependencies.tokio]
features = ["rt-core", "sync"]
optional = true
version = "0.2"
[dev-dependencies.async-graphql]
version = "1.6"

[dev-dependencies.fake]
features = ["derive"]
version = "2.0"

[dev-dependencies.futures]
version = "0.3"

[dev-dependencies.rand]
version = "0.7.3"

[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 futures."
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.9.1"