# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2018" name = "timespan" version = "0.2.1" authors = ["Fin Christensen "] 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.dev] opt-level = 0 debug = 2 debug-assertions = true [profile.release] opt-level = 3 debug = 0 debug-assertions = false [profile.test] opt-level = 3 debug = 2 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/"