# 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 = "gnurx-sys" version = "0.3.11" authors = ["Koutheir Attouchi "] build = "build.rs" links = "gnurx" autobins = false autoexamples = false autotests = false autobenches = false description = "Regular expression functionality from glibc extracted into a separate library, for Win32" homepage = "https://codeberg.org/koutheir/gnurx-sys" documentation = "https://docs.rs/gnurx-sys" readme = "README.md" keywords = [ "regex", "glibc", "libgnurx", "regcomp", "regexec", ] categories = [ "external-ffi-bindings", "os::windows-apis", "parsing", "text-processing", ] license = "LGPL-2.1-or-later" repository = "https://codeberg.org/koutheir/gnurx-sys" [package.metadata.docs.rs] default-target = "x86_64-pc-windows-gnu" targets = [ "x86_64-pc-windows-gnu", "i686-pc-windows-gnu", ] [lib] name = "gnurx_sys" crate-type = ["rlib"] path = "src/lib.rs" [build-dependencies.bindgen] version = "0.70" [build-dependencies.cc] version = "1" [build-dependencies.dunce] version = "1" [build-dependencies.walkdir] version = "2"