noobase 0.0.6

Foundational pure-function utilities for astronomy analysis
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 = "2024"
name = "noobase"
version = "0.0.6"
authors = ["zchao <zchao@icrr.u-tokyo.ac.jp>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Foundational pure-function utilities for astronomy analysis"
readme = "README.md"
keywords = [
    "astronomy",
    "spectroscopy",
    "photometry",
    "rebin",
    "scientific",
]
categories = ["science"]
license = "MIT"
repository = "https://github.com/YoRHazero/noobase"
resolver = "2"

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

[[test]]
name = "convolve_integration"
path = "tests/convolve_integration.rs"

[[test]]
name = "image_reproject"
path = "tests/image_reproject.rs"

[dependencies.libm]
version = "0.2"

[dependencies.ndarray]
version = "0.16"
features = ["rayon"]

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

[dependencies.rayon]
version = "1.12.0"

[dependencies.smallvec]
version = "1.15.1"

[dependencies.thiserror]
version = "2"