# 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.76.0" name = "c2pa-crypto" version = "0.1.2" authors = [ "Maurice Fisher ", "Gavin Peacock ", "Eric Scouten ", "Leonard Rosenthol ", "Dave Kozma ", "Dylan Ross ", ] build = false exclude = ["tests/fixtures"] autobins = false autoexamples = false autotests = false autobenches = false description = "Cryptography internals for c2pa-rs crate" homepage = "https://contentauthenticity.org" documentation = "https://docs.rs/c2pa-crypto" readme = "README.md" keywords = ["metadata"] categories = ["api-bindings"] license = "MIT OR Apache-2.0" repository = "https://github.com/contentauth/c2pa-rs" [package.metadata.docs.rs] all-features = true rustdoc-args = [ "--cfg", "docsrs", ] [lib] name = "c2pa_crypto" path = "src/lib.rs" [dependencies]