# 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 = "date_time" version = "2.2.0" authors = ["notquiteamonad <44178347+notquiteamonad@users.noreply.github.com>"] description = "Date_Time is a high-level rust library for use in situations where precision beyond seconds is not necessary." documentation = "https://docs.rs/date_time" readme = "README.md" keywords = ["date", "time", "datetime", "month"] categories = ["date-and-time"] license = "Apache-2.0" repository = "https://github.com/notquiteamonad/date_time" [dependencies.lazy_static] version = "1.3.0" [dependencies.regex] version = "1.1.6" [dependencies.serde] version = "^1.0" features = ["derive"] optional = true [features] default = [] serde_support = ["serde"] [badges.coveralls] branch = "master" repository = "notquiteamonad/date_time" service = "github" [badges.is-it-maintained-issue-resolution] repository = "notquiteamonad/date_time" [badges.is-it-maintained-open-issues] repository = "notquiteamonad/date_time" [badges.travis-ci] repository = "notquiteamonad/date_time"