eternity 0.1.0

A Rust library to limit requests and cache results.
Documentation
[build-dependencies.skeptic]
version = "0.13"
[dependencies.tokio]
default-features = false
features = ["time", "sync"]
optional = true
version = "1"

[dependencies.tokio_compat]
default-features = false
features = ["time", "sync"]
optional = true
package = "tokio"
version = "0.2"
[dev-dependencies.skeptic]
version = "0.13"

[dev-dependencies.strum]
version = "0.20"

[dev-dependencies.strum_macros]
version = "0.20"

[dev-dependencies.tokio]
default-features = false
features = ["macros", "rt", "rt-multi-thread"]
version = "1"

[features]
cache = []
default = ["tokio", "cache"]
tokio_0_2 = ["tokio_compat"]

[package]
authors = ["Lakelezz <lakelezz@protonmail.ch>"]
categories = ["caching", "asynchronous", "data structures", "date and time"]
description = "A Rust library to limit requests and cache results."
documentation = "https://docs.rs/eternity"
edition = "2018"
homepage = "https://github.com/Lakelezz/eternity"
include = ["src/**/*", "LICENSE.md", "README.md", "CHANGELOG.md"]
keywords = ["ratelimit", "cache", "async"]
license = "ISC"
name = "eternity"
readme = "README.md"
repository = "https://github.com/Lakelezz/eternity.git"
version = "0.1.0"
[package.metadata.docs.rs]
all-features = true