[build-dependencies.bindgen]
optional = true
version = "0.63"
[build-dependencies.clang]
features = ["runtime"]
optional = true
version = "2"
[build-dependencies.regex]
optional = true
version = "1"
[dependencies]
[features]
use-bindgen = ["bindgen", "regex", "clang"]
[package]
authors = ["andy-thomason <andy@andythomason.com>", "Thomas Down", "Mossa Merhi Reimert <mossa@sund.ku.dk>", "Claus O. Wilke <wilke@austin.utexas.edu>", "Ilia A. Kosenkov <ilia.kosenkov@outlook.com>", "Hiroaki Yutani"]
description = "Low level bindings to the R programming language."
documentation = "https://docs.rs/libR-sys/latest/libR_sys/"
edition = "2021"
license = "MIT"
links = "R"
name = "libR-sys"
readme = "README.md"
repository = "https://github.com/extendr/libR-sys"
version = "0.4.0"