[dependencies.chrono]
version = "0.4.40"
[dependencies.uuid]
features = ["v4"]
version = "1.16.0"
[lib]
name = "orgflow"
path = "src/lib/mod.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["text-processing", "data-structures"]
description = "A Rust library for managing documents with support for tasks and notes"
documentation = "https://docs.rs/orgflow"
edition = "2024"
homepage = "https://github.com/ucyo/orgflow"
keywords = ["productivity", "notes", "tasks", "organization"]
license = "MIT"
name = "orgflow"
readme = "README.md"
repository = "https://github.com/ucyo/orgflow"
resolver = "2"
version = "0.1.1"
[[test]]
name = "config_test"
path = "tests/config_test.rs"
[[test]]
name = "io_test"
path = "tests/io_test.rs"