# 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" name = "extendr-engine" version = "0.7.1" authors = [ "andy-thomason ", "Thomas Down", "Mossa Merhi Reimert ", "Claus O. Wilke ", "Hiroaki Yutani", "Ilia A. Kosenkov ", "Michael Milton ", ] build = "build.rs" 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" [lib] name = "extendr_engine" path = "src/lib.rs" [dependencies.ctor] version = "0.2.4" [dependencies.libR-sys] version = "0.7.1" [features] default = [] tests-all = []