# 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 = "friedrich" version = "0.5.0" authors = ["Nestor Demeure"] description = "Gaussian Process Regression." documentation = "https://docs.rs/friedrich" readme = "readme.md" keywords = ["regression", "gaussian", "process", "kernel", "kriging"] categories = ["algorithms", "science"] license = "Apache-2.0" repository = "https://github.com/nestordemeure/friedrich" resolver = "2" [dependencies.nalgebra] version = "0.30.1" [dependencies.ndarray] version = "0.15" optional = true [dependencies.rand] version = "0.8" [dependencies.rand_distr] version = "0.4" [dependencies.serde] version = "1.0" features = ["derive"] optional = true [features] default = ["friedrich_serde"] friedrich_ndarray = ["ndarray"] friedrich_serde = ["serde", "nalgebra/serde-serialize"]