temporal_rs 0.1.2

Temporal in Rust is an implementation of the TC39 Temporal Builtin Proposal in Rust.
Documentation
[dependencies.core_maths]
version = "0.1.1"

[dependencies.iana-time-zone]
optional = true
version = "0.1.64"

[dependencies.icu_calendar]
default-features = false
features = ["unstable", "compiled_data"]
version = "2.1.0"

[dependencies.icu_locale]
version = "2.1.0"

[dependencies.ixdtf]
features = ["duration"]
version = "0.6.4"

[dependencies.log]
optional = true
version = "0.4.28"

[dependencies.num-traits]
default-features = false
version = "0.2.19"

[dependencies.timezone_provider]
version = "0.1.2"

[dependencies.tinystr]
version = "0.8.0"

[dependencies.web-time]
optional = true
version = "1.1.0"

[dependencies.writeable]
version = "0.6.0"

[features]
compiled_data = ["tzdb"]
default = ["sys"]
float64_representable_durations = []
log = ["dep:log"]
std = []
sys = ["std", "compiled_data", "dep:web-time", "dep:iana-time-zone"]
tzdb = ["std", "timezone_provider/tzif"]

[lib]
name = "temporal_rs"
path = "src/lib.rs"

[package]
authors = ["boa-dev"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["date-and-time", "internationalization"]
description = "Temporal in Rust is an implementation of the TC39 Temporal Builtin Proposal in Rust."
edition = "2021"
exclude = ["docs/*", ".github/*", "debug/", ".gitignore", "CONTRIBUTING.md", "cliff.toml", "tests/data/zoneinfo64.res"]
keywords = ["date", "time", "calendar", "timezone", "duration"]
license = "MIT OR Apache-2.0"
name = "temporal_rs"
readme = "README.md"
repository = "https://github.com/boa-dev/temporal"
rust-version = "1.83.0"
version = "0.1.2"

[package.metadata.cargo-all-features]
denylist = ["default"]
max_combination_size = 4

[package.metadata.docs.rs]
all-features = true