# 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 = "skin-builder" version = "1.1.0" authors = ["Naxeion "] description = "A tool for installing external skinners" documentation = "https://github.com/naxeion/skin/blob/master/docs/Index.md" readme = "README.md" license = "BSD-3-Clause AND PostgreSQL" repository = "https://github.com/naxeion/skin" [lib] path = "src/lib.rs" [dependencies.clap] version = "4.5.6" features = ["derive"] [dependencies.color-print] version = "0.3.6" [dependencies.dialoguer] version = "0.11.0" [dependencies.indicatif] version = "0.17.8" [dependencies.libc] version = "0.2.155" [dependencies.regex] version = "1.10.5" [dependencies.reqwest] version = "0.12.5" [dependencies.shellexpand] version = "3.1.0" [dependencies.tempfile] version = "3.10.1" [dependencies.tokio] version = "1.0" features = ["full"] [dependencies.url] version = "2.5.2"