# 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 = "godam" version = "0.1.1" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "godam (Godot Asset Manager) is an unofficial minimal command-line tool to install and manage addons from the Godot Asset Library." homepage = "https://nilsiker.github.io/projects/godam/" readme = "README.md" keywords = [ "cli", "godot", "addon-manager", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/nilsiker/godam" [lib] name = "godam" path = "src/lib.rs" [[bin]] name = "godam" path = "src/main.rs" [dependencies.clap] version = "4.5.18" features = ["derive"] [dependencies.console] version = "0.15.8" [dependencies.indicatif] version = "0.17.8" [dependencies.reqwest] version = "0.12.7" features = [ "json", "stream", ] [dependencies.semver] version = "1.0.23" features = ["serde"] [dependencies.serde] version = "1.0.210" features = ["derive"] [dependencies.serde_json] version = "1.0.128" [dependencies.thiserror] version = "1.0.64" [dependencies.tokio] version = "1.40.0" features = [ "macros", "rt-multi-thread", ] [dependencies.toml] version = "0.8.19" [dependencies.zip] version = "2.2.0"