resgen 0.1.1

A resource generator for Rust GUI applications (supports Android-style resource management)
Documentation
# 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 = "2024"
name = "resgen"
version = "0.1.1"
authors = ["Paul Zhang"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A resource generator for Rust GUI applications (supports Android-style resource management)"
readme = "README.md"
keywords = [
    "resources",
    "generator",
    "android",
    "gui",
]
categories = [
    "development-tools",
    "gui",
]
license = "MIT"
repository = "https://github.com/paulzhang5511/resgen"

[package.metadata.docs.rs]
targets = [
    "x86_64-unknown-linux-gnu",
    "x86_64-apple-darwin",
    "aarch64-apple-darwin",
    "x86_64-pc-windows-msvc",
]
default-target = "x86_64-pc-windows-msvc"

[lib]
name = "resgen"
path = "src/lib.rs"

[[example]]
name = "basic"
path = "examples/basic.rs"

[dependencies.log]
version = "0.4"

[dependencies.once_cell]
version = "1.18"

[dependencies.proc-macro2]
version = "1.0"

[dependencies.quote]
version = "1.0"

[dependencies.regex]
version = "1.10"

[dependencies.roxmltree]
version = "0.19"

[dependencies.walkdir]
version = "2.4"

[dev-dependencies.env_logger]
version = "0.10"

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