[dependencies.chrono]
version = "^0.4"
[dependencies.regex]
version = "1"
[dependencies.thiserror]
version = "2"
[lib]
name = "todo_lib"
path = "src/lib.rs"
[package]
authors = ["Vladimir Markelov <vmatroskin@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Collection of utilities for todo.txt format"
edition = "2024"
keywords = ["todotxt"]
license = "MIT"
name = "todo_lib"
readme = "README.md"
repository = "https://github.com/VladimirMarkelov/todo_lib"
version = "9.1.0"
[[test]]
name = "flt"
path = "tests/flt.rs"
[[test]]
name = "sort"
path = "tests/sort.rs"
[[test]]
name = "task"
path = "tests/task.rs"
[[test]]
name = "todotxt_utils"
path = "tests/todotxt_utils.rs"
[[test]]
name = "update"
path = "tests/update.rs"