cepheid 0.1.4

A Rust library for working with lightcurve data
Documentation
[dependencies.chrono]
version = "0.4"

[dependencies.rand]
version = "0.9.2"

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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["science"]
description = "A Rust library for working with lightcurve data"
edition = "2024"
keywords = ["photometry", "vismag", "lightcurve"]
license = "MIT"
name = "cepheid"
readme = "README.md"
repository = "https://github.com/jmcguigs/cepheid"
version = "0.1.4"