--- onig_sys-69.8.1/Cargo.toml 1970-01-01T00:00:01+00:00 +++ onig_sys-69.8.1/Cargo.toml 2024-10-23T17:18:50.214423+00:00 @@ -29,15 +29,13 @@ instead check out the `onig` crate. """ documentation = "http://rust-onig.github.io/rust-onig/onig_sys/" -readme = "README.md" categories = ["external-ffi-bindings"] license = "MIT" repository = "http://github.com/iwillspeak/rust-onig" [build-dependencies.bindgen] -version = "0.59" +version = "0.69" features = ["runtime"] -optional = true [build-dependencies.cc] version = "1.0" @@ -46,6 +44,7 @@ version = "^0.3.16" [features] +bindgen = [] default = ["generate"] generate = ["bindgen"] posix-api = []