# 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" name = "c2patool" version = "0.9.12" authors = [ "Gavin Peacock ", "Maurice Fisher ", ] build = false autobins = false autoexamples = false autotests = false autobenches = false 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 [[bin]] name = "c2patool" path = "src/main.rs" [[test]] name = "integration" path = "tests/integration.rs" [dependencies.anyhow] version = "1.0" [dependencies.c2pa] version = "0.37.0" features = [ "fetch_remote_manifests", "file_io", "add_thumbnails", "pdf", ] [dependencies.clap] version = "4.5.10" features = [ "derive", "env", ] [dependencies.env_logger] version = "0.11.4" [dependencies.glob] version = "0.3.1" [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.13.0" [dev-dependencies.predicates] version = "3.1"