[build-dependencies.bindgen]
default-features = false
features = ["runtime"]
version = "0.60"
[build-dependencies.cc]
optional = true
version = "1.0"
[build-dependencies.linkify]
version = "0.9"
[build-dependencies.rb-sys-build]
version = "0.9.27"
[build-dependencies.shell-words]
optional = true
version = "1.1"
[features]
bindgen-deprecated-types = []
bindgen-rbimpls = []
debug-build = []
default = []
gem = ["ruby-abi-version"]
global-allocator = []
link-ruby = []
no-link-ruby = []
ruby-abi-version = []
ruby-macros = ["cc", "shell-words"]
ruby-static = []
[lib]
doctest = false
[package]
build = "build/main.rs"
categories = ["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.27"