# 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 = "git-tellme" version = "0.1.7" authors = ["Marcel Arie "] description = "A custom tool to check and subscribe to github notifications from the CLI" homepage = "https://github.com/marcelarie/git-tellme" readme = "README.md" keywords = ["cli", "git", "notifications", "users"] categories = ["command-line-utilities"] license = "MIT OR Apache-2.0" repository = "https://github.com/marcelarie/git-tellme" resolver = "2" [[bin]] name = "gtm" path = "src/main.rs" [dependencies.anyhow] version = "1.0.44" [dependencies.colored] version = "2" [dependencies.dotenv] version = "0.15.0" [dependencies.notify-rust] version = "4" [dependencies.redis] version = "0.21.3" [dependencies.reqwest] version = "0.11" features = ["json"] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.structopt] version = "0.3" [dependencies.tokio] version = "1" features = ["full"] [dev-dependencies.color-backtrace] version = "0.5"