[dependencies.chrono]
default-features = false
features = [
"clock",
"serde",
]
optional = true
version = "0.4.44"
[dependencies.log]
features = ["release_max_level_trace"]
version = "0.4.29"
[dependencies.scoped-tls]
optional = true
version = "1.0.1"
[dependencies.switchy_random]
default-features = false
features = ["rand"]
optional = true
version = "0.3.0"
[features]
chrono = ["dep:chrono"]
default = [
"simulator",
"std",
]
fail-on-warnings = ["switchy_random?/fail-on-warnings"]
simulator = [
"dep:scoped-tls",
"dep:switchy_random",
"switchy_random?/simulator",
]
std = []
[package]
authors = ["Braden Steffaniak"]
categories = [
"date-and-time",
"development-tools",
]
description = "Switchy Time package"
edition = "2024"
keywords = ["time"]
license = "MPL-2.0"
name = "switchy_time"
readme = "README.md"
repository = "https://github.com/MoosicBox/MoosicBox"
version = "0.3.0"
[package.metadata]
examples = true
[package.metadata.workspaces]
group = "switchy"