[package]
edition = "2021"
name = "nirs4all"
version = "0.2.13"
build = false
include = [
"Cargo.toml",
"README.md",
"src/**/*.rs",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Portable nirs4all aggregate binding over formats, IO, datasets, methods, dag-ml, and dag-ml-data"
homepage = "https://nirs4all.org"
documentation = "https://nirs4all-core.readthedocs.io/en/latest/"
readme = "README.md"
keywords = [
"nirs",
"spectroscopy",
"chemometrics",
"bindings",
]
license = "CECILL-2.1 OR AGPL-3.0-or-later"
repository = "https://github.com/GBeurier/nirs4all-core"
[features]
datasets = []
default = []
[lib]
name = "nirs4all"
path = "src/lib.rs"
[dependencies.dag_ml_crate]
version = "0.2.3"
package = "dag-ml"
[dependencies.dag_ml_data_crate]
version = "0.2.4"
package = "dag-ml-data"
[dependencies.libloading]
version = "0.8"
[dependencies.serde_json]
version = "1"
[dependencies.serde_yaml]
version = "0.9"