[dependencies]
[lib]
name = "c2pa_status_tracker"
path = "src/lib.rs"
[lints.rust.unexpected_cfgs]
check-cfg = ["cfg(test)"]
level = "warn"
priority = 0
[package]
authors = ["Maurice Fisher <mfisher@adobe.com>", "Gavin Peacock <gpeacock@adobe.com>", "Eric Scouten <scouten@adobe.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Status tracking internals for c2pa-rs crate"
documentation = "https://docs.rs/c2pa-rs-status-tracker"
edition = "2021"
exclude = ["tests/fixtures"]
homepage = "https://contentauthenticity.org"
license = "MIT OR Apache-2.0"
name = "c2pa-status-tracker"
readme = "README.md"
repository = "https://github.com/contentauth/c2pa-rs"
rust-version = "1.82.0"
version = "0.4.0"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]