# 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 = "teamdate" version = "0.2.0" description = "Helps you keep track of time for team members across different time zones & DST changes" homepage = "https://github.com/alexsnaps/teamdate" readme = "README.md" license = "GPL-3.0" [[bin]] name = "tdate" path = "src/main.rs" [dependencies.chrono] version = "0.4" [dependencies.chrono-english] version = "0.1" [dependencies.chrono-tz] version = "0.9" features = ["serde"] [dependencies.clap] version = "4.5" [dependencies.dirs] version = "5.0" [dependencies.lazy_static] version = "1.5.0" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.toml] version = "0.8" [dependencies.wyz] version = "0.6"