# 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 = "2018" name = "tectonic_dep_support" version = "0.1.1" authors = ["Peter Williams "] description = """ Support for finding third-party libraries using either pkg-config or vcpkg. """ homepage = "https://tectonic-typesetting.github.io/" documentation = "https://docs.rs/tectonic_dep_support" readme = "README.md" license = "MIT" repository = "https://github.com/tectonic-typesetting/tectonic/" [dependencies.pkg-config] version = "^0.3" [dependencies.vcpkg] version = "^0.2.11"