msb_krun_input 0.1.9

Rust bindings for implementing input backends in Rust for libkrun
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 = "msb_krun_input"
version = "0.1.9"
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust bindings for implementing input backends in Rust for libkrun"
readme = false
license = "Apache-2.0"
repository = "https://github.com/containers/libkrun"
resolver = "2"

[features]
bindgen_clang_runtime = ["bindgen/runtime"]

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

[dependencies.bitflags]
version = "2.9.1"

[dependencies.libc]
version = "0.2"

[dependencies.log]
version = "0.4.27"

[dependencies.static_assertions]
version = "1.1.0"

[dependencies.thiserror]
version = "2.0.12"

[build-dependencies.bindgen]
version = "0.72"
default-features = false