[dependencies]
anyhow = { features = ["backtrace"], version = "1.0.75" }
async-trait = "0.1.74"
cached = { features = ["async"], version = "0.46.1" }
chrono = "0.4.31"
clap = { features = ["derive", "env"], version = "4.4.8" }
clap-markdown = "0.1.3"
clap-verbosity-flag = "2.1.0"
clap_complete = "4.4.4"
colored = "2.0.4"
futures = "0.3.29"
readable = "0.13.0"
reqwest = { features = ["json"], version = "0.11.22" }
serde = { features = ["derive"], version = "1.0.193" }
serde_json = "1.0.108"
tabled = { features = ["color"], version = "0.14.0" }
tokio = { features = ["full"], version = "1.34.0" }
tracing = "0.1.40"
tracing-subscriber = "0.3.18"
[package]
authors = ["liblaf <i@liblaf.me>"]
description = "CLI for sing-box"
edition = "2021"
license = "MIT"
name = "sing-box-cli"
readme = "README.md"
repository = "https://github.com/liblaf/sing-box-cli"
version = "1.1.0"