taskc 0.1.0

Scan markdown task markers and generate a beautiful static task catalog page.
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"
rust-version = "1.85"
name = "taskc"
version = "0.1.0"
build = false
include = [
    "src/**",
    "tests/**",
    "examples/**",
    "Cargo.toml",
    "Cargo.lock",
    "Makefile.toml",
    "README.md",
    "LICENSE",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Scan markdown task markers and generate a beautiful static task catalog page."
documentation = "https://docs.rs/taskc"
readme = "README.md"
keywords = [
    "cli",
    "markdown",
    "tasks",
    "static-site",
    "documentation",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT"

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

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

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

[dependencies.anyhow]
version = "1.0"

[dependencies.chrono]
version = "0.4"
features = [
    "clock",
    "std",
]
default-features = false

[dependencies.pulldown-cmark]
version = "0.13"

[dependencies.walkdir]
version = "2.5"

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