# 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" name = "asset_lru" version = "0.1.3" authors = ["Austin Hicks "] description = "A two-level cache for objects which are bigger in memory than on disk" documentation = "https://docs.rs/asset_lru/" readme = "README.md" license = "BSL-1.0" repository = "https://github.com/ahicks92/asset_lru" [dependencies.ahash] version = "0.7.6" [dependencies.derive_builder] version = "0.10.2" [dependencies.relative-path] version = "1.5.0" [dependencies.thiserror] version = "1.0.30" [dev-dependencies.lru] version = "0.7.0" [dev-dependencies.proptest] version = "1.0.0" [dev-dependencies.tempfile] version = "3.2.0"