ridal 0.4.7

Speeding up Ground Penetrating Radar (GPR) processing
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 = "ridal"
version = "0.4.7"
authors = ["Erik Schytt Mannerfelt"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Speeding up Ground Penetrating Radar (GPR) processing"
readme = "README.md"
license-file = "LICENSE"
repository = "https://github.com/erikmannerfelt/ridal"

[features]
cli = []
default = ["cli"]
python = ["pyo3"]

[lib]
name = "ridal"
crate-type = ["cdylib"]
path = "src/lib.rs"

[[bin]]
name = "ridal"
path = "src/main.rs"

[dependencies.chrono]
version = "0.4.39"

[dependencies.clap]
version = "4.3.2"
features = ["derive"]

[dependencies.enterpolation]
version = "0.2"

[dependencies.geomorph]
version = "2.0.2"

[dependencies.glob]
version = "0.3.1"

[dependencies.image]
version = "0.24.6"

[dependencies.ndarray]
version = "0.15.6"

[dependencies.ndarray-stats]
version = "0.5.1"

[dependencies.netcdf]
version = "0.10.5"
features = [
    "ndarray",
    "static",
]

[dependencies.noisy_float]
version = "0.2.0"

[dependencies.num]
version = "0.4.0"

[dependencies.num-complex]
version = "0.2.4"

[dependencies.parse_duration]
version = "2.1.1"

[dependencies.pyo3]
version = "0.22"
features = ["extension-module"]
optional = true

[dependencies.rayon]
version = "1.7.0"

[dependencies.smartcore]
version = "0.3.2"

[dependencies.utm]
version = "0.1.6"

[dev-dependencies.approx]
version = "0.5.0"

[dev-dependencies.serial_test]
version = "3.2.0"

[dev-dependencies.temp-env]
version = "0.3.6"

[dev-dependencies.tempfile]
version = "3.5.0"