kairos 0.1.0-beta-2

A library on top of chrono to calculate times and dates ergonomically
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]
name = "kairos"
version = "0.1.0-beta-2"
authors = ["Matthias Beyer <mail@beyermatthias.de>"]
description = "A library on top of chrono to calculate times and dates ergonomically"
readme = "README.md"
keywords = ["time", "calc", "parser"]
categories = ["date-and-time"]
license = "MPL-2.0"
repository = "https://github.com/matthiasbeyer/kairos"
[dependencies.chrono]
version = "0.4"

[dependencies.filters]
version = "0.2"
optional = true

[dependencies.error-chain]
version = "0.11"

[dependencies.nom]
version = "3.2"

[dependencies.iso8601]
version = "0.2"
[dev-dependencies.log]
version = "0.3"

[dev-dependencies.env_logger]
version = "0.4"

[features]
with-filters = ["filters"]
default = []