pic-continuity 0.2.3

PIC Profile 0.2 continuity artifacts, Prover, and Verifier for the PIC 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 = "2024"
name = "pic-continuity"
version = "0.2.3"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "PIC Profile 0.2 continuity artifacts, Prover, and Verifier for the PIC Protocol"
documentation = "https://docs.rs/pic-continuity"
readme = "README.md"
keywords = [
    "authorization",
    "security",
    "distributed-systems",
    "cose",
    "jwt",
]
categories = [
    "authentication",
    "cryptography",
]
license = "Apache-2.0"
repository = "https://github.com/pic-protocol/pic-rust"

[features]
default = ["ed25519"]
ed25519 = [
    "dep:ed25519-dalek",
    "dep:rand",
]
full = [
    "ed25519",
    "p256",
    "p384",
]
p256 = ["dep:p256"]
p384 = ["dep:p384"]

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

[[test]]
name = "walkthrough"
path = "tests/walkthrough.rs"

[dependencies.base64]
version = "0.22"

[dependencies.ciborium]
version = "0.2"

[dependencies.coset]
version = "0.4"

[dependencies.ed25519-dalek]
version = "2"
features = ["rand_core"]
optional = true

[dependencies.p256]
version = "0.13"
features = ["ecdsa"]
optional = true

[dependencies.p384]
version = "0.13"
features = ["ecdsa"]
optional = true

[dependencies.rand]
version = "0.8"
optional = true

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

[dependencies.serde_bytes]
version = "0.11"

[dependencies.serde_json]
version = "1"

[dependencies.sha2]
version = "0.10"

[dependencies.thiserror]
version = "2"