From 7e5d7eea9c580ef4b41a765bde624af431942b96 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 4 May 2024 14:41:35 +0200 Subject: Merging upstream version 1.70.0+dfsg2. Signed-off-by: Daniel Baumann --- vendor/clru/Cargo.toml | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 vendor/clru/Cargo.toml (limited to 'vendor/clru/Cargo.toml') diff --git a/vendor/clru/Cargo.toml b/vendor/clru/Cargo.toml new file mode 100644 index 000000000..9df298ea1 --- /dev/null +++ b/vendor/clru/Cargo.toml @@ -0,0 +1,27 @@ +# 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 = "clru" +version = "0.6.1" +authors = ["marmeladema "] +description = "An LRU cache implementation with constant time operations and weighted semantic" +readme = "README.md" +keywords = [ + "lru", + "cache", + "hashmap", +] +license = "MIT" +repository = "https://github.com/marmeladema/clru-rs" + +[dependencies] -- cgit v1.2.3