time 0.2.13

Date and time library. Fully interoperable with the standard library. Mostly compatible with #![no_std].
Documentation
[build-dependencies.version_check]
version = "0.9"
[dependencies.cfg-if]
version = "0.1.10"

[dependencies.rand]
default-features = false
optional = true
version = "0.7"

[dependencies.serde]
default-features = false
features = ["derive"]
optional = true
version = "1"

[dependencies.standback]
default-features = false
version = "0.2.5"

[dependencies.time-macros]
version = "0.1"

[dev-dependencies]

[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.13"
[package.metadata.docs.rs]
all-features = true
targets = ["x86_64-unknown-linux-gnu"]
[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"