terrustrial 0.1.1

A Rust library for geospatial statistics, variograms, and kriging.
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 = "terrustrial"
version = "0.1.1"
build = false
exclude = [
    "assets/",
    ".vscode/",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A Rust library for geospatial statistics, variograms, and kriging."
readme = "README.md"
keywords = [
    "geospatial",
    "gis",
    "statistics",
    "kriging",
    "variogram",
]
categories = [
    "science",
    "science::geo",
    "data-structures",
    "algorithms",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/cutlerjake/terrustrial"

[features]

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

[dependencies.csv]
version = "1.2.2"

[dependencies.dyn-stack]
version = "0.13.0"

[dependencies.faer]
version = "0.22.6"

[dependencies.indicatif]
version = "0.17.5"
features = ["rayon"]

[dependencies.itertools]
version = "0.11.0"

[dependencies.num-traits]
version = "0.2.15"

[dependencies.ordered-float]
version = "3.7.0"

[dependencies.permutation]
version = "0.4.1"

[dependencies.rand]
version = "0.8.5"

[dependencies.rand_distr]
version = "0.4.3"

[dependencies.rayon]
version = "1.8.1"

[dependencies.rstar]
version = "0.12.0"
features = ["serde"]

[dependencies.serde]
version = "1"
features = ["derive"]

[dependencies.ultraviolet]
version = "0.10.0"
features = [
    "f64",
    "mint",
]

[dependencies.wide]
version = "0.7.32"

[profile.release]
lto = "fat"
debug = 2
incremental = true