hl-engine 0.1.29

Safe Rust lifecycle API for the standalone HL Linux guest engine
# 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 = "2021"
rust-version = "1.81"
name = "hl-engine"
version = "0.1.29"
build = "build.rs"
include = [
    "Cargo.toml",
    "README.md",
    "build.rs",
    "assets/lib/**",
    "examples/**",
    "src/**",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Safe Rust lifecycle API for the standalone HL Linux guest engine"
readme = "README.md"
keywords = [
    "linux",
    "emulation",
    "jit",
    "sandbox",
]
categories = [
    "emulators",
    "api-bindings",
]
license = "MIT"
repository = "https://github.com/husklet/engine"

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

[[example]]
name = "run"
path = "examples/run.rs"

[lints.clippy]
all = "warn"
pedantic = "warn"

[lints.rust]
unsafe_code = "deny"