[dependencies]
[lib]
name = "psrutils"
path = "src/lib.rs"
[package]
authors = ["Samuel Gullin <gullin@ia.forth.gr>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["data-structures", "science", "parsing"]
description = "A crate with a few utilities to facilitate pulsar science projects in rust."
edition = "2024"
exclude = [".*"]
keywords = ["astronomy", "pulsars"]
license = "MIT OR Apache-2.0"
name = "psrutils"
readme = "readme.md"
repository = "https://github.com/SGullin/psrutils"
version = "0.2.5"