linkmarks-cli 2.2.0

Command-line interface for LinkMarks with deterministic subcommands, structured output formats, and shell completions.
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.78"
name = "linkmarks-cli"
version = "2.2.0"
authors = ["David Alejandro Mireles Llamas"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Command-line interface for LinkMarks with deterministic subcommands, structured output formats, and shell completions."
homepage = "https://github.com/LOUST-PRO/LinkMarks"
readme = "README.md"
keywords = [
    "bookmarks",
    "cli",
    "clap",
    "local-first",
    "shell",
]
categories = [
    "command-line-utilities",
    "database",
]
license = "AGPL-3.0-or-later"
repository = "https://github.com/LOUST-PRO/LinkMarks"

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

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

[dependencies.anyhow]
version = "1"

[dependencies.chrono]
version = "0.4"
features = ["serde"]

[dependencies.clap]
version = "4.6"
features = [
    "derive",
    "env",
]

[dependencies.clap_complete]
version = "4"

[dependencies.linkmarks-bridge-chromium]
version = "2.2.0"

[dependencies.linkmarks-core]
version = "2.2.0"

[dependencies.linkmarks-tui]
version = "2.2.0"

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

[dependencies.serde_json]
version = "1"

[dependencies.serde_yaml]
version = "0.9"

[dependencies.thiserror]
version = "2"

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-subscriber]
version = "0.3"
features = ["env-filter"]

[dependencies.yrs]
version = "0.20"

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