vmi-core 0.7.0

Core VMI library
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.95.0"
name = "vmi-core"
version = "0.7.0"
authors = ["Petr Benes <w.benny@outlook.com>"]
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core VMI library"
homepage = "https://github.com/vmi-rs/vmi"
readme = "README.md"
keywords = ["vmi"]
license = "MIT"
repository = "https://github.com/vmi-rs/vmi"

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

[dependencies.bitflags]
version = "2"
features = ["serde"]

[dependencies.indexmap]
version = "2"

[dependencies.isr-cache]
version = "0.7.0"

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

[dependencies.isr-macros]
version = "0.7.0"

[dependencies.lru]
version = "0.18"

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

[dependencies.thiserror]
version = "2.0"

[dependencies.tracing]
version = "0.1"

[dependencies.vmi-macros]
version = "0.7.0"

[dependencies.zerocopy]
version = "0.8"

[lints.clippy]
doc_overindented_list_items = "allow"

[lints.rust]
missing_docs = "warn"