md_reader 0.1.1

A fast, native markdown reader and editor with live preview, syntax highlighting, and multi-file support.
# 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 = "md_reader"
version = "0.1.1"
authors = ["Juba H."]
build = false
exclude = [".claude/"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A fast, native markdown reader and editor with live preview, syntax highlighting, and multi-file support."
homepage = "https://github.com/bauj/md_reader"
readme = "README.md"
keywords = [
    "markdown",
    "editor",
    "preview",
    "gui",
    "reader",
]
categories = [
    "text-editors",
    "visualization",
]
license = "MIT"
repository = "https://github.com/bauj/md_reader"

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

[dependencies.dirs]
version = "5"

[dependencies.eframe]
version = "0.31"

[dependencies.egui]
version = "0.31"

[dependencies.egui_extras]
version = "0.31"

[dependencies.image]
version = "0.24"

[dependencies.notify]
version = "6"

[dependencies.open]
version = "5"

[dependencies.pulldown-cmark]
version = "0.12"

[dependencies.rfd]
version = "0.15"

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

[dependencies.serde_json]
version = "1"

[dependencies.syntect]
version = "5"