dioxus-iconify 0.4.1

CLI tool for importing/vendoring icons from [Iconify](https://icon-sets.iconify.design/) (material, lucid, heroicons,....) or from local SVG files in Dioxus projects
[[bin]]
name = "dioxus-iconify"
path = "src/main.rs"

[dependencies.anyhow]
version = "1"

[dependencies.chrono]
version = "0.4"

[dependencies.clap]
features = ["derive"]
version = "4"

[dependencies.heck]
version = "0.5"

[dependencies.indoc]
version = "2"

[dependencies.reqwest]
default-features = false
features = ["json", "rustls-tls"]
version = "0.12"

[dependencies.roxmltree]
version = "0.21"

[dependencies.serde]
features = ["derive"]
version = "1"

[dependencies.serde_json]
version = "1"

[dependencies.tokio]
features = ["rt", "macros"]
version = "1"

[dependencies.walkdir]
version = "2"

[dev-dependencies.assert_cmd]
version = "2"

[dev-dependencies.predicates]
version = "3"

[dev-dependencies.rstest]
version = "0.26"

[dev-dependencies.tempfile]
version = "3"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities", "development-tools"]
description = "CLI tool for importing/vendoring icons from [Iconify](https://icon-sets.iconify.design/) (material, lucid, heroicons,....) or from local SVG files in Dioxus projects"
edition = "2024"
keywords = ["dioxus", "iconify", "icons", "cli", "code-generation"]
license = "CC0-1.0"
name = "dioxus-iconify"
readme = "README.md"
repository = "https://github.com/davidB/dioxus-iconify"
version = "0.4.1"

[profile.dist]
inherits = "release"
lto = "thin"

[[test]]
name = "cli_integration"
path = "tests/cli_integration.rs"