[[bin]]
name = "godam"
path = "src/main.rs"
[dependencies.clap]
features = ["derive"]
version = "4.5.41"
[dependencies.console]
version = "0.16.0"
[dependencies.indicatif]
version = "0.18.0"
[dependencies.reqwest]
features = ["json", "stream"]
version = "0.12.22"
[dependencies.semver]
features = ["serde"]
version = "1.0.26"
[dependencies.serde]
features = ["derive"]
version = "1.0.219"
[dependencies.serde_json]
version = "1.0.141"
[dependencies.thiserror]
version = "2.0.12"
[dependencies.tokio]
features = ["macros", "rt-multi-thread"]
version = "1.47.0"
[dependencies.toml]
version = "0.9.3"
[dependencies.zip]
version = "4.3.0"
[lib]
name = "godam"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities"]
description = "godam (Godot Asset Manager) is an unofficial minimal command-line tool to install and manage addons from the Godot Asset Library."
edition = "2021"
homepage = "https://nilsiker.github.io/projects/godam/"
keywords = ["cli", "godot", "addon-manager"]
license = "MIT"
name = "godam"
readme = "README.md"
repository = "https://github.com/nilsiker/godam"
version = "0.1.2"