encypher-c2pa 1.0.5

Offline, verification-only C2PA SDK
Documentation
# 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"
version = "1.0.5"
authors = ["Encypher Corporation"]
build = false
exclude = ["tests/**"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Offline, verification-only C2PA SDK"
homepage = "https://encypher.com"
readme = "README.md"
keywords = [
    "c2pa",
    "content-credentials",
    "provenance",
    "verification",
]
categories = [
    "cryptography",
    "multimedia",
]
license = "Apache-2.0"
repository = "https://github.com/encypherai/encypher-c2pa"

[features]
default = ["telemetry"]
telemetry = ["dep:ureq"]

[lib]
name = "encypher_c2pa"
path = "src/lib.rs"

[dependencies.c2pa-text]
version = "3.0.0"

[dependencies.cms]
version = "0.2.3"

[dependencies.const-oid]
version = "0.9"

[dependencies.der]
version = "0.7"

[dependencies.ecdsa]
version = "0.16"

[dependencies.ed25519-dalek]
version = "2"
features = ["pkcs8"]

[dependencies.hex]
version = "0.4"

[dependencies.miniz_oxide]
version = "0.8"

[dependencies.p256]
version = "0.13"
features = [
    "ecdsa",
    "pkcs8",
]

[dependencies.p384]
version = "0.13"
features = [
    "ecdsa",
    "pkcs8",
]

[dependencies.p521]
version = "0.13.3"
features = [
    "ecdsa",
    "pkcs8",
]

[dependencies.pkcs8]
version = "0.10"

[dependencies.rand_core]
version = "0.6"
features = ["getrandom"]

[dependencies.rsa]
version = "0.9"
features = ["sha2"]

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

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

[dependencies.sha2]
version = "0.10"
features = ["oid"]

[dependencies.signature]
version = "2"

[dependencies.spki]
version = "0.7"

[dependencies.thiserror]
version = "2"

[dependencies.time]
version = "0.3"
features = [
    "formatting",
    "parsing",
]

[dependencies.unicode-normalization]
version = "0.1"

[dependencies.ureq]
version = "2.12.1"
features = [
    "json",
    "tls",
]
optional = true
default-features = false

[dependencies.x509-cert]
version = "0.2"
features = ["pem"]

[dependencies.x509-tsp]
version = "0.1.0"

[dev-dependencies.rcgen]
version = "0.13"
features = [
    "ring",
    "pem",
]
default-features = false

[dev-dependencies.time]
version = "0.3"
features = ["macros"]

[target.'cfg(all(target_arch = "wasm32", target_os = "unknown"))'.dependencies.getrandom]
version = "0.2"
features = ["js"]

[target."cfg(unix)".dependencies.libc]
version = "0.2"