# 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 = "date-formats-workflow" version = "1.4.0" authors = ["Dean Karn "] description = "Date Formats Workflow to quickly handle common data formats and conversions." readme = "README.md" keywords = [ "alfred", "workflow", "date", "time", "datetime", ] categories = [ "date-and-time", "development-tools", ] license = "MIT" repository = "https://github.com/rust-playground/alfred-workflows-rs/tree/master/date-formats-workflow" [dependencies.alfred] version = "4.0.2" [dependencies.anydate] version = "0.3.0" [dependencies.anyhow] version = "1.0.58" [dependencies.chrono] version = "0.4.19" [dependencies.chrono-tz] version = "0.6.1" [dependencies.clap] version = "3.2.5" features = ["cargo"] [dependencies.thiserror] version = "1.0.31"