# 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.70.0" name = "arrow_extendr" version = "52.0.0" authors = ["Josiah Parry"] build = false include = [ "src/*", "Cargo.toml", "README.md", ] autobins = false autoexamples = false autotests = false autobenches = false description = "Enables the use of arrow-rs in R using extendr and nanoarrow" readme = "README.md" keywords = [ "arrow", "extendr", "rstats", ] categories = ["development-tools::ffi"] license = "MIT OR Apache-2.0" repository = "https://github.com/josiahparry/arrow-extendr" [lib] name = "arrow_extendr" crate-type = [ "staticlib", "lib", ] path = "src/lib.rs" [dependencies.arrow] version = "52.0.0" features = ["ffi"] [dependencies.extendr-api] version = ">=0.6.0"