[package]
build = "build/main.rs"
name = "rb-sys"
version = "0.9.49"
edition = "2018"
readme = "readme.md"
categories = ["external-ffi-bindings"]
description = "Rust bindings for the CRuby API"
documentation = "https://docs.rs/rb-sys"
homepage = "https://github.com/oxidize-rb/rb-sys"
license = "MIT OR Apache-2.0"
links = "rb"
repository = "https://github.com/oxidize-rb/rb-sys"
[build-dependencies]
rb-sys-build = { path = "../rb-sys-build", version = "0.9.47" }
cc = { version = "1.0", optional = true }
[features]
default = []
link-ruby = []
no-link-ruby = []
ruby-macros = ["cc"]
ruby-static = []
global-allocator = []
bindgen-rbimpls = ["rb-sys-build/bindgen-rbimpls"]
bindgen-deprecated-types = ["rb-sys-build/bindgen-deprecated-types"]
[lib]
doctest = false