duat 0.8.2

A modern, very customizable text editor, configured in rust.
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 = "duat"
version = "0.8.2"
authors = ["AhoyISki"]
build = false
include = [
    "src/",
    "templates/*",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A modern, very customizable text editor, configured in rust."
readme = "README.md"
keywords = [
    "editor",
    "text",
    "application",
    "duat",
]
categories = [
    "command-line-utilities",
    "text-editors",
    "config",
]
license = "GPL-3.0-or-later"
repository = "https://github.com/AhoyISki/duat"
resolver = "2"

[features]
deadlocks = ["duat-core/deadlocks"]
default = [
    "term-ui",
    "treesitter",
]
git-deps = []
term-ui = ["dep:duat-term"]
treesitter = [
    "dep:duat-treesitter",
    "dep:duat-match-pairs",
]

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

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

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

[dependencies.convert_case]
version = "0.10.0"

[dependencies.dirs-next]
version = "2.0.0"

[dependencies.duat-base]
version = "0.8.1"

[dependencies.duat-core]
version = "0.8.0"

[dependencies.duat-filetype]
version = "0.3.3"

[dependencies.duat-match-pairs]
version = "0.3.0"
optional = true

[dependencies.duat-term]
version = "0.8.1"
optional = true

[dependencies.duat-treesitter]
version = "0.4.0"
optional = true

[dependencies.duatmode]
version = "0.8.1"

[dependencies.libloading]
version = "0.9.0"

[dependencies.log]
version = "0.4.29"

[dependencies.notify]
version = "8.2.0"

[lints.clippy]
unit_arg = "allow"

[lints.rust]
missing_docs = "warn"

[profile.lto-optimized]
lto = true
codegen-units = 1
inherits = "release"