# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "eternity" version = "0.1.0" authors = ["Lakelezz "] include = ["src/**/*", "LICENSE.md", "README.md", "CHANGELOG.md"] description = "A Rust library to limit requests and cache results." homepage = "https://github.com/Lakelezz/eternity" documentation = "https://docs.rs/eternity" readme = "README.md" keywords = ["ratelimit", "cache", "async"] categories = ["caching", "asynchronous", "data structures", "date and time"] license = "ISC" repository = "https://github.com/Lakelezz/eternity.git" [package.metadata.docs.rs] all-features = true [dependencies.tokio] version = "1" features = ["time", "sync"] optional = true default-features = false [dependencies.tokio_compat] version = "0.2" features = ["time", "sync"] optional = true default-features = false package = "tokio" [dev-dependencies.skeptic] version = "0.13" [dev-dependencies.strum] version = "0.20" [dev-dependencies.strum_macros] version = "0.20" [dev-dependencies.tokio] version = "1" features = ["macros", "rt", "rt-multi-thread"] default-features = false [build-dependencies.skeptic] version = "0.13" [features] cache = [] default = ["tokio", "cache"] tokio_0_2 = ["tokio_compat"]