# 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 = "gunfollower" version = "1.0.0" authors = ["Hemanth Krishna "] exclude = ["assets/*", ".github/*"] description = "Rust CLI to check who unfollows you on GitHub" homepage = "https://github.com/DarthBenro008/gunfollower" readme = "README.md" keywords = ["cli", "github", "unfollow", "social"] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/DarthBenro008/gunfollower" resolver = "2" [dependencies.chrono] version = "0.4.19" features = ["serde"] [dependencies.console] version = "0.15.0" [dependencies.dialoguer] version = "0.9.0" [dependencies.home] version = "0.5.3" [dependencies.reqwest] version = "0.11" features = ["blocking", "json"] [dependencies.serde] version = "1.0.64" features = ["derive"] [dependencies.serde_json] version = "1.0.64" [dependencies.sled] version = "0.34.7" [dependencies.structopt] version = "0.3.25"