tedi 0.14.1

Personal productivity CLI for task tracking, time management, and GitHub issue integration
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"
name = "tedi"
version = "0.14.1"
authors = ["Valeriy Sakharov <valeratrades@gmail.com>"]
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Personal productivity CLI for task tracking, time management, and GitHub issue integration"
readme = "README.md"
keywords = [
    "productivity",
    "task-management",
    "github",
    "time-tracking",
]
categories = ["command-line-utilities"]
license = "BlueOak-1.0.0"
repository = "https://github.com/valeratrades/tedi"

[package.metadata.binstall]
pkg-url = "{ repo }/releases/download/v{ version }/{ name }-{ target }.tar.gz"
bin-dir = "{ bin }{ binary-ext }"
pkg-fmt = "tgz"

[features]
default = []

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

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

[[example]]
name = "md_parse"
path = "examples/md_parse.rs"

[[test]]
name = "integration"
path = "tests/integration/main.rs"

[dependencies.arrayvec]
version = "0.7"

[dependencies.ask_llm]
version = "^2.1.4"

[dependencies.async-trait]
version = "^0.1.89"

[dependencies.async_from]
version = "0.2.0"

[dependencies.base64]
version = "0.22"

[dependencies.clap]
version = "^4.5.54"
features = ["derive"]

[dependencies.clap_complete]
version = "4.5.65"

[dependencies.color-eyre]
version = "0.6.5"

[dependencies.config]
version = "^0.15.19"

[dependencies.copy_arrayvec]
version = "0.1"

[dependencies.derive-new]
version = "^0"

[dependencies.derive_more]
version = "2.1.1"
features = [
    "from_str",
    "display",
    "from",
    "into_iterator",
]

[dependencies.futures]
version = "0.3.31"

[dependencies.image]
version = "0.25.9"

[dependencies.jiff]
version = "^0.2"
features = ["serde"]

[dependencies.libwayshot]
version = "0.7.2"

[dependencies.miette]
version = "7"
features = ["fancy"]

[dependencies.pandoc]
version = "^0.8.11"

[dependencies.png]
version = "0.18"

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

[dependencies.pulldown-cmark-to-cmark]
version = "22"

[dependencies.regex]
version = "1.12.2"

[dependencies.reqwest]
version = "^0.13.1"
features = [
    "blocking",
    "json",
]

[dependencies.serde]
version = "^1.0.228"
features = ["derive"]

[dependencies.serde_json]
version = "^1.0.149"
features = ["std"]

[dependencies.smart-default]
version = "^0.7"

[dependencies.tempfile]
version = "^3.24.0"

[dependencies.thiserror]
version = "2.0.18"

[dependencies.tokio]
version = "^1.49.0"
features = [
    "rt",
    "rt-multi-thread",
]

[dependencies.tracing]
version = "^0.1.44"

[dependencies.tracing-error]
version = "0.2"

[dependencies.tracing-subscriber]
version = "^0.3"
features = [
    "env-filter",
    "json",
]

[dependencies.url]
version = "^2.5"

[dependencies.urlencoding]
version = "^2.1.3"

[dependencies.v_utils]
version = "^2.15.26"
features = [
    "io",
    "async-io",
    "macros",
    "trades",
    "xdg",
    "cli",
]

[dependencies.xdg]
version = "3.0.0"

[dev-dependencies.derive_builder]
version = "0.20"

[dev-dependencies.insta]
version = "1.46"

[dev-dependencies.libc]
version = "0.2"

[dev-dependencies.rstest]
version = "0.26"

[dev-dependencies.v_fixtures]
version = "^0.3.4"

[dev-dependencies.walkdir]
version = "2"

[lints.clippy]
doc_lazy_continuation = "allow"
float_cmp = "allow"
len_zero = "allow"
tabs_in_doc_comments = "allow"
undocumented_unsafe_blocks = "warn"