mindtask 0.1.1

A CLI tool combining mindmaps with task dependency graphs
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 = "2024"
name = "mindtask"
version = "0.1.1"
authors = ["Dan Probst <dan@probst.dev>"]
build = false
exclude = [
    "docs/",
    "STATUS.md",
    "justfile",
    "tests/fixtures/",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A CLI tool combining mindmaps with task dependency graphs"
readme = "README.md"
keywords = [
    "cli",
    "mindmap",
    "task",
    "dag",
    "planning",
]
categories = ["command-line-utilities"]
license = "GPL-3.0-only"
repository = "https://git.sr.ht/~danprobst/mindtask"

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

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

[dependencies.anyhow]
version = "1"

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

[dependencies.jiff]
version = "0.2"
features = ["serde"]

[dependencies.petgraph]
version = "0.8"

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

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "2"

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