# 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 = "2021" name = "todo_lib" version = "8.0.0" authors = ["Vladimir Markelov "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Collection of utilities for todo.txt format" readme = "README.md" keywords = ["todotxt"] license = "MIT" repository = "https://github.com/VladimirMarkelov/todo_lib" [lib] name = "todo_lib" path = "src/lib.rs" [[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" [dependencies.chrono] version = "^0.4" [dependencies.regex] version = "1" [dependencies.thiserror] version = "2"