# 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 = "intervalle" version = "0.2.1" description = "Parser for time range arguments" homepage = "https://github.com/spoutn1k/intervalle" readme = "README.md" keywords = [ "parser", "systemd", "cli", ] categories = [ "date-and-time", "command-line-interface", ] license = "GPL-3.0-or-later" repository = "https://github.com/spoutn1k/intervalle" [dependencies.time] version = "0.3.36" [dependencies.tz-rs] version = "0.6.14" [dependencies.winnow] version = "0.6.18" [dev-dependencies.clap] version = "4.5.16" features = ["derive"]