pubky-common 0.6.0

Types and struct in common between Pubky client and homeserver
Documentation
[dependencies.argon2]
features = ["std"]
version = "0.5.3"

[dependencies.base32]
version = "0.5.1"

[dependencies.blake3]
version = "1.5.5"

[dependencies.crypto_secretbox]
features = ["std"]
version = "0.1.1"

[dependencies.ed25519-dalek]
features = ["serde"]
version = "2.1.1"

[dependencies.once_cell]
version = "1.20.3"

[dependencies.pkarr]
default-features = false
features = ["keys"]
version = "3.10.0"

[dependencies.postcard]
features = ["alloc"]
version = "1.1.1"

[dependencies.pubky-timestamp]
features = ["full"]
version = "0.4.0"

[dependencies.rand]
version = "0.9.0"

[dependencies.serde]
features = ["derive"]
version = "1.0.217"

[dependencies.thiserror]
version = "2.0.11"

[dependencies.url]
version = "2.5.4"

[dev-dependencies.postcard]
version = "1.1.1"

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

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

[package]
authors = ["SeverinAlexB <severin@synonym.to>", "SHAcollision <shacollision@synonym.to>", "Nuh <nuh@nuh.dev>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["web-programming", "authentication", "cryptography"]
description = "Types and struct in common between Pubky client and homeserver"
edition = "2021"
homepage = "https://github.com/pubky/pubky-core"
keywords = ["pkarr", "pubky", "auth", "pubkey"]
license = "MIT"
name = "pubky-common"
readme = "README.md"
repository = "https://github.com/pubky/pubky-core"
version = "0.6.0"

[target.'cfg(target_arch = "wasm32")'.dependencies.js-sys]
version = "0.3.77"