[package]
name = "time"
version = "0.2.0"
authors = ["Jacob Pratt <the.z.cuber@gmail.com>"]
edition = "2018"
exclude = [".github", ".editorconfig", "rustfmt.toml"]
repository = "https://github.com/time-rs/time"
keywords = ["date", "time", "calendar", "duration"]
categories = ["date-and-time"]
license = "MIT OR Apache-2.0"
description = "Date and time library. Fully interoperable with the standard library. Mostly compatible with #![no_std]."
[features]
default = ["std", "deprecated"]
deprecated = []
std = []
panicking-api = []
[dependencies]
serde = { version = "1", optional = true, default-features = false, features = ["derive", "alloc"] }