aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml.orig
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml.orig')
-rw-r--r--Cargo.toml.orig7
1 files changed, 6 insertions, 1 deletions
diff --git a/Cargo.toml.orig b/Cargo.toml.orig
index 668a2ac..70e92b5 100644
--- a/Cargo.toml.orig
+++ b/Cargo.toml.orig
@@ -1,6 +1,6 @@
[package]
name = "vmm-sys-util"
-version = "0.11.1"
+version = "0.12.1"
authors = ["Intel Virtualization Team <vmm-maintainers@intel.com>"]
description = "A system utility set"
repository = "https://github.com/rust-vmm/vmm-sys-util"
@@ -9,6 +9,10 @@ keywords = ["utils"]
edition = "2021"
license = "BSD-3-Clause"
+[package.metadata.docs.rs]
+all-features = true
+rustdoc-args = ["--cfg", "docsrs"]
+
[features]
with-serde = ["serde", "serde_derive"]
@@ -22,3 +26,4 @@ bitflags = "1.0"
[dev-dependencies]
serde_json = "1.0.9"
+bincode = "1.3.3"