timespan 0.2.0

A simple timespan for chrono times.
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 = "timespan"
version = "0.2.0"
authors = ["Fin Christensen <christensen.fin@gmail.com>"]
description = "A simple timespan for chrono times."
homepage = "https://fin-ger.github.io/rust-timespan/"
documentation = "https://docs.rs/timespan/"
readme = "README.md"
keywords = ["timespan", "chrono"]
categories = ["date-and-time"]
license = "GPL-3.0"
repository = "https://github.com/fin-ger/rust-timespan/"
[package.metadata.docs.rs]
all-features = true
[profile.test]
opt-level = 3
debug = true
debug-assertions = false

[profile.dev]
opt-level = 0
debug = true
debug-assertions = true

[profile.release]
opt-level = 3
debug = false
debug-assertions = false

[lib]
crate-type = ["lib"]
test = true
doctest = true
bench = false
doc = true
[dependencies.chrono]
version = "0.4.9"

[dependencies.chrono-tz]
version = "0.5.1"
optional = true

[dependencies.regex]
version = "1.3.1"

[dependencies.serde]
version = "1.0.101"
optional = true
[dev-dependencies.chrono-tz]
version = "0.5.1"

[dev-dependencies.serde_derive]
version = "1.0.101"

[dev-dependencies.serde_json]
version = "1.0.40"

[features]
default = []
with-chrono-tz = ["chrono-tz"]
with-serde = ["serde"]
[badges.travis-ci]
branch = "master"
repository = "fin-ger/rust-timespan/"