# 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 = "rtpm" version = "0.0.1" authors = ["Rtop Development Team"] description = "The official tool to simplify the management of plugins for Rtop." homepage = "https://github.com/RtopRS" readme = "README.md" license = "MPL-2.0" repository = "https://github.com/RtopRS/RtopPluginManager" [package.metadata.deb] extended-description = "The official tool to simplify the management of plugins for Rtop.It allows to download plugins from plugin repositories or from simple git repositories. It also allows to update them easily or to get information about the plugins." depends = "$auto,rtop" section = "utility" priority = "optional" [[package.metadata.generate-rpm.assets]] source = "target/release/rtpm" dest = "/usr/bin/rpm" mode = "0755" [package.metadata.generate-rpm.requires] rtop = "*" [package.metadata.arch] [profile.release] lto = true codegen-units = 1 strip = true [dependencies.cargo] version = "0.66.0" [dependencies.clap] version = "3.2" [dependencies.colored] version = "2.0.0" [dependencies.dirs] version = "4.0.0" [dependencies.git2] version = "0.16.1" features = ["https"] default-features = false [dependencies.itertools] version = "0.10.5" [dependencies.openssl] version = "0.10.45" features = ["vendored"] [dependencies.reqwest] version = "0.11.14" features = [ "blocking", "json", ] [dependencies.serde] version = "1.0.152" features = ["derive"] [dependencies.serde_json] version = "1.0.94" [dependencies.url] version = "2.3.1"