# 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 = "timezone" version = "1.0.0" exclude = ["target/"] description = "A CLI timezone converter." readme = "README.md" license = "Unlicense" repository = "https://github.com/LiquidZulu/timezone" [dependencies.chrono] version = "0.4.38" [dependencies.chrono-tz] version = "0.9.0" [dependencies.colored] version = "2.1.0" [dependencies.phf] version = "0.11.2" features = ["macros"] [dependencies.regex] version = "1.10.4"