[package] name = "open-vm-tools" version = "0.1.0" edition = "2021" publish = false build = "../build.rs" [lib] path = "../packages.rs" [package.metadata.build-package] releases-url = "https://github.com/vmware/open-vm-tools/releases/" [[package.metadata.build-package.external-files]] url = "https://github.com/vmware/open-vm-tools/releases/download/stable-12.2.0/open-vm-tools-12.2.0-21223074.tar.gz" sha512 = "d663d8ea455264cad7d3eaac16c5d08672e8e10f7a9171be40fff69e208ae697bc0e8af498c978d8de470ed273351b42c54994b2c552fdc05b828c80f4826b84" [build-dependencies] glibc = { path = "../glibc" } libglib = { path = "../libglib" } libtirpc = { path = "../libtirpc" } libxcrypt = { path = "../libxcrypt" }