# 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 = "local_lru" version = "0.4.4" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A simple, thread-safe and lock-free LRU cache based on thread local storage." documentation = "https://docs.rs/local_lru/0.4.4" readme = "README.md" license = "MIT" repository = "https://github.com/a-agmon/LocalLRU" [lib] name = "local_lru" path = "src/lib.rs" [dependencies.bincode] version = "1.3.3" [dependencies.bytes] version = "1.8.0" features = ["std"] [dependencies.serde] version = "1.0.214" features = ["derive"]