xcassets 0.2.0

Parse Xcode .xcassets catalogs into a typed Rust tree with diagnostics.
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 = "xcassets"
version = "0.2.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Parse Xcode .xcassets catalogs into a typed Rust tree with diagnostics."
homepage = "https://github.com/WendellXY/xcassets"
documentation = "https://docs.rs/xcassets"
readme = "README.md"
keywords = [
    "xcassets",
    "xcode",
    "ios",
    "assets",
    "parser",
]
license = "MIT"
repository = "https://github.com/WendellXY/xcassets"

[features]
parallel = ["dep:rayon"]

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

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

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

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

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

[dependencies.rayon]
version = "1.10"
optional = true

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

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "2.0"

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