# 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" rust-version = "1.74.0" name = "jumbf" version = "0.4.1" authors = ["Eric Scouten "] build = 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" [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.nom] version = "7.1" features = ["std"] optional = true default-features = false [dependencies.thiserror] version = "1.0.58" optional = true [dev-dependencies.codspeed-criterion-compat] version = "2.4" [dev-dependencies.criterion] version = "0.5.1" [dev-dependencies.hex-literal] version = "0.4.1" [dev-dependencies.pretty_assertions_sorted] version = "1.2.3" [features] default = ["parser"] parser = [ "nom", "thiserror", ]