todoke 0.3.13

A rule-driven file and URL dispatcher: hands incoming paths (or URLs) to the right handler based on TOML-defined rules.
# 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 = "todoke"
version = "0.3.13"
authors = ["yukimemi"]
build = "build.rs"
include = [
    "src/**/*.rs",
    "assets/default.toml",
    "assets/icon.ico",
    "assets/icon.png",
    "assets/icon.svg",
    "assets/logo.svg",
    "build.rs",
    "Cargo.toml",
    "README.md",
    "LICENSE",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A rule-driven file and URL dispatcher: hands incoming paths (or URLs) to the right handler based on TOML-defined rules."
homepage = "https://github.com/yukimemi/todoke"
documentation = "https://docs.rs/todoke"
readme = "README.md"
keywords = [
    "dispatcher",
    "router",
    "cli",
    "neovim",
    "editor",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/yukimemi/todoke"

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

[dependencies.anyhow]
version = "1.0.102"

[dependencies.clap]
version = "4.6.1"
features = [
    "derive",
    "env",
]

[dependencies.clap_complete]
version = "4.6.2"

[dependencies.directories]
version = "5.0.1"

[dependencies.nvim-rs]
version = "0.9.2"
features = ["use_tokio"]

[dependencies.owo-colors]
version = "4.3.0"

[dependencies.regex]
version = "1.12.3"

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

[dependencies.supports-color]
version = "3.0.2"

[dependencies.tera]
version = "1.20.1"

[dependencies.thiserror]
version = "2.0.18"

[dependencies.tokio]
version = "1.52.1"
features = ["full"]

[dependencies.toml]
version = "0.8"

[dependencies.tracing]
version = "0.1.44"

[dependencies.tracing-subscriber]
version = "0.3.23"
features = ["env-filter"]

[dependencies.url]
version = "2.5.8"

[build-dependencies.winresource]
version = "0.1.31"

[profile.release]
lto = true
codegen-units = 1
strip = true