[dependencies.rustversion]
version = "1"
[dependencies.serde]
default-features = false
features = ["derive"]
optional = true
version = "1"
[dependencies.time-macros]
version = "0.1"
[features]
default = ["deprecated", "std"]
deprecated = []
panicking-api = []
std = []
[package]
authors = ["Jacob Pratt <the.z.cuber@gmail.com>"]
categories = ["date-and-time"]
description = "Date and time library. Fully interoperable with the standard library. Mostly compatible with #![no_std]."
edition = "2018"
keywords = ["date", "time", "calendar", "duration"]
license = "MIT OR Apache-2.0"
name = "time"
readme = "README.md"
repository = "https://github.com/time-rs/time"
version = "0.2.4"
[package.metadata.docs.rs]
all-features = true