[dependencies.anyhow]
optional = true
version = "1.0"
[dependencies.async-trait]
version = "0.1"
[dependencies.futures]
default-features = false
optional = true
version = "0.3"
[dependencies.thiserror]
version = "1.0"
[dependencies.time]
version = "0.3"
[dependencies.tokio]
features = ["rt-multi-thread", "macros"]
optional = true
version = "1.21"
[dependencies.twilight-gateway]
optional = true
version = "0.14"
[dependencies.twilight-http]
optional = true
version = "0.14"
[dependencies.twilight-model]
version = "0.14"
[dependencies.twilight-util]
features = ["permission-calculator"]
version = "0.14"
[features]
tests = ["dep:twilight-http", "dep:twilight-gateway", "dep:futures", "dep:tokio", "dep:anyhow"]
[package]
authors = ["lara <laralove143@icloud.com>"]
categories = ["api-bindings", "asynchronous", "caching"]
description = "A backend-agnostic Discord cache implementation for the Twilight ecosystem."
edition = "2021"
keywords = ["discord", "discord-api", "twilight"]
license = "ISC"
name = "sparkle-cache"
readme = "README.md"
repository = "https://github.com/laralove143/sparkle-cache/"
version = "0.14.0"