# 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 = "2018" rust-version = "1.74.0" name = "c2patool" version = "0.9.4" authors = [ "Gavin Peacock ", "Maurice Fisher ", ] default-run = "c2patool" description = "Tool for displaying and creating C2PA manifests." homepage = "https://contentauthenticity.org" documentation = "https://opensource.contentauthenticity.org/docs/c2patool" readme = "README.md" keywords = [ "c2pa", "xmp", "metadata", ] license = "MIT OR Apache-2.0" repository = "https://github.com/contentauth/c2patool" [package.metadata.binstall] [profile.release] opt-level = 3 lto = "thin" strip = true [dependencies.anyhow] version = "1.0" [dependencies.c2pa] version = "0.32.4" features = [ "fetch_remote_manifests", "file_io", "add_thumbnails", "pdf", ] [dependencies.clap] version = "4.5.2" features = [ "derive", "env", ] [dependencies.env_logger] version = "0.9" [dependencies.log] version = "0.4" [dependencies.openssl] version = "0.10.61" features = ["vendored"] [dependencies.pem] version = "3.0.3" [dependencies.reqwest] version = "0.12.4" features = ["blocking"] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_derive] version = "1.0" [dependencies.serde_json] version = "1.0" [dependencies.tempfile] version = "3.3" [dependencies.url] version = "2.5.0" [dev-dependencies.assert_cmd] version = "2.0.14" [dev-dependencies.httpmock] version = "0.7.0" [dev-dependencies.mockall] version = "0.12.1" [dev-dependencies.predicates] version = "2.1"