humantime-serde 1.1.1

Serde support for the `humantime` crate
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[package]
name = "humantime-serde"
version = "1.1.1"
authors = ["jean-airoldie <maxence.caron@protonmail.com>"]
edition = "2018"
license = "MIT OR Apache-2.0"
description = "Serde support for the `humantime` crate"
repository = "https://github.com/jean-airoldie/humantime-serde"
readme = "README.md"
keywords = ["serde", "humantime", "time", "duration"]

[dependencies]
humantime = "2.0.0"
serde = { version = "1.0", features = ["derive"] }

[dev-dependencies]
serde_json = "1.0"
version-sync = "0.8"