cache-size 0.2.0

A library for finding your L1/L2/L3 cache sizes
Documentation
# 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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "cache-size"
version = "0.2.0"
authors = ["Bernardo Meurer <meurerbernardo@gmail.com>"]
description = "A library for finding your L1/L2/L3 cache sizes "
readme = "./README.md"
keywords = ["memory", "performance", "line", "size", "cache"]
categories = ["algorithms", "science"]
license = "BSD-3-Clause"
repository = "https://github.com/bemeurer/cache-size"
[profile.bench]
opt-level = 3
lto = true
codegen-units = 1
debug = false
debug-assertions = false
rpath = false
overflow-checks = false

[profile.dev]
opt-level = 1
lto = false
codegen-units = 16
debug = true
rpath = false
panic = "unwind"
overflow-checks = false
incremental = true

[profile.release]
opt-level = 3
lto = true
codegen-units = 1
debug = false
debug-assertions = false
rpath = false
panic = "unwind"
overflow-checks = false
[dependencies.raw-cpuid]
version = "5.0.0"