[package]
edition = "2024"
name = "guicons-cli"
version = "0.3.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CLI for editing icons.gui.toml and populating the icon cache"
readme = false
license = "MIT OR Apache-2.0"
repository = "https://github.com/Tam1SH/guicons"
[lib]
name = "guicons_cli"
path = "src/lib.rs"
[[bin]]
name = "icons"
path = "src/main.rs"
[[test]]
name = "add"
path = "tests/add.rs"
[[test]]
name = "e2e"
path = "tests/e2e.rs"
[[test]]
name = "fetch"
path = "tests/fetch.rs"
[dependencies.clap]
version = "4"
features = ["derive"]
[dependencies.guicons-core]
version = "0.3.1"
[dependencies.guicons-net]
version = "0.3.1"
[dependencies.miette]
version = "7"
features = ["fancy"]
[dependencies.tempfile]
version = "3.27.0"
[dependencies.toml_edit]
version = "0.25"
[dev-dependencies.tiny_http]
version = "0.12.0"