asmlinator 1.0.0

VMs preconfigured to directly execute code
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"
name = "asmlinator"
version = "1.0.0"
authors = ["iximeow <me@iximeow.net>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "VMs preconfigured to directly execute code"
readme = "README.md"
license = "0BSD"
repository = "https://git.iximeow.net/asmlinator/"

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

[dependencies.kvm-bindings]
version = "0.14.0"

[dependencies.kvm-ioctls]
version = "0.24.0"

[dependencies.libc]
version = "0.2.183"
default-features = false

[dependencies.nix]
version = "0.31.2"
features = ["mman"]