[package] name = "libR-sys" version = "0.7.1" authors = [ "andy-thomason ", "Thomas Down", "Mossa Merhi Reimert ", "Claus O. Wilke ", "Ilia A. Kosenkov ", "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" [lib] # Some code comments on R's source code might be accidentally treated as Rust's # doc test. See https://github.com/extendr/libR-sys/issues/194 for the details. doctest = false