# 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 = "near-cache" version = "0.27.0" authors = ["Near Inc "] build = false publish = true autobins = false autoexamples = false autotests = false autobenches = false description = "do not use this, new versions can stop being published at literally any time" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/near/nearcore" [lib] name = "near_cache" path = "src/lib.rs" [[bench]] name = "cache" path = "benches/cache.rs" harness = false [dependencies.lru] version = "0.12.3" [dev-dependencies.bencher] version = "0.1.5" [dev-dependencies.rand] version = "0.8.5" [lints.clippy] clone_on_copy = "deny" derivable_impls = "deny" len_zero = "deny" or_fun_call = "deny" redundant_clone = "deny" single_char_pattern = "allow" unnecessary_lazy_evaluations = "deny" [lints.clippy.all] level = "allow" priority = -100 [lints.clippy.correctness] level = "deny" priority = -50 [lints.clippy.perf] level = "deny" priority = -50 [lints.clippy.suspicious] level = "deny" priority = -50 [lints.rust.unexpected_cfgs] level = "allow" priority = 0 check-cfg = ["cfg(enable_const_type_id)"]