[package]
edition = "2021"
rust-version = "1.86"
name = "monoprotocol"
version = "0.2.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Mono sync protocol reference types and crypto (spec is canonical in spec/)"
homepage = "https://github.com/atechnology-company/monoprotocol"
documentation = "https://docs.rs/monoprotocol"
readme = "README.md"
keywords = [
"sync",
"encryption",
"protocol",
"identity",
]
categories = [
"cryptography",
"encoding",
]
license = "MPL-2.0"
license-file = "LICENSE"
repository = "https://github.com/atechnology-company/monoprotocol"
[lib]
name = "monoprotocol"
path = "src/lib.rs"
[dependencies.aes-gcm]
version = "0.10"
[dependencies.base64]
version = "0.22"
[dependencies.blake3]
version = "1"
[dependencies.chrono]
version = "0.4"
features = ["serde"]
[dependencies.hkdf]
version = "0.12"
[dependencies.rand]
version = "0.8"
[dependencies.serde]
version = "1"
features = ["derive"]
[dependencies.serde_json]
version = "1"
[dependencies.sha2]
version = "0.10"
[dependencies.thiserror]
version = "2"
[dependencies.uuid]
version = "1"
features = [
"v7",
"serde",
]