easytime 0.1.2

Providing wrapper types for safely performing panic-free checked arithmetic on instants and durations.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
edition = "2018"
name = "easytime"
version = "0.1.2"
authors = ["Taiki Endo <te316e89@gmail.com>"]
exclude = ["/.travis.yml"]
description = "Providing wrapper types for safely performing panic-free checked arithmetic on instants and durations."
documentation = "https://docs.rs/easytime/"
readme = "README.md"
keywords = ["no_std", "time"]
categories = ["no-std"]
license = "Apache-2.0/MIT"
repository = "https://github.com/taiki-e/easytime"

[features]
default = ["std"]
std = []