postit 0.2.3

Task manager on your CLI.
Documentation
[[bin]]
name = "postit"
path = "src/main.rs"

[dependencies.clap]
default-features = false
features = ["std", "derive", "help", "usage", "error-context", "suggestions"]
version = "4.5"

[dependencies.colored]
version = "2.1.0"

[dependencies.dirs]
version = "6.0.0"

[dependencies.mongodb]
features = ["sync"]
version = "3.2.3"

[dependencies.quick-xml]
features = ["serialize"]
version = "0.37.2"

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

[dependencies.serde_json]
version = "1.0.135"

[dependencies.sqlite]
version = "0.36.1"

[dependencies.thiserror]
version = "2.0.12"

[dependencies.toml]
version = "0.8.19"

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

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

[package]
authors = ["cristianmarcosmartin1@gmail.com"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities"]
description = "Task manager on your CLI."
documentation = "https://docs.rs/postit/"
edition = "2021"
keywords = ["cli", "productivity", "todo-list"]
license = "MIT OR Apache-2.0"
name = "postit"
readme = "README.md"
repository = "https://github.com/kerudev/postit-rs"
version = "0.2.3"

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

[[test]]
name = "unittest"
path = "tests/mod.rs"