# 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 = "2018" rust-version = "1.61" name = "mini-moka" version = "0.10.3" build = "build.rs" exclude = [ ".circleci", ".devcontainer", ".github", ".gitpod.yml", ".vscode", ] description = "A lighter edition of Moka, a fast and concurrent cache library" documentation = "https://docs.rs/mini-moka/" readme = "README.md" keywords = [ "cache", "concurrent", ] categories = [ "caching", "concurrency", ] license = "MIT OR Apache-2.0" repository = "https://github.com/moka-rs/mini-moka" [package.metadata.docs.rs] features = [] rustdoc-args = [ "--cfg", "docsrs", ] [dependencies.crossbeam-channel] version = "0.5.5" [dependencies.crossbeam-utils] version = "0.8" [dependencies.dashmap] version = "5.2" optional = true [dependencies.smallvec] version = "1.8" [dependencies.tagptr] version = "0.2" [dependencies.triomphe] version = "0.1.3" default-features = false [dev-dependencies.anyhow] version = "1.0.19" [dev-dependencies.getrandom] version = "0.2" [dev-dependencies.once_cell] version = "1.7" [dev-dependencies.skeptic] version = "0.13" [features] default = ["sync"] sync = ["dashmap"] [target."cfg(skeptic)".build-dependencies.skeptic] version = "0.13.5" [target."cfg(trybuild)".dev-dependencies.trybuild] version = "1.0"