[badges.maintenance]
status = "actively-developed"
[package]
authors = ["Bernardo Meurer <meurerbernardo@gmail.com>"]
categories = ["hardware-support", "memory-management"]
description = "A library for finding your L1/L2/L3 cache sizes "
edition = "2018"
keywords = ["memory", "performance", "line", "size", "cache"]
license = "BSD-3-Clause"
name = "cache-size"
readme = "README.md"
repository = "https://github.com/lovesegfault/cache-size"
version = "0.7.0"
[target.'cfg(target_arch = "x86")'.dependencies.raw-cpuid]
version = "11"
[target.'cfg(target_arch = "x86_64")'.dependencies.raw-cpuid]
version = "11"