# 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 = "cc-args" version = "0.2.0" description = "The clue between pkg-config and bindgen, cc" homepage = "https://github.com/shurizzle/cc-args" documentation = "https://docs.rs/cc-args" readme = "README.md" keywords = [ "build", "build-dependencies", ] license-file = "LICENSE" repository = "https://github.com/shurizzle/cc-args" [dependencies.bindgen] version = "0.69.2" optional = true [dependencies.cc] version = "1.0.83" optional = true [dependencies.pkg-config] version = "0.3.29" optional = true [features] bindgen = ["dep:bindgen"] cc = ["dep:cc"] default = [] pkg-config = ["dep:pkg-config"]