# 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 = "gotpm" version = "0.2.1" authors = ["Vitor Freitas Buchalla "] description = "A Godot simple package manager" homepage = "https://github.com/vfreitas-/gotpm" readme = "README.md" license-file = "LICENSE" repository = "https://github.com/vfreitas-/gotpm" resolver = "2" [dependencies.clap] version = "3.1.8" features = ["derive"] [dependencies.fs_extra] version = "1.2.0" [dependencies.git-url-parse] version = "0.4.0" [dependencies.git2] version = "0.14" [dependencies.openssl] version = "0.10" [dependencies.openssl-sys] version = "0.9" [dependencies.toml_edit] version = "0.14.2"