# 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 = "bartime" version = "0.1.1" authors = ["https://github.com/drbh"] description = "A simple developer friendly top bar clock for OSX. Made for people who work with others in many different timezones." homepage = "https://github.com/drbh/bartime" readme = "README.md" keywords = ["clock", "topbar", "timezone"] license = "MIT/Apache-2.0" repository = "https://github.com/drbh/bartime.git" [dependencies.chrono] version = "0.4" [dependencies.chrono-tz] version = "0.4" features = ["serde"] [dependencies.cocoa] version = "0.19.0" [dependencies.dirs] version = "3.0.2" [dependencies.fruitbasket] version = "0.8.0" [dependencies.notify] version = "4.0.17" [dependencies.objc] version = "0.2.6" [dependencies.objc-foundation] version = "0.1.1" [dependencies.objc_id] version = "0.1.1" [dependencies.run_script] version = "0.8.0" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.toml] version = "0.5.1"