# 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 = "gh-notify" version = "0.1.0" authors = ["mmdbalkhi "] description = "a rust program to show github notifications" homepage = "https://github.com/mmdbalkhi/gh-notify/" readme = "README.md" license-file = "LICENSE" repository = "https://github.com/mmdbalkhi/gh-notify/" resolver = "2" [dependencies.chrono] version = "0.4.22" [dependencies.dirs] version = "4.0.0" [dependencies.notify-rust] version = "4.5.8" [dependencies.reqwest] version = "0.11.11" features = ["json"] [dependencies.serde] version = "1.0.144" [dependencies.serde_derive] version = "1.0.144" [dependencies.serde_json] version = "1.0.85" [dependencies.tokio] version = "1.21.0" features = ["full"] [dependencies.toml] version = "0.5.9"