# 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 = "jlrs-ndarray" version = "0.3.0" authors = ["Thomas van Doornmalen "] 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"]