extendr-engine 0.8.2

Safe and user friendly bindings to the R programming language.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[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"