[dependencies.thiserror]
version = "1.0"
[dev-dependencies.loom]
features = ["checkpoint"]
version = "0.7"
[features]
default = []
nightly = []
[lib]
name = "rom_cache"
path = "src/lib.rs"
[lints.rust.unexpected_cfgs]
check-cfg = ["cfg(loom)"]
level = "warn"
priority = 0
[package]
authors = ["Louis <836250617@qq.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = "build.rs"
description = "Cache ROM in memory like CPU caching RAM."
documentation = "https://docs.rs/rom-cache"
edition = "2021"
keywords = ["cache", "storage"]
license = "MIT"
name = "rom_cache"
readme = "README.md"
repository = "https://github.com/kingwingfly/rom-cache"
version = "0.0.2"
[package.metadata.docs.rs]
features = []
rustdoc-args = ["--cfg", "docsrs"]