kvm-sys 0.3.0

Bindings for KVM interface
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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "kvm-sys"
version = "0.3.0"
authors = ["Dan Schatzberg <schatzberg.dan@gmail.com>", "Gerd Zellweger <mail@gerdzellweger.com>"]
build = "build.rs"
description = "Bindings for KVM interface"
homepage = "https://github.com/gz/kvm"
readme = "README.md"
keywords = ["kvm", "virtualization"]
license = "Apache-2.0"
repository = "https://github.com/gz/kvm.git"
[dependencies.clippy]
version = "0.0.23"
optional = true

[dependencies.errno]
version = "0.1.4"

[dependencies.libc]
version = "0.2"

[dependencies.log]
version = "0.3"

[dependencies.memmap]
version = "0.2.1"
[build-dependencies.gcc]
version = "0.3"

[features]
default = []
dev = ["clippy"]