# 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 = "pcre2-sys" version = "0.2.9" authors = ["Andrew Gallant "] description = "Low level bindings to PCRE2." homepage = "https://github.com/BurntSushi/rust-pcre2" documentation = "https://docs.rs/pcre2-sys" readme = "README.md" keywords = [ "pcre", "pcre2", "regex", "jit", ] categories = ["external-ffi-bindings"] license = "Unlicense OR MIT" repository = "https://github.com/BurntSushi/rust-pcre2" [dependencies.libc] version = "0.2.146" [build-dependencies.cc] version = "1.0.73" features = ["parallel"] [build-dependencies.pkg-config] version = "0.3.27"