meshlet-cli 0.1.0

CLI bookmark manager with CRDT sync (buku-like, local-first)
# 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-cli"
version = "0.1.0"
authors = ["Pato Lankenau <rust@p.lankenau.io>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CLI bookmark manager with CRDT sync (buku-like, local-first)"
readme = false
keywords = [
    "cli",
    "bookmarks",
    "crdt",
    "sync",
    "buku",
]
categories = ["command-line-utilities"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/pato/meshlet"
resolver = "2"

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

[dependencies.anyhow]
version = "1"

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

[dependencies.colored]
version = "2"

[dependencies.dirs]
version = "5"

[dependencies.loro]
version = "1"

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

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

[dependencies.reqwest]
version = "0.12"
features = [
    "blocking",
    "json",
]
default-features = false

[dependencies.scraper]
version = "0.20"

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

[dependencies.serde_json]
version = "1"

[dependencies.tempfile]
version = "3"

[dependencies.toml]
version = "0.8"

[dependencies.webbrowser]
version = "1"

[dev-dependencies.insta]
version = "1"
features = [
    "json",
    "redactions",
]

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