[dependencies.bytes]
version = "1.4.0"
[dev-dependencies.anyhow]
version = "1.0.69"
[dev-dependencies.clap]
features = ["derive"]
version = "4.1.6"
[dev-dependencies.crc]
version = "3.0.1"
[[example]]
name = "rockfile"
path = "examples/rockfile.rs"
[lib]
name = "rockfile"
path = "src/lib.rs"
[package]
authors = ["Sjoerd Simons <sjoerd@collabora.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "Rockchip specific file parsers"
edition = "2021"
homepage = "https://github.com/collabora/rockchiprs"
license = "MIT OR Apache-2.0"
name = "rockfile"
readme = "README.md"
repository = "https://github.com/collabora/rockchiprs"
version = "0.1.2"