# 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 = "algorithm" version = "0.1.15" authors = ["tickbh "] description = "about algorithm data structure, now has ttl with lru/lru-k/lfu/arc and slab/rbtree/roaring_bitmap/timer_wheelss, 关于算法常用的数据结构" readme = "README.md" keywords = [ "arc", "lru", "lfu", "timerwheel", "slab", ] license = "Apache-2.0" repository = "https://github.com/tickbh/algorithm-rs" [profile.release] opt-level = 3 debug = 2 [dependencies.algorithm-macro] version = "0.1" [dependencies.hashbrown] version = "0.14.5" [dependencies.lazy_static] version = "1.5.0" [dependencies.log] version = "0.4.22" [dev-dependencies.libc] version = "0.2.162" [dev-dependencies.rand] version = "0.8.5" [dev-dependencies.slab] version = "0.4.9" [features] default = [ "hashbrown", "ttl", ] hashbrown = [] ttl = []