[package] name = "ommui_frontend_gtk" version = "0.3.19" authors = ["Wolfgang Silbermayr "] description = "OMMUI frontend written in GTK" homepage = "https://gitlab.com/ommui/ommui_frontend_gtk" repository = "https://gitlab.com/ommui/ommui_frontend_gtk" documentation = "https://docs.rs/ommui_frontend_gtk" license = "AGPL-3.0+" edition = "2018" [dependencies] arnalisa = "0.6.1" cairo-rs = "0.7.1" chrono = "0.4.7" chrono-tz = "0.5.1" crossbeam-channel = "0.3.8" dbus = "0.6" dbus-udisks2 = "0.2.0" decorum = "0.1.3" dirs = "2.0.1" env_logger = "0.7.0" gdk = "0.11.0" gdk-pixbuf = "0.7.0" gio = "0.7.0" glib = "0.8.0" gtk = { version = "0.7.0", features = ["v3_22"] } humansize = "1.1.0" indexmap = "1.0.2" lazy_static = "1" log = "0.4.6" ommui_file_loading = "0.7.0" pango = "0.7.0" percent-encoding = "2.1.0" quick-xml = "0.17.0" relm = "0.17.0" relm-derive = "0.17.0" rgb = "0.8.14" serde = "1.0.94" snafu = "0.5.0" structopt = "0.3.2" systemstat = "0.1.4" toml = "0.5.1" tr = "0.1.3" uuid = { version = "0.7.4", features = ["default", "u128", "v5"] } karo = "0.1.1" xio_base_datatypes = "0.8.0" xio_jobset = "0.13.0" xio_webapi = "0.19.0" xio_webclient = "0.18.0" zip = "0.5.3" glob = "0.3.0" [dependencies.ommui_data] version = "0.39.0" features = ["filesystem"] [dependencies.plotters] version = "0.2.8" features = ["default", "cairo"] [[bin]] name = "ommui" path = "ommui/main.rs" [[bin]] name = "ommui-screenshot" path = "ommui_screenshot/main.rs" [[bin]] name = "ommui-setup" path = "ommui_setup/main.rs" [[bin]] name = "samplic2xlsx" path = "samplic2xlsx/main.rs"