rhai-sci 0.3.0

Scientific computing in the Rhai scripting language
Documentation
# 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.3.0"
authors = ["Chris McComb <ccmcc2012@gmail.com>"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
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

[features]
default = [
    "io",
    "rand",
    "nalgebra",
]
io = [
    "polars",
    "url",
    "temp-file",
    "csv-sniffer",
    "minreq",
]
metadata = ["rhai/metadata"]
nalgebra = [
    "nalgebralib",
    "linregress",
]
rand = ["randlib"]

[lib]
name = "rhai_sci"
path = "src/lib.rs"

[[example]]
name = "download_and_regress"
path = "examples/download_and_regress.rs"

[[test]]
name = "rhai-sci-tests"
path = "tests/rhai-sci-tests.rs"

[dependencies.csv-sniffer]
version = "0.3.1"
optional = true

[dependencies.linregress]
version = "0.5.0"
optional = true

[dependencies.minreq]
version = "2.13.0"
features = [
    "json-using-serde",
    "https",
]
optional = true

[dependencies.nalgebralib]
version = ">=0.33.2,<1"
optional = true
package = "nalgebra"

[dependencies.polars]
version = ">=0.45.1,<1"
optional = true

[dependencies.randlib]
version = "0.9.0"
optional = true
package = "rand"

[dependencies.rhai]
version = "1.8.0"

[dependencies.smartstring]
version = "1.0"

[dependencies.temp-file]
version = "0.2.0"
optional = true

[dependencies.url]
version = "2.0.0"
optional = true

[build-dependencies.csv-sniffer]
version = "0.3.1"
optional = true

[build-dependencies.linregress]
version = "0.5.4"
optional = true

[build-dependencies.minreq]
version = "2.13.0"
features = [
    "json-using-serde",
    "https",
]
optional = true

[build-dependencies.nalgebralib]
version = ">=0.33.2,<1"
optional = true
package = "nalgebra"

[build-dependencies.polars]
version = ">=0.45.1,<1"
optional = true

[build-dependencies.randlib]
version = "0.9.0"
optional = true
package = "rand"

[build-dependencies.rhai]
version = "1.8.0"

[build-dependencies.serde]
version = "1.0.0"

[build-dependencies.serde_json]
version = "1.0.0"

[build-dependencies.smartstring]
version = "1.0.0"

[build-dependencies.temp-file]
version = "0.2.0"
optional = true

[build-dependencies.url]
version = "2.0.0"
optional = true