# 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 = "salrucc" version = "0.12.0" authors = ["Nathaniel Woods "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Sourced Asynchronous Least Recently Used Cache Control" readme = "README.md" license = "MIT" [lib] name = "salrucc" path = "src/lib.rs" [[example]] name = "salrucc-test" path = "examples/salrucc-test.rs" [dependencies.futures] version = "0.3.17" [dependencies.priority-queue] version = "1.2.1" [dependencies.tokio] version = "1.14.0" features = [ "macros", "rt", "sync", ] [dev-dependencies.colored] version = "2.0.0" [dev-dependencies.rand] version = "0.7.3" [dev-dependencies.rand_distr] version = "0.3.0" [dev-dependencies.reqwest] version = "0.11" features = [] [dev-dependencies.test-case] version = "1.2.0"