# 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 = "expire_map" version = "0.0.34" authors = ["gcxfd "] description = "expire map and retry map" readme = "README.md" keywords = [ "expire", "retry", "ttl", ] license = "Apache-2.0" repository = "https://github.com/rmw-lib/expire_map" resolver = "2" [profile.bench] lto = true [profile.release] opt-level = 3 lto = true codegen-units = 1 debug-assertions = false panic = "abort" overflow-checks = false [dependencies.array-macro] version = "2.1.5" [dependencies.dashmap] version = "5.3.4" [dev-dependencies.anyhow] version = "1.0.58" [dev-dependencies.async-std] version = "1.12.0" features = ["unstable"] [features] default = ["retry"] retry = []