[[bin]]
doc = false
name = "geodate"
path = "src/main.rs"
[dependencies.getopts]
optional = true
version = "0.2"
[dependencies.num-traits]
default-features = false
features = ["libm"]
version = "0.2.18"
[dev-dependencies.time]
features = ["parsing"]
version = "0.3"
[features]
bin = ["getopts"]
default = ["bin", "std"]
std = []
[lib]
name = "geodate"
path = "src/lib.rs"
[package]
authors = ["Vincent Ollivier <v@vinc.cc>"]
description = """
Geodate computes geocentric expressions of points in time using a natural
lunisolar calendar with metric time based on decimal fractions of the mean
solar day.
"""
homepage = "https://geodate.org"
license = "MIT"
name = "geodate"
readme = "README.md"
repository = "https://github.com/vinc/geodate"
version = "0.5.0"