ridal 0.5.1

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.5.1"
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",
]
python = [
    "pyo3",
    "numpy",
]

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

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

[dependencies.chrono]
version = "0.4"

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

[dependencies.enterpolation]
version = "0.3"

[dependencies.geomorph]
version = "2.0"

[dependencies.glob]
version = "0.3"

[dependencies.image]
version = "0.24"

[dependencies.ndarray]
version = "0.17"

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

[dependencies.noisy_float]
version = "0.2"

[dependencies.num]
version = "0.4"

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

[dependencies.numpy]
version = "0.28"
optional = true

[dependencies.parse_duration]
version = "2.1"

[dependencies.pyo3]
version = "0.28.3"
optional = true

[dependencies.rayon]
version = "1.10"

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

[dependencies.serde_json]
version = "1"

[dependencies.smartcore]
version = "0.3"

[dependencies.utm]
version = "0.1"

[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"

[dev-dependencies.test_retry]
version = "0.1.0"

[target.'cfg(not(target_os = "macos"))'.dependencies.netcdf]
version = "0.12"
features = [
    "ndarray",
    "static",
]

[target.'cfg(target_os = "macos")'.dependencies.netcdf]
version = "0.12"
features = ["ndarray"]