car-parser-bom 0.0.1

Parser for Apple BOM files used by CarParser
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 = "car-parser-bom"
version = "0.0.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Parser for Apple BOM files used by CarParser"
readme = "README.md"
license = "MIT"
repository = "https://github.com/skytoup/car-parser"

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

[dependencies.deku]
version = "^0.20"

[dependencies.memmap2]
version = "^0.9"

[dependencies.thiserror]
version = "^2.0"