cpop-protocol 0.2.0

Reference implementation of the Cryptographic Proof of Process (CPoP) protocol
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.75.0"
name = "cpop-protocol"
version = "0.2.0"
authors = ["David Condrey <david@writerslogic.com>"]
build = false
exclude = [
    "tests/",
    "fuzz/",
    "benches/",
    "certs/",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Reference implementation of the Cryptographic Proof of Process (CPoP) protocol"
homepage = "https://lf-decentralized-trust-labs.github.io/proof-of-process/"
documentation = "https://docs.rs/cpop-protocol"
readme = "README.md"
keywords = [
    "cryptography",
    "authorship",
    "cbor",
    "attestation",
    "provenance",
]
categories = [
    "cryptography",
    "authentication",
    "encoding",
    "parser-implementations",
]
license = "Apache-2.0"
repository = "https://github.com/LF-Decentralized-Trust-labs/proof-of-process"

[features]
wasm = [
    "dep:wasm-bindgen",
    "dep:serde-wasm-bindgen",
    "dep:getrandom",
]

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

[[example]]
name = "simple_attestation"
path = "examples/simple_attestation.rs"

[dependencies.anyhow]
version = "1.0"

[dependencies.base64]
version = "0.22"

[dependencies.chrono]
version = "0.4"
features = ["serde"]

[dependencies.ciborium]
version = "0.2"

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

[dependencies.coset]
version = "0.4"

[dependencies.cpop-jitter]
version = "0.2.0"

[dependencies.der]
version = "0.8"
features = [
    "alloc",
    "derive",
]

[dependencies.ed25519-dalek]
version = "2.1"
features = ["zeroize"]

[dependencies.getrandom]
version = "0.2"
features = ["js"]
optional = true

[dependencies.hex]
version = "0.4"

[dependencies.hmac]
version = "0.12"

[dependencies.rand]
version = "0.8"

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

[dependencies.serde-wasm-bindgen]
version = "0.6"
optional = true

[dependencies.serde_bytes]
version = "0.11.19"

[dependencies.serde_json]
version = "1.0"

[dependencies.sha2]
version = "0.10"

[dependencies.signature]
version = "2.2"

[dependencies.spki]
version = "0.7"
features = [
    "std",
    "pem",
]

[dependencies.subtle]
version = "2.6"

[dependencies.thiserror]
version = "2.0"

[dependencies.urlencoding]
version = "2"

[dependencies.uuid]
version = "1"
features = [
    "v4",
    "serde",
]

[dependencies.wasm-bindgen]
version = "0.2"
optional = true

[dependencies.x509-cert]
version = "0.2.5"
features = [
    "builder",
    "pem",
]

[dependencies.zeroize]
version = "1.8"
features = ["derive"]

[dev-dependencies.criterion]
version = "0.8"

[dev-dependencies.tempfile]
version = "3"