time 0.2.26

Date and time library. Fully interoperable with the standard library. Mostly compatible with #![no_std].
Documentation
[build-dependencies.version_check]
version = "0.9.2"
[dependencies.const_fn]
version = "0.4.2"

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

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

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

[dependencies.time-macros]
version = "0.1.1"
[dev-dependencies.rand]
default-features = false
version = "0.7.3"

[dev-dependencies.serde_json]
version = "1.0.64"

[dev-dependencies.standback]
version = "0.2.15"

[features]
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"
include = ["src/**/*", "LICENSE-*", "README.md", "CHANGELOG.md", "build.rs"]
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.26"
[package.metadata.docs.rs]
all-features = true
rustc-args = ["--cfg", "__time_02_docs"]
rustdoc-args = ["--cfg", "__time_02_docs"]
targets = ["x86_64-unknown-linux-gnu"]
[target."cfg(target_arch = \"wasm32\")".dependencies.stdweb]
default-features = false
optional = true
version = "0.4.20"
[target."cfg(unix)".dependencies.libc]
optional = true
version = "0.2.89"
[target."cfg(windows)".dependencies.winapi]
features = ["minwinbase", "minwindef", "timezoneapi"]
optional = true
version = "0.3.9"