# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" rust-version = "1.56.0" name = "vmw_backdoor" version = "0.2.4" authors = ["Luca BRUNO "] description = "A pure-Rust library for VMware host-guest protocol (\"VMXh backdoor\")" documentation = "https://docs.rs/vmw_backdoor" readme = "README.md" license = "MIT/Apache-2.0" repository = "https://github.com/coreos/vmw_backdoor-rs" [package.metadata.release] pre-release-commit-message = "cargo: release {{version}}" publish = false push = false sign-commit = true sign-tag = true tag-message = "release {{version}}" [dependencies.cfg-if] version = "^1.0" [dependencies.errno] version = ">= 0.2, < 0.4" [dependencies.libc] version = "^0.2" [dependencies.log] version = "^0.4" [dependencies.thiserror] version = "^1.0" [build-dependencies.cc] version = "^1.0"