# 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 = "gdman" version = "0.0.19" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A CLI application for managing versions of Godot" readme = "README.md" license = "MIT" repository = "https://github.com/devklick/gdman-rs" [profile.dist] lto = "thin" inherits = "release" [[bin]] name = "gdman" path = "src/main.rs" [dependencies.async_zip] version = "0.0.17" features = [ "deflate", "tokio", "tokio-fs", ] [dependencies.chrono] version = "0.4.38" features = ["serde"] [dependencies.clap] version = "4.5.19" features = ["derive"] [dependencies.fern] version = "0.6.2" features = ["colored"] [dependencies.futures-lite] version = "2.3.0" [dependencies.indicatif] version = "0.17.8" [dependencies.log] version = "0.4.22" [dependencies.regex] version = "1.11.0" [dependencies.reqwest] version = "0.12.8" features = ["json"] [dependencies.semver] version = "1.0.23" [dependencies.serde] version = "1.0.210" features = ["derive"] [dependencies.stderrlog] version = "0.6.0" [dependencies.strum] version = "0.26.3" [dependencies.strum_macros] version = "0.26.4" [dependencies.tokio] version = "1.40.0" features = [ "fs", "macros", "rt-multi-thread", ] [dependencies.tokio-util] version = "0.7.12" [target."cfg(unix)".dependencies.openssl] version = "0.10.59" features = ["vendored"] [target."cfg(unix)".dependencies.symlink] version = "0.1.0" [target."cfg(windows)".dependencies.lnk] version = "0.5.1" [target."cfg(windows)".dependencies.mslnk] version = "0.1.8"