[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",
]