[package] name = "rockfile" version = "0.1.2" edition = "2021" authors = ["Sjoerd Simons "] license = "MIT OR Apache-2.0" description = "Rockchip specific file parsers" homepage = "https://github.com/collabora/rockchiprs" repository = "https://github.com/collabora/rockchiprs" readme = "README.md" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] bytes = "1.4.0" [dev-dependencies] anyhow = "1.0.69" clap = { version = "4.1.6", features = ["derive"] } crc = "3.0.1"