pyref-core 0.2.5

Core of the pyref project
[dependencies.astrors]
version = "0.1.8"

[dependencies.ndarray]
version = "0.15.6"

[dependencies.polars]
default-features = false
features = ["docs", "zip_with", "csv", "temporal", "fmt", "dtype-full"]
version = "0.42.0"

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

[package]
authors = ["Harlan Heilman Harlan.Heilman@wsu.edu"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "Core of the pyref project"
documentation = "https://docs.rs/pyref-core/"
edition = "2021"
license = "GPL-2.0"
name = "pyref-core"
readme = "README.md"
repository = "https://github.com/WSU-Carbon-Lab/pyref-ccd"
version = "0.2.5"

[package.metadata.docs.rs]
features = ["docs-selection"]
rustdoc-args = ["--cfg", "docsrs"]