# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "sparkle-cache" version = "0.14.1" authors = ["lara "] description = "A backend-agnostic Discord cache implementation for the Twilight ecosystem." readme = "README.md" keywords = [ "discord", "discord-api", "twilight", ] categories = [ "api-bindings", "asynchronous", "caching", ] license = "ISC" repository = "https://github.com/laralove143/sparkle-cache/" [dependencies.anyhow] version = "1.0" optional = true [dependencies.async-trait] version = "0.1" [dependencies.futures] version = "0.3" optional = true default-features = false [dependencies.thiserror] version = "1.0" [dependencies.time] version = "0.3" [dependencies.tokio] version = "1.21" features = [ "rt-multi-thread", "macros", ] optional = true [dependencies.twilight-gateway] version = "0.14" optional = true [dependencies.twilight-http] version = "0.14" optional = true [dependencies.twilight-model] version = "0.14" [dependencies.twilight-util] version = "0.14" features = ["permission-calculator"] [features] tests = [ "dep:twilight-http", "dep:twilight-gateway", "dep:futures", "dep:tokio", "dep:anyhow", ]