edtr 0.1.2

An editor router/transfer tool that dispatches files to the right editor based on 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 = "edtr"
version = "0.1.2"
authors = ["yukimemi"]
build = false
include = [
    "src/**/*.rs",
    "assets/default.toml",
    "Cargo.toml",
    "README.md",
    "LICENSE",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "An editor router/transfer tool that dispatches files to the right editor based on rules."
homepage = "https://github.com/yukimemi/edtr"
documentation = "https://docs.rs/edtr"
readme = "README.md"
keywords = [
    "editor",
    "cli",
    "neovim",
    "router",
    "dispatcher",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/yukimemi/edtr"

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

[dependencies.anyhow]
version = "1"

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

[dependencies.clap_complete]
version = "4"

[dependencies.directories]
version = "5"

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

[dependencies.regex]
version = "1"

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

[dependencies.tera]
version = "1"

[dependencies.thiserror]
version = "2"

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

[dependencies.toml]
version = "0.8"

[dependencies.tracing]
version = "0.1"

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

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