[workspace]
resolver = "2"
members = ["."]
[workspace.metadata.release]
allow-branch = ["main"]
sign-commit = true
sign-tag = true
pre-release-commit-message = "chore: release v{version}}"
tag-message = "chore: release v{{version}}"
tag-name = "v{{version}}"
[package]
name = "ako"
version = "0.0.3"
edition = "2021"
license = "MIT OR Apache-2.0"
readme = "README.md"
repository = "https://github.com/transact-rs/ako"
documentation = "https://docs.rs/ako"
description = "Ako is a Rust crate that offers a practical and human-friendly approach to creating, manipulating, formatting and converting dates, times and timestamps."
keywords = ["date", "time", "calendar", "duration"]
categories = ["date-and-time"]
authors = ["Ryan Leckey <leckey.ryan@gmail.com>"]
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]
[features]
default = ["std"]
std = []
astronomy = []
[dependencies]
log = "0.4.22"
[dev-dependencies]
float-cmp = "0.10.0"
test-case = "3.3.1"