[package]
edition = "2018"
name = "jlrs-ndarray"
version = "0.3.0"
authors = ["Thomas van Doornmalen <thomas.vandoornmalen@gmail.com>"]
description = "jlrs is a library built around bindings to the Julia C API that enables Julia code to be called \nfrom Rust. jlrs can move many kinds of data from Rust to Julia and back, share n-dimensional \nnumerical arrays between languages, call arbitrary functions, and load code from arbitrary Julia\nsource files. jlrs currently supports Linux and Windows.\n"
homepage = "https://github.com/Taaitaaiger/jlrs"
documentation = "https://docs.rs/jlrs-ndarray"
keywords = ["Julia", "math", "mathematics", "ndarray", "jlrs"]
license = "MIT"
repository = "https://github.com/Taaitaaiger/jlrs"
[package.metadata.docs.rs]
features = ["docs-rs"]
[dependencies.jlrs]
version = "0.9"
[dependencies.ndarray]
version = "0.14"
[features]
docs-rs = ["jlrs/docs-rs"]