encypher-c2pa-cli 1.0.0-rc.6

Offline C2PA verification command-line tool
# 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.88"
name = "encypher-c2pa-cli"
version = "1.0.0-rc.6"
authors = ["Encypher Corporation"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Offline C2PA verification command-line tool"
homepage = "https://encypher.com"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/encypherai/encypher-c2pa"

[[bin]]
name = "encypher-c2pa"
path = "src/main.rs"

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

[dependencies.clap]
version = "4.5"
features = ["derive"]

[dependencies.encypher-c2pa]
version = "=1.0.0-rc.6"

[dependencies.serde_json]
version = "1"
features = ["preserve_order"]

[dev-dependencies.sha2]
version = "0.10"