File: Cargo.toml.orig

package info (click to toggle)
rust-virtio-bindings 0.2.4-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 256 kB
  • sloc: makefile: 4
file content (18 lines) | stat: -rw-r--r-- 507 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "virtio-bindings"
version = "0.2.4"
authors = ["Sergio Lopez <slp@redhat.com>"]
description = "Rust FFI bindings to virtio generated using bindgen."
repository = "https://github.com/rust-vmm/vm-virtio"
readme = "README.md"
edition = "2021"
keywords = ["virtio"]
license = "BSD-3-Clause OR Apache-2.0"

[features]
# Kernel version features are deprecated and no longer have any effect,
# as the kernel headers are backwards compatible.
virtio-v4_14_0 = []
virtio-v5_0_0 = []

[dependencies]