1# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO 2# 3# When uploading crates to the registry Cargo will automatically 4# "normalize" Cargo.toml files for maximal compatibility 5# with all versions of Cargo and also rewrite `path` dependencies 6# to registry (e.g., crates.io) dependencies. 7# 8# If you are reading this file be aware that the original Cargo.toml 9# will likely look very different (and much more reasonable). 10# See Cargo.toml.orig for the original contents. 11 12[package] 13edition = "2021" 14name = "vmm-sys-util" 15version = "0.12.1" 16authors = ["Intel Virtualization Team <[email protected]>"] 17description = "A system utility set" 18readme = "README.md" 19keywords = ["utils"] 20license = "BSD-3-Clause" 21repository = "https://github.com/rust-vmm/vmm-sys-util" 22 23[package.metadata.docs.rs] 24all-features = true 25rustdoc-args = [ 26 "--cfg", 27 "docsrs", 28] 29 30[dependencies.libc] 31version = "0.2.39" 32 33[dependencies.serde] 34version = "1.0.27" 35optional = true 36 37[dependencies.serde_derive] 38version = "1.0.27" 39optional = true 40 41[dev-dependencies.bincode] 42version = "1.3.3" 43 44[dev-dependencies.serde_json] 45version = "1.0.9" 46 47[features] 48with-serde = [ 49 "serde", 50 "serde_derive", 51] 52 53[target."cfg(any(target_os = \"linux\", target_os = \"android\"))".dependencies.bitflags] 54version = "1.0" 55