ako 0.0.3

Ako is a Rust crate that offers a practical and human-friendly approach to creating, manipulating, formatting and converting dates, times and timestamps.
Documentation
[dependencies.log]
version = "0.4.22"

[dev-dependencies.float-cmp]
version = "0.10.0"

[dev-dependencies.test-case]
version = "3.3.1"

[features]
astronomy = []
default = ["std"]
std = []

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

[package]
authors = ["Ryan Leckey <leckey.ryan@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["date-and-time"]
description = "Ako is a Rust crate that offers a practical and human-friendly approach to creating, manipulating, formatting and converting dates, times and timestamps."
documentation = "https://docs.rs/ako"
edition = "2021"
keywords = ["date", "time", "calendar", "duration"]
license = "MIT OR Apache-2.0"
name = "ako"
readme = "README.md"
repository = "https://github.com/transact-rs/ako"
version = "0.0.3"

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