# 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 = "2021" name = "date_utils" version = "0.0.6" description = "the date utils package" readme = "README.md" license = "GPL-3.0" repository = "https://github.com/hackers267/date_utils.git" [package.metadata.docs.rs] all-features = true [dependencies.chrono] version = "0.4.26" [dev-dependencies.proptest] version = "1.0.0" [features] common = [] day = [] decade = [] default = ["common"] full = [ "hour", "common", "year", "month", "week", "day", "minute", "now", "period", "millisecond", "second", "range", "quarter", "decade", "utils", ] hour = [] millisecond = [] minute = [] month = [] now = [] period = [] quarter = [] range = [] second = [] utils = [] week = [] year = []