[dependencies]
[lib]
name = "spacecell"
path = "src/lib.rs"
[package]
authors = ["pbower"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["date-and-time", "no-std"]
description = "Datetime library with ISO8601/RFC3339 parsing, calendar arithmetic, and business day calculations"
documentation = "https://docs.rs/spacecell"
edition = "2024"
keywords = ["datetime", "calendar", "iso8601", "rfc3339", "business-days"]
license = "Apache-2.0"
name = "spacecell"
readme = "README.md"
rust-version = "1.85"
version = "0.1.0"