c2patool 0.26.13

Tool for displaying and creating C2PA manifests.
[[bin]]
name = "c2patool"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0"

[dependencies.atree]
version = "0.5.2"

[dependencies.c2pa]
features = ["fetch_remote_manifests", "file_io", "add_thumbnails", "pdf"]
version = "0.75.2"

[dependencies.clap]
features = ["derive", "env", "string"]
version = "4.5.50"

[dependencies.env_logger]
version = "0.11.8"

[dependencies.etcetera]
version = "0.11.0"

[dependencies.glob]
version = "0.3.1"

[dependencies.log]
version = "0.4"

[dependencies.pem]
version = "3.0.6"

[dependencies.serde]
features = ["derive"]
version = "1.0"

[dependencies.serde_json]
version = "1.0"

[dependencies.tempfile]
version = "3.3"

[dependencies.toml]
version = "0.9.10"

[dependencies.treeline]
version = "0.1.0"

[dependencies.url]
version = "2.5.0"

[dev-dependencies.mockall]
version = "0.14.0"

[features]
default = ["networking"]
networking = ["c2pa/default_http"]

[lints.rust.unexpected_cfgs]
check-cfg = ["cfg(test)"]
level = "warn"
priority = 0

[package]
authors = ["Gavin Peacock <gpeacock@adobe.com>", "Maurice Fisher <mfisher@adobe.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
default-run = "c2patool"
description = "Tool for displaying and creating C2PA manifests."
documentation = "https://opensource.contentauthenticity.org/docs/c2patool"
edition = "2018"
homepage = "https://contentauthenticity.org"
keywords = ["c2pa", "xmp", "metadata"]
license = "MIT OR Apache-2.0"
name = "c2patool"
readme = "README.md"
repository = "https://github.com/contentauth/c2pa-rs/tree/main/cli"
resolver = "3"
version = "0.26.13"

[target.'cfg(not(target_os = "wasi"))'.dependencies.reqwest]
features = ["blocking"]
version = "0.12.4"

[target.'cfg(not(target_os = "wasi"))'.dependencies.tokio]
features = ["rt", "rt-multi-thread"]
version = "1.44.2"

[target.'cfg(not(target_os = "wasi"))'.dev-dependencies.assert_cmd]
version = "2.0.14"

[target.'cfg(not(target_os = "wasi"))'.dev-dependencies.httpmock]
version = "0.8.2"

[target.'cfg(not(target_os = "wasi"))'.dev-dependencies.predicates]
version = "3.1"

[target.'cfg(target_os = "wasi")'.dependencies.wasi]
version = "0.14"

[target.'cfg(target_os = "wasi")'.dependencies.wstd]
version = "0.5"

[[test]]
name = "integration"
path = "tests/integration.rs"