Small utility helpers used by Gears / ToolKit.
The `cf-gears-toolkit-utils` crate currently provides optional serde support for `humantime`.
```rust
use serde::{Deserialize, Serialize};
use std::time::Duration;
struct Foo {
}
```
Licensed under Apache-2.0.