[build-dependencies.bindgen]
version = "0.60"
[build-dependencies.cc]
optional = true
version = "1.0"
[build-dependencies.linkify]
version = "0.8"
[build-dependencies.rb-sys-build]
version = "0.9.5"
[build-dependencies.regex]
version = "1"
[build-dependencies.shell-words]
optional = true
version = "1.1.0"
[dependencies.libc]
version = "0.2.126"
[features]
bindgen-deprecated-types = []
bindgen-rbimpls = []
default = ["ruby-macros", "gem"]
gem = ["ruby-abi-version"]
global-allocator = []
link-ruby = []
ruby-abi-version = []
ruby-macros = ["cc", "shell-words"]
ruby-static = ["link-ruby"]
[lib]
doctest = false
[package]
build = "build/main.rs"
categories = ["ruby", "external-ffi-bindings"]
description = "Rust bindings for the CRuby API"
documentation = "https://docs.rs/rb-sys"
edition = "2018"
homepage = "https://github.com/oxidize-rb/rb-sys"
license = "MIT OR Apache-2.0"
links = "rb"
name = "rb-sys"
readme = "readme.md"
repository = "https://github.com/oxidize-rb/rb-sys"
version = "0.9.7"