[build-dependencies.bindgen]
version = "0.59"
[build-dependencies.cc]
optional = true
version = "1.0"
[build-dependencies.lazy_static]
version = "1.4"
[build-dependencies.linkify]
version = "0.8"
[build-dependencies.pkg-config]
version = "0.3.24"
[build-dependencies.shell-words]
optional = true
version = "1.1.0"
[features]
default = ["ruby-macros"]
link-ruby = []
ruby-macros = ["cc", "shell-words"]
ruby-static = []
[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.4"