mindmap-cli 0.8.0

A CLI program for interacting with MINDMAP files, as described here: https://github.com/roobie/rfc/blob/main/mindmap/MINDMAP.md
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 = "mindmap-cli"
version = "0.8.0"
authors = ["Björn Roberg <bjorn.roberg@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A CLI program for interacting with MINDMAP files, as described here: https://github.com/roobie/rfc/blob/main/mindmap/MINDMAP.md"
readme = "README.md"
keywords = [
    "mindmap",
    "cli",
    "tool",
]
license-file = "LICENSE"
repository = "https://github.com/roobie/mindmap-cli"

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

[[bin]]
name = "mindmap-cli"
path = "src/main.rs"

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

[[bench]]
name = "parser"
path = "benches/parser.rs"
harness = false

[dependencies.anyhow]
version = "1"

[dependencies.atty]
version = "0.2"

[dependencies.blake3]
version = "1.8.3"
features = ["serde"]

[dependencies.chrono]
version = "0.4"

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

[dependencies.pretty-console]
version = "1.0.3"

[dependencies.regex]
version = "1"

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

[dependencies.serde_json]
version = "1"

[dependencies.shell-words]
version = "1.1"

[dependencies.tempfile]
version = "3"

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

[dev-dependencies.assert_fs]
version = "1.1"

[dev-dependencies.criterion]
version = "0.5"
features = ["html_reports"]

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