bkmr 7.6.2

Knowledge management for humans and agents — bookmarks, snippets, etc, searchable, executable.
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"
name = "bkmr"
version = "7.6.2"
authors = ["sysid <sysid@gmx.de>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Knowledge management for humans and agents — bookmarks, snippets, etc, searchable, executable."
homepage = "https://github.com/sysid/bkmr"
readme = "README.md"
keywords = [
    "bookmark",
    "cli",
    "terminal",
    "snippet",
    "launcher",
]
categories = ["command-line-utilities"]
license = "BSD-3-Clause"
repository = "https://github.com/sysid/bkmr"

[features]
default = ["ort-download-binaries"]
ort-download-binaries = ["fastembed/ort-download-binaries-rustls-tls"]
system-ort = ["fastembed/ort-load-dynamic"]

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

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

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

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

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

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

[dependencies.arboard]
version = "3.6.1"
features = ["wayland-data-control"]

[dependencies.async-trait]
version = "0.1"

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

[dependencies.clap]
version = "4.6.0"
features = ["unstable-doc"]

[dependencies.clap_complete]
version = "4.6.0"

[dependencies.crossterm]
version = "0.29.0"

[dependencies.derive_builder]
version = "0.20.2"

[dependencies.diesel]
version = "2.3.7"
features = [
    "sqlite",
    "chrono",
    "returning_clauses_for_sqlite_3_35",
    "r2d2",
]

[dependencies.diesel_migrations]
version = "2.3.1"

[dependencies.dirs]
version = "6.0.0"

[dependencies.fastembed]
version = "5"
features = [
    "hf-hub-rustls-tls",
    "image-models",
]
default-features = false

[dependencies.fs_extra]
version = "1.3.0"

[dependencies.ignore]
version = "0.4.25"

[dependencies.itertools]
version = "0.14.0"

[dependencies.markdown]
version = "1.0.0"

[dependencies.md5]
version = "0.7.0"

[dependencies.minijinja]
version = "2.19.0"

[dependencies.open]
version = "5.3.3"

[dependencies.ratatui]
version = "0.30.0"

[dependencies.regex]
version = "1.12.3"

[dependencies.reqwest]
version = "0.12.28"
features = [
    "blocking",
    "json",
    "rustls-tls",
]
default-features = false

[dependencies.rusqlite]
version = "0.35.0"
features = ["bundled"]

[dependencies.rustyline]
version = "15.0.0"

[dependencies.select]
version = "0.6.1"

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

[dependencies.serde_json]
version = "1.0.149"

[dependencies.serde_with]
version = "3.18.0"
features = ["chrono"]

[dependencies.serde_yaml]
version = "0.9.34"

[dependencies.sha2]
version = "0.10.9"

[dependencies.shellexpand]
version = "3.1.2"

[dependencies.skim]
version = "4.6.0"

[dependencies.sqlite-vec]
version = "0.1.6"

[dependencies.tempfile]
version = "3.27.0"

[dependencies.thiserror]
version = "2.0.18"

[dependencies.tokio]
version = "1"
features = [
    "rt",
    "rt-multi-thread",
    "macros",
    "io-std",
    "time",
    "process",
    "sync",
]

[dependencies.toml]
version = "0.8.23"

[dependencies.tower-lsp]
version = "0.20"

[dependencies.tracing]
version = "0.1.44"

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

[dependencies.url]
version = "2.5.8"

[dependencies.zerocopy]
version = "0.7"
features = ["derive"]

[dev-dependencies.assert_cmd]
version = "2.2.0"

[dev-dependencies.predicates]
version = "3.1.4"

[build-dependencies.pyo3]
version = "0.24"
features = [
    "extension-module",
    "anyhow",
]

[profile.release]
lto = true
codegen-units = 1