time 0.3.0-alpha-0

Date and time library. Fully interoperable with the standard library. Mostly compatible with #![no_std].
Documentation
[[bench]]
harness = false
name = "benchmarks"
path = "benchmarks/main.rs"
[dependencies.const_fn]
version = "0.4.7"

[dependencies.itoa]
optional = true
version = "0.4.7"

[dependencies.quickcheck-dep]
default-features = false
optional = true
package = "quickcheck"
version = "1.0.3"

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

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

[dependencies.standback]
default-features = false
features = ["msrv-1-46"]
version = "0.3.1"

[dependencies.time-macros]
optional = true
version = "=0.2.0-alpha.0"
[dev-dependencies.criterion]
features = ["html_reports"]
version = "0.3.4"

[dev-dependencies.rand]
default-features = false
version = "0.8.3"

[dev-dependencies.serde]
default-features = false
version = "1.0.125"

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

[dev-dependencies.serde_test]
version = "1.0.125"

[features]
alloc = []
default = ["std"]
formatting = ["itoa", "std"]
large-dates = ["time-macros/large-dates"]
local-offset = ["std", "winapi"]
macros = ["time-macros"]
parsing = []
quickcheck = ["quickcheck-dep", "alloc"]
serde-human-readable = ["serde", "formatting", "parsing"]
std = ["alloc"]

[package]
authors = ["Jacob Pratt <open-source@jhpratt.dev>", "Time contributors"]
categories = ["date-and-time", "no-std", "parser-implementations", "value-formatting"]
description = "Date and time library. Fully interoperable with the standard library. Mostly compatible with #![no_std]."
edition = "2018"
homepage = "https://time-rs.github.io"
include = ["src/**/*", "LICENSE-*", "README.md", "!src/tests.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.3.0-alpha-0"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "__time_03_docs"]
targets = ["x86_64-unknown-linux-gnu"]
[target."cfg(unsound_local_offset)".dependencies.libc]
version = "0.2.93"
[target."cfg(windows)".dependencies.winapi]
features = ["minwinbase", "minwindef", "timezoneapi"]
optional = true
version = "0.3.9"