# 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 = "lrpm" version = "0.1.0" authors = ["Rohan Vashisht"] description = "Lite-xl's rusty plugin manager." readme = "README.md" license = "MIT" [dependencies.clearscreen] version = "3.0.0" [dependencies.colored] version = "2.1.0" [dependencies.comfy-table] version = "7.1.1" [dependencies.dirs] version = "5.0.1" [dependencies.git2] version = "0.18.3" [dependencies.reqwest] version = "0.12.4" features = ["blocking"] [dependencies.serde] version = "1.0.201" features = [ "derive", "serde_derive", ] [dependencies.serde_json] version = "1.0.117" features = [ "indexmap", "preserve_order", "alloc", "arbitrary_precision", "float_roundtrip", "raw_value", "unbounded_depth", ] [dependencies.termimad] version = "0.29.2"