[dependencies.quick-xml]
features = ["serialize"]
version = "0.37"
[dependencies.serde]
features = ["derive"]
version = "1.0"
[dependencies.thiserror]
version = "2.0"
[dev-dependencies.sha2]
features = ["asm"]
version = "0.10"
[lib]
name = "bb_bmap_parser"
path = "src/lib.rs"
[package]
authors = ["Sjoerd Simons <sjoerd@collabora.com>", "Ayush Singh <ayush@beagleboard.org>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "bmap-parser is a library for Rust to parse bmap files"
edition = "2024"
license = "MIT AND Apache-2.0"
name = "bb-bmap-parser"
readme = "README.md"
repository = "https://github.com/Ayush1325/bb-bmap-parser"
version = "0.1.0"
[profile.dev]
opt-level = 3
[[test]]
name = "parse"
path = "tests/parse.rs"