openmls_basic_credential 0.6.0

A Basic Credential implementation for OpenMLS
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.91.0"
name = "openmls_basic_credential"
version = "0.6.0"
authors = ["OpenMLS Authors"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A Basic Credential implementation for OpenMLS"
documentation = "https://docs.rs/openmls_basic_credential"
readme = "README.md"
license = "MIT"
repository = "https://github.com/openmls/openmls/tree/main/basic_credential"

[features]
clonable = []
draft-ietf-mls-pq-ciphersuites = ["openmls_traits/draft-ietf-mls-pq-ciphersuites"]
test-utils = []

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

[dependencies.ed25519-dalek]
version = "2.0"
features = ["rand_core"]

[dependencies.ml-dsa]
version = "0.1.0"

[dependencies.openmls_traits]
version = "0.6.0"

[dependencies.p256]
version = "0.13"

[dependencies.p384]
version = "0.13"

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

[dependencies.serde]
version = "^1.0"

[dependencies.tls_codec]
version = "0.5"
features = [
    "derive",
    "serde",
    "mls",
]

[dependencies.zeroize]
version = "1.8.2"

[dev-dependencies.serde_json]
version = "1.0.149"