# 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 = "aipster" version = "2.0.0" authors = ["Dylan Turner "] description = "The AppImage Store -er. A front-end for the aip-man" readme = "README.md" categories = [ "config", "filesystem", ] license = "GPL-3.0" repository = "https://github.com/blueOkiris/aipster" [[bin]] name = "aipster" [dependencies.dirs] version = "4.0.0" [dependencies.gtk] version = "0.15.1" [dependencies.reqwest] version = "0.11.13" features = ["blocking"] [dependencies.rust-fuzzy-search] version = "0.1.1" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0.91" [dependencies.version-compare] version = "0.1.1" [dependencies.webkit2gtk] version = "0.18.0" features = ["v2_6"]