# 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" name = "rhai-sci" version = "0.2.1" authors = ["Chris McComb "] build = "build.rs" description = "Scientific computing in the Rhai scripting language" homepage = "https://github.com/rhaiscript/rhai-sci" documentation = "https://docs.rs/rhai-sci" readme = "README.md" keywords = [ "scripting", "rhai", "scientific", "scripting-language", "matlab", ] categories = [ "algorithms", "science", ] license = "MIT OR Apache-2.0" repository = "https://github.com/rhaiscript/rhai-sci" [package.metadata.docs.rs] all-features = true [dependencies.csv-sniffer] version = "0.3.1" optional = true [dependencies.linregress] version = "0.5.0" optional = true [dependencies.minreq] version = "2.6.0" features = [ "json-using-serde", "https", ] optional = true [dependencies.nalgebralib] version = "0.32.1" optional = true package = "nalgebra" [dependencies.polars] version = "0.27.2" optional = true [dependencies.randlib] version = "0.8" optional = true package = "rand" [dependencies.rhai] version = ">=1.8.0" [dependencies.smartstring] version = "1.0.1" [dependencies.temp-file] version = "0.1.6" optional = true [dependencies.url] version = "2.2.2" optional = true [build-dependencies.csv-sniffer] version = "0.3.1" optional = true [build-dependencies.linregress] version = "0.5.0" optional = true [build-dependencies.minreq] version = "2.6.0" features = [ "json-using-serde", "https", ] optional = true [build-dependencies.nalgebralib] version = "0.32.1" optional = true package = "nalgebra" [build-dependencies.polars] version = "0.27.2" optional = true [build-dependencies.randlib] version = "0.8" optional = true package = "rand" [build-dependencies.rhai] version = ">=1.8.0" [build-dependencies.serde] version = "1.0.140" [build-dependencies.serde_json] version = "1.0.82" [build-dependencies.smartstring] version = "1.0.1" [build-dependencies.temp-file] version = "0.1.6" optional = true [build-dependencies.url] version = "2.2.2" optional = true [features] default = [ "io", "rand", "nalgebra", ] io = [ "polars", "url", "temp-file", "csv-sniffer", "minreq", ] metadata = ["rhai/metadata"] nalgebra = [ "nalgebralib", "linregress", ] rand = ["randlib"]