[package]
edition = "2024"
name = "liblisa-x64-observer-shmqueue"
version = "0.3.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A tool for automated discovery and analysis of the ISA of a CPU."
homepage = "https://liblisa.nl/"
documentation = "https://docs.liblisa.nl/"
readme = false
license = "AGPL-3.0-only"
repository = "https://github.com/liblisa/liblisa"
resolver = "2"
[lib]
name = "liblisa_x64_observer_shmqueue"
path = "src/lib.rs"
[dependencies.memoffset]
version = "0.9"
features = ["unstable_const"]
[dependencies.static_assertions]
version = "1.1.0"