faketime 0.1.1

Fake time to ease testing and debugging
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[package]
name = "faketime"
version = "0.1.1"
license = "MIT"
authors = ["Nervos Core Dev <dev@nervos.org>"]
edition = "2018"
description = "Fake time to ease testing and debugging"
keywords = ["time"]
categories = ["development-tools", "date-and-time"]
repository = "https://github.com/nervosnetwork/faketime"
exclude = ["/.travis.yml"]

[target.'cfg(not(disable_faketime))'.dependencies]
tempfile = "3.0"