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