# 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] name = "vcpkg_rs_mf" version = "0.3.1" authors = [ "Jim McGrath ", "Patrick Vollebregt ", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = """ A library to find native dependencies in a vcpkg tree at build time in order to be used in Cargo build scripts. """ documentation = "https://docs.rs/vcpkg_rs_mf" readme = "README.md" keywords = [ "build-dependencies", "windows", "macos", "linux", ] categories = ["development-tools::build-utils"] license = "MIT/Apache-2.0" repository = "https://github.com/crosscode-nl/vcpkg-rs-mf" [lib] name = "vcpkg_rs_mf" path = "src/lib.rs" [dependencies] [dev-dependencies.lazy_static] version = "1" [dev-dependencies.tempfile] version = "3"