• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1[package]
2name = "virtio-bindings"
3version = "0.2.2"
4authors = ["Sergio Lopez <slp@redhat.com>"]
5description = "Rust FFI bindings to virtio generated using bindgen."
6repository = "https://github.com/rust-vmm/vm-virtio"
7readme = "README.md"
8edition = "2021"
9keywords = ["virtio"]
10license = "BSD-3-Clause OR Apache-2.0"
11
12[features]
13# Kernel version features are deprecated and no longer have any effect,
14# as the kernel headers are backwards compatible.
15virtio-v4_14_0 = []
16virtio-v5_0_0 = []
17
18[dependencies]
19