hitchmark-cli 0.5.0

CLI tool for stable, addressable document links via hook:// URIs
# 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 = "hitchmark-cli"
version = "0.5.0"
authors = ["Hitchmark Contributors"]
build = false
exclude = ["tests/"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CLI tool for stable, addressable document links via hook:// URIs"
documentation = "https://docs.rs/hitchmark-cli"
readme = "README.md"
keywords = [
    "links",
    "uri",
    "cli",
    "bookmarks",
    "hook",
]
categories = [
    "command-line-utilities",
    "filesystem",
]
license = "MIT"
repository = "https://github.com/elijah/hitchmark"

[package.metadata.deb]
maintainer = "Hitchmark Contributors"
copyright = "2026, Hitchmark Contributors"
depends = "$auto"
section = "utils"
priority = "optional"
assets = [
    [
    "target/release/hk",
    "usr/bin/hk",
    "755",
],
    [
    "README.md",
    "usr/share/doc/hitchmark-cli/README.md",
    "644",
],
    [
    "../../LICENSE",
    "usr/share/doc/hitchmark-cli/LICENSE",
    "644",
],
]

[package.metadata.generate-rpm]
summary = "CLI tool for stable, addressable document links via hook:// URIs"

[[package.metadata.generate-rpm.assets]]
source = "target/release/hk"
dest = "/usr/bin/hk"
mode = "755"

[[package.metadata.generate-rpm.assets]]
source = "README.md"
dest = "/usr/share/doc/hitchmark-cli/README.md"
mode = "644"
doc = true

[[package.metadata.generate-rpm.assets]]
source = "../../LICENSE"
dest = "/usr/share/doc/hitchmark-cli/LICENSE"
mode = "644"
doc = true

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

[dependencies.anyhow]
version = "1"

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

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

[dependencies.clap_complete]
version = "4"

[dependencies.clap_mangen]
version = "0.2"

[dependencies.dirs]
version = "5"

[dependencies.env_logger]
version = "0.11"

[dependencies.hitchmark-core]
version = "0.5"

[dependencies.log]
version = "0.4"

[dependencies.notify]
version = "6"

[dependencies.opener]
version = "0.7"

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

[dependencies.serde_json]
version = "1"

[dependencies.tokio]
version = "1"
features = [
    "rt-multi-thread",
    "macros",
    "net",
    "signal",
]

[dependencies.toml]
version = "0.8"

[dependencies.tower-http]
version = "0.5"
features = ["cors"]

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

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

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