# 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 = "gitwife" version = "0.2.4" authors = ["Paul Orzel "] description = "A Tool to manage your installations from Git Repositories for you" readme = "README.md" license-file = "License.txt" repository = "https://gitlab.com/Teddy-Kun/gitwife" [profile.dev] opt-level = 0 lto = false codegen-units = 256 debug = true debug-assertions = true rpath = false panic = "unwind" overflow-checks = true incremental = true strip = false [profile.release] opt-level = 3 lto = false codegen-units = 16 debug = false debug-assertions = false rpath = false panic = "unwind" overflow-checks = false incremental = false strip = true [dependencies.chrono] version = "0.4.24" [dependencies.dirs] version = "5.0.0" [dependencies.env_logger] version = "0.10.0" [dependencies.futures] version = "0.3.28" [dependencies.getopts] version = "0.2.21" [dependencies.git2] version = "0.17.0" [dependencies.indicatif] version = "0.17.3" [dependencies.json] version = "0.12.4" optional = true [dependencies.lazy_static] version = "1.4.0" [dependencies.log] version = "0.4.17" [dependencies.reqwest] version = "0.11.16" [dependencies.serde] version = "1.0.160" features = [ "std", "derive", ] [dependencies.substring] version = "1.4.5" [dependencies.tokio] version = "1.27.0" features = ["full"] [dependencies.toml] version = "0.7.3" [dependencies.version] version = "3.0.0" [features] version_check = ["dep:json"]