# 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" version = "0.2.9" authors = ["Andrew Gallant "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "High level wrapper library for PCRE2." homepage = "https://github.com/BurntSushi/rust-pcre2" documentation = "https://docs.rs/pcre2" readme = "README.md" keywords = [ "pcre", "pcre2", "regex", "jit", "perl", ] categories = ["text-processing"] license = "Unlicense OR MIT" repository = "https://github.com/BurntSushi/rust-pcre2" [lib] name = "pcre2" path = "src/lib.rs" [dependencies.libc] version = "0.2.146" [dependencies.log] version = "0.4.19" [dependencies.pcre2-sys] version = "0.2.9"