cloud-hypervisor/vendor/registry-40351f815f426200/kvm-ioctls/Cargo.toml

29 lines
956 B
TOML
Raw Normal View History

# 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-ioctls"
version = "0.1.0"
authors = ["Amazon Firecracker Team <firecracker-maintainers@amazon.com>"]
description = "Safe wrappers over KVM ioctls"
readme = "README.md"
keywords = ["kvm"]
license = "Apache-2.0 OR MIT"
repository = "https://github.com/rust-vmm/kvm-ioctls"
[dependencies.kvm-bindings]
version = ">=0.1.0"
[dependencies.libc]
version = ">=0.2.39"
[dev-dependencies.byteorder]
version = ">=1.2.1"