gfas-cli 0.9.11

Sync GitHub followings to followers
# 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 = "2024"
rust-version = "1.85"
name = "gfas-cli"
version = "0.9.11"
authors = ["Resonaa <resonaa@outlook.com>"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Sync GitHub followings to followers"
homepage = "https://github.com/Resonaa/gfas"
readme = "README.md"
keywords = [
    "github",
    "follow",
    "follower",
    "following",
    "sync",
]
categories = [
    "command-line-utilities",
    "api-bindings",
]
license = "Unlicense"
repository = "https://github.com/Resonaa/gfas"
resolver = "2"

[[bin]]
name = "gfas"
path = "src/main.rs"
doc = false

[[test]]
name = "cli_tests"
path = "tests/cli_tests.rs"

[dependencies.anyhow]
version = "1.0.100"

[dependencies.clap]
version = "4.5.54"
features = ["derive"]

[dependencies.clap-verbosity-flag]
version = "3.0.4"

[dependencies.clap_complete]
version = "4.5.65"

[dependencies.clap_mangen]
version = "0.2.31"

[dependencies.futures]
version = "0.3.31"

[dependencies.gfas-api]
version = "0.9.11"

[dependencies.log]
version = "0.4.29"

[dependencies.tokio]
version = "1.49.0"
features = [
    "rt-multi-thread",
    "macros",
    "signal",
]

[dependencies.tokio-util]
version = "0.7.18"
features = ["rt"]

[dependencies.tracing]
version = "0.1.44"

[dependencies.tracing-subscriber]
version = "0.3.22"

[dev-dependencies.trycmd]
version = "0.15.11"

[build-dependencies.clap]
version = "4.5.54"
features = ["derive"]

[build-dependencies.clap-verbosity-flag]
version = "3.0.4"

[build-dependencies.clap_complete]
version = "4.5.65"

[build-dependencies.clap_mangen]
version = "0.2.31"