criew 0.0.2

Terminal-first Linux kernel patch mail workflow TUI
# 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"
rust-version = "1.85"
name = "criew"
version = "0.0.2"
authors = ["Chen Miao"]
build = "build.rs"
include = [
    "/Cargo.toml",
    "/Cargo.lock",
    "/LICENSE",
    "/README.md",
    "/README-zh.md",
    "/build.rs",
    "/docs/**",
    "/migrations/**",
    "/src/**",
    "/vendor/b4/b4.sh",
    "/vendor/b4/COPYING",
    "/vendor/b4/src/b4/*.py",
    "/vendor/b4/src/b4/templates/*.example",
    "/vendor/b4/src/b4/man/b4.5",
    "/vendor/b4/src/b4/man/b4.5.rst",
    "/vendor/b4/patatt/COPYING",
    "/vendor/b4/patatt/patatt/*.py",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Terminal-first Linux kernel patch mail workflow TUI"
homepage = "https://github.com/ChenMiaoi/CRIEW"
documentation = "https://docs.rs/criew"
readme = "README.md"
keywords = [
    "tui",
    "email",
    "patch",
    "kernel",
    "workflow",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license-file = "LICENSE"
repository = "https://github.com/ChenMiaoi/CRIEW"

[package.metadata.docs.rs]
default-target = "x86_64-unknown-linux-gnu"
targets = []

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

[dependencies.chrono]
version = "0.4"
features = [
    "clock",
    "std",
]
default-features = false

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

[dependencies.crossterm]
version = "0.28"

[dependencies.directories]
version = "5.0"

[dependencies.quick-xml]
version = "0.37"

[dependencies.ratatui]
version = "0.28"

[dependencies.reqwest]
version = "0.12"
features = [
    "blocking",
    "brotli",
    "deflate",
    "gzip",
    "rustls-tls",
]
default-features = false

[dependencies.rusqlite]
version = "0.31"
features = ["bundled"]

[dependencies.rustls]
version = "0.23"
features = ["ring"]

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

[dependencies.thiserror]
version = "2.0"

[dependencies.toml]
version = "0.8"

[dependencies.tracing]
version = "0.1"

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

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

[dependencies.webpki-roots]
version = "1.0"