Migrates all MLS code in quicprochat-core from OpenMLS 0.5 to 0.8: - StorageProvider replaces OpenMlsKeyStore (keystore.rs full rewrite) - HybridCryptoProvider updated for new OpenMlsProvider trait - Group operations updated for new API signatures - MLS state persistence via MemoryStorage serialization - tls_codec 0.3 → 0.4, openmls_traits/rust_crypto 0.2 → 0.5
15 lines
267 B
TOML
15 lines
267 B
TOML
# This file is automatically @generated by Cargo.
|
|
# It is not intended for manual editing.
|
|
version = 4
|
|
|
|
[[package]]
|
|
name = "logging_plugin"
|
|
version = "0.1.0"
|
|
dependencies = [
|
|
"quicprochat-plugin-api",
|
|
]
|
|
|
|
[[package]]
|
|
name = "quicprochat-plugin-api"
|
|
version = "0.1.0"
|