# 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 = "system-deps" version = "7.0.3" authors = [ "Guillaume Desmottes ", "Josh Triplett ", ] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Discover and configure system dependencies from declarative dependencies in Cargo.toml" documentation = "https://docs.rs/system-deps/" readme = "README.md" keywords = [ "pkg-config", "build-dependencies", "build-depends", "manifest", "metadata", ] license = "MIT OR Apache-2.0" repository = "https://github.com/gdesmott/system-deps" [lib] name = "system_deps" path = "src/lib.rs" [dependencies.cfg-expr] version = "0.17" features = ["targets"] [dependencies.heck] version = "0.5" [dependencies.pkg-config] version = "0.3.25" [dependencies.toml] version = "0.8" features = ["parse"] default-features = false [dependencies.version-compare] version = "0.2" [dev-dependencies.assert_matches] version = "1.5" [dev-dependencies.itertools] version = "0.13" [dev-dependencies.lazy_static] version = "1"