# 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 = "twilight-bucket" version = "0.2.2" authors = ["laralove"] description = "Wait n seconds before running this again" readme = "README.md" keywords = [ "twilight", "discord", "discord-api", "bucket", ] categories = ["caching"] license = "MIT" repository = "https://github.com/laralove143/twilight-bucket" resolver = "2" [dependencies.dashmap] version = "5.2" [dev-dependencies.tokio] version = "1.17" features = [ "rt-multi-thread", "macros", "time", ] default-features = false