ekphos 0.20.5

A lightweight, fast, terminal-based markdown research tool inspired by Obsidian
# 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 = "2021"
name = "ekphos"
version = "0.20.5"
authors = ["Ekphos Contributors"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A lightweight, fast, terminal-based markdown research tool inspired by Obsidian"
readme = "README.md"
keywords = [
    "markdown",
    "tui",
    "terminal",
    "notes",
    "obsidian",
]
categories = [
    "command-line-utilities",
    "text-editors",
]
license = "MIT"
repository = "https://github.com/hanebox/ekphos"

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

[dependencies.arboard]
version = "3.4"

[dependencies.bincode]
version = "1.3"

[dependencies.clipboard-rs]
version = "0.3"

[dependencies.crossterm]
version = "0.29"

[dependencies.dirs]
version = "5.0"

[dependencies.htmd]
version = "0.5"

[dependencies.image]
version = "0.25"

[dependencies.ratatui]
version = "0.30"

[dependencies.ratatui-image]
version = "10.0"
features = [
    "image-defaults",
    "crossterm",
]
default-features = false

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

[dependencies.serde_yaml]
version = "0.9"

[dependencies.shellexpand]
version = "3.1"

[dependencies.syntect]
version = "5.2"
features = ["default-fancy"]
default-features = false

[dependencies.toml]
version = "0.8"

[dependencies.unicode-width]
version = "0.2"

[dependencies.ureq]
version = "2.9"

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