duat 0.9.0

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.9.0"
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"

[features]
app = [
    "dep:clap",
    "dep:convert_case",
    "dep:libloading",
    "dep:notify",
    "dep:arboard",
    "dep:android_clipboard",
]
default = [
    "term-ui",
    "treesitter",
    "app",
]
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"]
optional = true

[dependencies.convert_case]
version = "0.10.0"
optional = true

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

[dependencies.dissimilar]
version = "1.0.10"

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

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

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

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

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

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

[dependencies.duatmode]
version = "0.9.0"

[dependencies.globset]
version = "0.4.18"
features = ["serde1"]
default-features = false

[dependencies.interrupt-read]
version = "0.6.0"

[dependencies.libloading]
version = "0.9.0"
optional = true

[dependencies.log]
version = "0.4.29"

[dependencies.notify]
version = "8.2.0"
optional = true

[target.'cfg(not(target_os = "android"))'.dependencies.arboard]
version = "3.6.1"
features = ["wayland-data-control"]
optional = true
default-features = false

[target.'cfg(target_os = "android")'.dependencies.android_clipboard]
version = "0.1.0"
optional = true

[lints.clippy]
unit_arg = "allow"

[lints.rust]
missing_docs = "warn"

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