# 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 = "lathe" version = "0.0.0" authors = ["Tyler Neely "] description = "scan resistant concurrent cache eviction manager" homepage = "https://github.com/komora-io/lathe" documentation = "https://docs.rs/lathe/" readme = "README.md" keywords = [ "cache", "lfu", "concurrent", "caching", "lock-free", ] categories = [ "caching", "database-implementations", "concurrency", "data-structures", "algorithms", ] license = "GPL-3.0" repository = "https://github.com/komora-io/lathe" resolver = "2" [profile.bench] opt-level = 3 debug = true [profile.release] opt-level = 3 debug = true [dependencies.crossbeam-queue] version = "0.3.5" [features] lock_free_delays = []