tempoch-time-data 0.1.2

Internal shared time-data support for tempoch.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "tempoch-time-data"
version = "0.1.2"
edition = "2021"
authors = ["VPRamon <vallespuigramon@gmail.com>"]
license = "AGPL-3.0-only"
description = "Internal shared time-data support for tempoch."
repository = "https://github.com/Siderust/tempoch"

[features]
default = []
fetch = ["dep:serde_json", "dep:sha2", "dep:ureq"]

[dependencies]
chrono = "0.4.43"
serde_json = { version = "1", optional = true }
sha2 = { version = "0.10", optional = true }
ureq = { version = "2.10", optional = true }