# 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" name = "cmake-package" version = "0.1.3" authors = ["Daniel Vrátil "] build = false exclude = [ "/.github", "tests", ] autobins = false autoexamples = false autotests = false autobenches = false description = """ A helper library for Cargo build-scripts to find and link against existing CMake packages. """ homepage = "https://github.com/danvratil/cmake-package-rs" documentation = "https://docs.rs/cmake-package" readme = "README.md" keywords = [ "build-dependencies", "cmake", ] categories = ["development-tools::build-utils"] license = "MIT" repository = "https://github.com/danvratil/cmake-package-rs" [lib] name = "cmake_package" path = "src/lib.rs" [dependencies.itertools] version = "0.13" [dependencies.once_cell] version = "1.20.2" [dependencies.regex] version = "1.11" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.tempfile] version = "3" [dependencies.which] version = "7" [dev-dependencies.scopeguard] version = "1.2" [dev-dependencies.serial_test] version = "3.2" [target."cfg(unix)".dev-dependencies.stdio-override] version = "0.1"