# 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 = "startup-disk" version = "0.1.4" authors = ["Davide Cavalca "] description = "Interface to choose the startup volume on Apple Silicon systems" homepage = "https://gitlab.gnome.org/davide125/startup-disk" documentation = "https://gitlab.gnome.org/davide125/startup-disk" readme = "README.md" keywords = [ "gnome", "asahi", ] categories = ["hardware-support"] license = "MIT" repository = "https://gitlab.gnome.org/davide125/startup-disk.git" [dependencies.adw] version = "0.6.0" features = ["v1_4"] package = "libadwaita" [dependencies.asahi-bless] version = "0.3" [dependencies.gtk] version = "0.8.2" features = ["gnome_45"] package = "gtk4" [dependencies.rand] version = "0.8.5" [dependencies.sudo] version = "0.6" [dependencies.uuid] version = "1.8" [build-dependencies.glib-build-tools] version = "0.18.0"