openmls_basic_credential 0.5.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"
name = "openmls_basic_credential"
version = "0.5.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 = []
test-utils = []

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

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

[dependencies.openmls_traits]
version = "0.5.0"

[dependencies.p256]
version = "0.13"

[dependencies.rand]
version = "0.8"

[dependencies.serde]
version = "1.0"

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