# 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 = "reset" version = "2.0.0" build = "build.rs" autobins = false autoexamples = false autotests = false autobenches = false description = "A wip universal Linux settings application." readme = "README.md" license = "GPL-3.0-or-later" repository = "https://github.com/Xetibo/ReSet" [[bin]] name = "ReSet" path = "src/main.rs" [dependencies.adw] version = "0.6.0" features = ["v1_4"] package = "libadwaita" [dependencies.dbus] version = "0.9.7" [dependencies.fork] version = "0.1.23" [dependencies.glib] version = "0.19.3" [dependencies.gtk] version = "0.8.1" features = ["v4_12"] package = "gtk4" [dependencies.ipnetwork] version = "0.20.0" [dependencies.re_set-lib] version = "5.2.5" [dependencies.reset_daemon] version = "2.2.0" [dependencies.tokio] version = "1.36.0" features = [ "rt", "time", "net", "macros", "rt-multi-thread", "sync", ] [build-dependencies.glib-build-tools] version = "0.19.0"