[package]
edition = "2021"
rust-version = "1.65"
name = "extendr-engine"
version = "0.8.2"
authors = [
"andy-thomason <andy@andythomason.com>",
"Thomas Down",
"Mossa Merhi Reimert <mossa@sund.ku.dk>",
"Josiah Parry <josiah.parry@gmail.com>",
"Claus O. Wilke <wilke@austin.utexas.edu>",
"Hiroaki Yutani",
"Ilia A. Kosenkov <ilia.kosenkov@outlook.com>",
"Michael Milton <michael.r.milton@gmail.com>",
]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Safe and user friendly bindings to the R programming language."
readme = "README.md"
license = "MIT"
repository = "https://github.com/extendr/extendr"
[features]
default = []
tests-all = []
[lib]
name = "extendr_engine"
path = "src/lib.rs"
[dependencies.ctor]
version = "0.4.2"
[dependencies.extendr-ffi]
version = "0.8.2"