ccatoken 0.1.0

CCA attestation token decoding, verification, and appraisal
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"
name = "ccatoken"
version = "0.1.0"
description = "CCA attestation token decoding, verification, and appraisal"
readme = "README.md"
keywords = [
    "Arm",
    "CCA",
    "attestation",
]
categories = [
    "cryptography",
    "parser implementations",
]
license = "Apache-2.0"
repository = "https://github.com/veraison/rust-ccatoken"

[dependencies.base64]
version = "0.21.5"

[dependencies.bitmask]
version = "0.5.0"

[dependencies.ciborium]
version = "0.2.0"

[dependencies.clap]
version = "4.4.10"
features = ["derive"]

[dependencies.cose-rust]
version = "0.1.7"

[dependencies.ear]
version = "0.1.1"

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

[dependencies.hex-literal]
version = "0.4.1"

[dependencies.jsonwebtoken]
version = "9.1.0"

[dependencies.multimap]
version = "0.9.0"

[dependencies.openssl]
version = "0.10.34"

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

[dependencies.serde_json]
version = "1.0"
features = ["raw_value"]

[dependencies.serde_with]
version = "3.4.0"
features = ["hex"]

[dependencies.thiserror]
version = "1"