[build-dependencies.rustversion]
version = "1"
[dependencies.cfg-if]
version = "0.1.10"
[dependencies.rand]
default-features = false
optional = true
version = "0.7"
[dependencies.rustversion]
version = "1"
[dependencies.serde]
default-features = false
features = ["derive"]
optional = true
version = "1"
[dependencies.standback]
default-features = false
version = "0.2"
[dependencies.time-macros]
version = "0.1"
[features]
__doc = []
default = ["deprecated", "std"]
deprecated = []
panicking-api = []
std = ["libc", "winapi", "stdweb", "standback/std"]
[package]
authors = ["Jacob Pratt <the.z.cuber@gmail.com>"]
build = "build.rs"
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.9"
[package.metadata.docs.rs]
all-features = true
[target."cfg(cargo_web)".dependencies.stdweb]
default-features = false
optional = true
version = "0.4"
[target."cfg(unix)".dependencies.libc]
optional = true
version = "0.2"
[target."cfg(windows)".dependencies.winapi]
features = ["minwinbase", "minwindef", "timezoneapi"]
optional = true
version = "0.3"