squib-core 0.2.0

Portable trait surface and core types for the squib microVM monitor
Documentation
[package]
name = "squib-core"
description = "Portable trait surface and core types for the squib microVM monitor"
categories = ["virtualization"]
keywords = ["virtualization", "microvm", "firecracker", "hypervisor"]
version.workspace = true
authors.workspace = true
edition.workspace = true
license.workspace = true
documentation.workspace = true
repository.workspace = true
homepage.workspace = true
rust-version.workspace = true

[lints]
workspace = true

[dependencies]
parking_lot = { workspace = true }
serde = { workspace = true }
smallvec = { workspace = true }
thiserror = { workspace = true }

[dev-dependencies]
serde_json = { workspace = true }