linkmarks 2.2.1

Local-first, AGPL-licensed bookmark manager. CLI + interactive TUI for collecting, deduplicating, and exporting browser bookmarks offline. Works against a single SQLite store under ~/.local/share/linkmarks.
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"
version = "2.2.1"
authors = ["David Alejandro Mireles Llamas"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Local-first, AGPL-licensed bookmark manager. CLI + interactive TUI for collecting, deduplicating, and exporting browser bookmarks offline. Works against a single SQLite store under ~/.local/share/linkmarks."
homepage = "https://loust-pro.github.io/LinkMarks/"
readme = "README.md"
keywords = [
    "bookmarks",
    "self-hosted",
    "local-first",
    "crdt",
    "rust",
]
categories = [
    "command-line-utilities",
    "database",
]
license = "AGPL-3.0-or-later"
repository = "https://github.com/LOUST-PRO/LinkMarks"

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

[[bin]]
name = "linkmarks"
path = "src/main.rs"

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

[dependencies.linkmarks-bridge-firefox]
version = "2.2.1"

[dependencies.linkmarks-bridge-netscape]
version = "2.2.1"

[dependencies.linkmarks-cli]
version = "2.2.1"

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

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