[package]
edition = "2021"
name = "kine-core"
version = "0.1.1"
description = "Correct and human-readable time handling for Rust"
documentation = "https://docs.rs/kine-core"
readme = "README.md"
keywords = [
"calendar",
"date",
"no-std",
"time",
]
categories = [
"aerospace",
"date-and-time",
"no-std::no-alloc",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/Ekleog/kine"
resolver = "1"
[dependencies.cfg-if]
version = "1.0"
[dev-dependencies.bolero]
version = "0.8.0"
[features]
default = ["std"]
std = []
tz-system-provider-builtin-iers = []
tz-utc-provider-builtin-iers = []