# 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 = "shadowsocks-gtk-rs" version = "0.4.1" authors = ["spyophobia <76800505+spyophobia@users.noreply.github.com>"] default-run = "ssgtk" description = "A desktop GUI frontend for shadowsocks-rust client implemented with gtk-rs." homepage = "https://github.com/spyophobia/shadowsocks-gtk-rs" readme = "README.md" keywords = [ "shadowsocks", "gui", "linux", ] license = "GPL-3.0-or-later" repository = "https://github.com/spyophobia/shadowsocks-gtk-rs" resolver = "2" [lib] path = "src/lib/mod.rs" [[bin]] name = "ssgtk" path = "src/bin/ssgtk/main.rs" [[bin]] name = "ssgtkctl" path = "src/bin/ssgtkctl/main.rs" required-features = ["runtime-api"] [dependencies.bus] version = "2.2.4" [dependencies.clap] version = "3.2.8" features = [ "cargo", "derive", "unicode", ] [dependencies.crossbeam-channel] version = "0.5.5" [dependencies.ctrlc] version = "3.2.2" features = ["termination"] [dependencies.derivative] version = "2.2.0" [dependencies.duct] version = "0.13.5" [dependencies.enum-iterator] version = "1.1.2" [dependencies.fs2] version = "0.4.3" [dependencies.glib] version = "0.15.12" [dependencies.gtk] version = "0.15.5" [dependencies.ipnet] version = "2.5.0" features = ["serde"] [dependencies.itertools] version = "0.10.3" [dependencies.json5] version = "0.4.1" optional = true [dependencies.lazy_static] version = "1.4.0" [dependencies.libappindicator] version = "0.7.1" [dependencies.log] version = "0.4.17" [dependencies.nix] version = "0.24.1" [dependencies.notify-rust] version = "4.5.8" [dependencies.serde] version = "1.0.137" features = ["derive"] [dependencies.serde_yaml] version = "0.8.24" [dependencies.simplelog] version = "0.12.0" [dependencies.strum] version = "0.24.1" features = ["derive"] [dependencies.which] version = "4.2.5" [dependencies.xdg] version = "2.4.1" [features] default = ["runtime-api"] runtime-api = ["json5"]