vissue-core 0.3.0

Plain-text issue tracking over per-project orgmode files: model, store, queries, and org projection
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.89"
name = "vissue-core"
version = "0.3.0"
authors = ["Rohit Goswami <rgoswami@ieee.org>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Plain-text issue tracking over per-project orgmode files: model, store, queries, and org projection"
homepage = "https://github.com/HaoZeke/vissue"
readme = "README.md"
keywords = [
    "issue-tracker",
    "orgmode",
    "cli",
    "mcp",
    "plain-text",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/HaoZeke/vissue"

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

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

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

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

[dependencies.anyhow]
version = "1"

[dependencies.chrono]
version = "0.4"

[dependencies.daggy]
version = "0.9"

[dependencies.fs2]
version = "0.4"

[dependencies.petgraph]
version = "0.8"

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

[dependencies.serde_json]
version = "1"

[dependencies.toml]
version = "0.8"

[dependencies.walkdir]
version = "2"

[dependencies.xxhash-rust]
version = "0.8"
features = ["xxh3"]

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

[lints.clippy]
all = "warn"

[lints.rust]
unsafe_code = "forbid"