isr-cache 0.6.0

Cache for ISR
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 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 = "2024"
rust-version = "1.91.0"
name = "isr-cache"
version = "0.6.0"
authors = ["Petr Benes <w.benny@outlook.com>"]
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Cache for ISR"
homepage = "https://github.com/vmi-rs/isr"
readme = "README.md"
keywords = ["isr"]
license = "MIT"
repository = "https://github.com/vmi-rs/isr"

[package.metadata.docs.rs]
all-features = true

[features]
default = []
json = [
    "serde",
    "serde_json",
    "isr-core/serde",
]
linux = [
    "isr-dl-linux",
    "isr-dwarf",
]
windows = [
    "isr-dl-windows",
    "isr-pdb",
]

[lib]
name = "isr_cache"
path = "src/lib.rs"

[dependencies.isr-core]
version = "0.6.0"

[dependencies.isr-dl]
version = "0.6.0"

[dependencies.isr-dl-linux]
version = "0.6.0"
optional = true

[dependencies.isr-dl-windows]
version = "0.6.0"
optional = true

[dependencies.isr-dwarf]
version = "0.6.0"
optional = true

[dependencies.isr-pdb]
version = "0.6.0"
optional = true

[dependencies.memmap2]
version = "0.9"

[dependencies.rkyv]
version = "0.8"

[dependencies.serde]
version = "1"
features = ["derive"]
optional = true

[dependencies.serde_json]
version = "1"
optional = true

[dependencies.thiserror]
version = "2.0"

[dependencies.tracing]
version = "0.1"

[dev-dependencies]

[lints.clippy]
doc_overindented_list_items = "allow"

[lints.rust]
missing_docs = "warn"