[package] name = "gfas" version = "2.0.2" edition = "2021" description = "Sync GitHub followings to followers" license = "Unlicense" repository = "https://github.com/jwcub/gfas" homepage = "https://github.com/jwcub/gfas" keywords = ["github", "follow", "follower", "following", "sync"] categories = ["command-line-utilities", "api-bindings"] authors = ["jwcub "] [dependencies] clap = { version = "4", features = ["derive"] } clap-verbosity-flag = "2" futures = "0" futures-util = "0" reqwest = { version = "0", features = ["json"] } serde = { version = "1", features = ["derive"] } serde_json = "1" tokio = { version = "1", features = ["rt-multi-thread", "macros"] } tracing = "0" tracing-subscriber = "0"