meshlet-server 0.1.0

Sync relay server for meshlet: CRDT peer that stores and forwards bookmark updates
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 = "2024"
name = "meshlet-server"
version = "0.1.0"
authors = ["Pato Lankenau <rust@p.lankenau.io>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Sync relay server for meshlet: CRDT peer that stores and forwards bookmark updates"
readme = false
keywords = [
    "crdt",
    "sync",
    "server",
    "bookmarks",
    "loro",
]
categories = ["command-line-utilities"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/pato/meshlet"
resolver = "2"

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

[[bin]]
name = "meshlet-server"
path = "src/main.rs"

[[test]]
name = "sync_e2e"
path = "tests/sync_e2e.rs"

[dependencies.anyhow]
version = "1"

[dependencies.axum]
version = "0.7"
features = ["macros"]

[dependencies.clap]
version = "4"
features = ["derive"]

[dependencies.dirs]
version = "5"

[dependencies.loro]
version = "1"

[dependencies.meshlet-core]
version = "0.1.0"

[dependencies.meshlet-proto]
version = "0.1.0"

[dependencies.serde_json]
version = "1"

[dependencies.tokio]
version = "1"
features = ["full"]

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-subscriber]
version = "0.3"

[dev-dependencies.tempfile]
version = "3"

[dev-dependencies.tower]
version = "0.5"
features = ["util"]