pracstro 1.1.1

A simple astronomy library
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 = "pracstro"
version = "1.1.1"
authors = ["Oliver Webb <oliverwebb8192@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A simple astronomy library"
readme = "README.md"
keywords = ["astronomy"]
license = "0BSD"
repository = "https://github.com/oliverkwebb/pracstro"

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

[[example]]
name = "ephem"
path = "examples/ephem.rs"

[[example]]
name = "mprintf"
path = "examples/mprintf.rs"

[[example]]
name = "speed"
path = "examples/speed.rs"

[dependencies]