# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "rustier" version = "0.1.0" authors = ["Hayley "] description = "Make your R more Rusty! This crate lets you use a proc macro #[R_export] to make your Rust functions callable from R similar to what RCpp does for C. Still early in development. see the bottom of lib.rs for some examples of what can already be done though." license = "GPL-2.0+" repository = "https://github.com/HayleyDeckers/rustier" [lib] name = "rustier" crate-type = ["cdylib"] [dependencies.num_enum] version = "0.5" [dependencies.rayon] version = "1" [dependencies.rustier-macros] version = "0.1"