# 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 = "gfas" version = "2.0.2" authors = ["jwcub "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Sync GitHub followings to followers" homepage = "https://github.com/jwcub/gfas" readme = "README.md" keywords = [ "github", "follow", "follower", "following", "sync", ] categories = [ "command-line-utilities", "api-bindings", ] license = "Unlicense" repository = "https://github.com/jwcub/gfas" [lib] name = "gfas" path = "src/lib.rs" [[bin]] name = "gfas" path = "src/main.rs" [dependencies.clap] version = "4" features = ["derive"] [dependencies.clap-verbosity-flag] version = "2" [dependencies.futures] version = "0" [dependencies.futures-util] version = "0" [dependencies.reqwest] version = "0" features = ["json"] [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.tokio] version = "1" features = [ "rt-multi-thread", "macros", ] [dependencies.tracing] version = "0" [dependencies.tracing-subscriber] version = "0"