pubky-common 0.9.3

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

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

[dependencies.argon2]
version = "0.5.3"
features = ["std"]

[dependencies.base32]
version = "0.5.1"

[dependencies.blake3]
version = "1.5.5"

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

[dependencies.ed25519-dalek]
version = "3.0.0-pre.1"
features = ["serde"]

[dependencies.once_cell]
version = "1.20.3"

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

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

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

[dependencies.rand]
version = "0.10"

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

[dependencies.thiserror]
version = "2.0.18"

[dependencies.url]
version = "2.5.8"

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

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

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