# 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 = "cargo-ui" version = "0.3.3" authors = ["Slint Developers "] build = "build.rs" description = "GUI for cargo" readme = "README.md" keywords = [ "cargo", "ui", "gui", ] categories = ["development-tools::cargo-plugins"] license = "GPL-3.0-only" repository = "https://github.com/slint-ui/cargo-ui" resolver = "2" [dependencies.anyhow] version = "1.0.53" [dependencies.cargo_metadata] version = "0.15" [dependencies.crates-index] version = "0.19.0" [dependencies.dunce] version = "1.0.2" [dependencies.futures] version = "0.3" [dependencies.git2] version = "0.16.1" [dependencies.itertools] version = "0.10" [dependencies.open] version = "4.0" [dependencies.rfd] version = "0.11" features = ["xdg-portal"] default-features = false [dependencies.serde] version = "1.0.136" [dependencies.serde_json] version = "1.0.78" [dependencies.shlex] version = "1.1" [dependencies.slint] version = "1" features = ["compat-1-0"] default-features = false [dependencies.tokio] version = "1.24.2" features = ["full"] [dependencies.toml_edit] version = "0.19.0" [build-dependencies.slint-build] version = "1" [features] default = [ "slint-backend-qt", "slint-backend-gl-all", ] slint-backend-gl-all = [ "slint/backend-winit", "slint/renderer-winit-femtovg", ] slint-backend-gl-wayland = [ "slint/backend-winit-wayland", "slint/renderer-winit-femtovg", ] slint-backend-gl-x11 = [ "slint/backend-winit-x11", "slint/renderer-winit-femtovg", ] slint-backend-qt = ["slint/backend-qt"]