[dependencies.anyhow]
version = "1.0"
[dependencies.quick-xml]
version = "0.38"
[dependencies.tracing]
optional = true
version = "0.1"
[dev-dependencies.tracing-subscriber]
version = "0.3"
[[example]]
name = "basic_usage"
path = "examples/basic_usage.rs"
required-features = ["logging"]
[features]
default = ["logging"]
logging = ["tracing"]
[lib]
name = "wim_parser"
path = "src/lib.rs"
[package]
authors = ["junjiangao <junjiangao@github.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["parsing", "filesystem"]
description = "A Rust library for parsing Windows Imaging (WIM) files"
documentation = "https://docs.rs/wim-parser"
edition = "2021"
homepage = "https://github.com/junjiangao/wim-parser"
keywords = ["wim", "windows", "imaging", "parser", "archive"]
license = "MIT"
name = "wim-parser"
readme = "README.md"
repository = "https://github.com/junjiangao/wim-parser"
version = "0.1.0"
[[test]]
name = "wim_parser_test"
path = "tests/wim_parser_test.rs"