[package]
edition = "2021"
rust-version = "1.88.0"
name = "jumbf"
version = "0.7.0"
authors = ["Eric Scouten <scouten@adobe.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A JUMBF (ISO/IEC 19566-5:2023) parser and builder written in pure Rust."
documentation = "https://docs.rs/jumbf"
readme = "README.md"
keywords = ["jumbf"]
categories = ["parsing"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/scouten-adobe/jumbf-rs"
[package.metadata.cargo-udeps.ignore]
development = ["criterion"]
[lib]
name = "jumbf"
path = "src/lib.rs"
[[bench]]
name = "parse_c2pa"
path = "benches/parse_c2pa.rs"
harness = false
[[bench]]
name = "simple_data_box"
path = "benches/simple_data_box.rs"
harness = false
[dependencies.thiserror]
version = "2.0.17"
[dev-dependencies.hex-literal]
version = "1.1.0"
[dev-dependencies.pretty_assertions_sorted]
version = "1.2.3"
[target.'cfg(not(any(target_arch = "wasm32", target_os = "wasi")))'.dev-dependencies.codspeed-criterion-compat]
version = "4.3.0"