myeon 0.5.0

myeon is a minimalist, keyboard-driven TUI Kanban board
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 = "myeon"
version = "0.5.0"
authors = ["Claes Adamsson <claes.adamsson@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "myeon is a minimalist, keyboard-driven TUI Kanban board"
homepage = "https://cladam.github.io/"
readme = "README.md"
keywords = [
    "tui",
    "kanban",
    "planning",
    "cli",
]
categories = ["command-line-utilities"]
license = "MIT"
repository = "https://github.com/cladam/myeon"

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

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

[dependencies.anyhow]
version = "1.0.100"

[dependencies.chrono]
version = "0.4.42"
features = ["serde"]

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

[dependencies.colored]
version = "3.0.0"

[dependencies.crossterm]
version = "0.29.0"

[dependencies.directories]
version = "6.0.0"

[dependencies.ratatui]
version = "0.30.0"

[dependencies.self_update]
version = "0.42.0"

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

[dependencies.serde_json]
version = "1.0.149"

[dependencies.thiserror]
version = "2.0.17"

[dependencies.uuid]
version = "1.19.0"
features = [
    "serde",
    "v4",
]

[target.'cfg(all(target_os = "linux", target_arch = "aarch64"))'.dependencies.openssl-sys]
version = "0.9.109"
features = ["vendored"]