[package]
name = "libR-sys"
version = "0.4.0"
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",
]
edition = "2021"
description = "Low level bindings to the R programming language."
license = "MIT"
links = "R"
documentation = "https://docs.rs/libR-sys/latest/libR_sys/"
repository = "https://github.com/extendr/libR-sys"
[dependencies]
[build-dependencies]
bindgen = { version = "0.63", optional = true }
regex = { version = "1", optional = true }
clang = { version = "2", optional = true, features = ["runtime"] }
[features]
use-bindgen = ["bindgen", "regex", "clang"]