libbmfw 0.1.1

Unpack Blackmagic device firmware (ATEM, Web Presenter, etc.)
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 = "2021"
name = "libbmfw"
version = "0.1.1"
authors = ["Michael Farrell <micolous+git@gmail.com>"]
build = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Unpack Blackmagic device firmware (ATEM, Web Presenter, etc.)"
readme = false
license = "Apache-2.0"
repository = "https://github.com/micolous/blackmagic-firmware-re"

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

[dependencies.binrw]
version = "0.13.0"

[dependencies.flate2]
version = "1.0"

[dependencies.hex]
version = "0.4.3"

[dependencies.sha2]
version = "0.10.8"

[dependencies.thiserror]
version = "2.0.3"