[package] summary = "Rust bindings for oniguruma" cargo-toml-patch-comments = [ "bump bindgen build-dependency from 0.59 to 0.69", "remove reference to readme file that is not included in published crates", ] [[package.extra-patches]] number = 1 file = "0001-Unconditionally-use-bindgen-and-dynamic-linking-with.patch" comments = ["unconditionally use bindgen and dynamic linking with pkg-config"] [requires] build = [ "pkgconfig(oniguruma) >= 6.8.0", ] lib = [ "pkgconfig(oniguruma) >= 6.8.0", ] [scripts] prep.post = [ "# remove bundled oniguruma sources", "rm -r oniguruma/", ]