mdpreviewer 0.1.0

Live-reloading browser preview for a single Markdown file, with mermaid diagrams and cursor sync for Helix.
# 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 = "mdpreviewer"
version = "0.1.0"
build = false
include = [
    "src/**/*.rs",
    "assets/**",
    "README.md",
    "CHANGELOG.md",
    "LICENSE-MIT",
    "LICENSE-APACHE",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Live-reloading browser preview for a single Markdown file, with mermaid diagrams and cursor sync for Helix."
homepage = "https://github.com/jkellz-dev/mdpreviewer"
readme = "README.md"
keywords = [
    "markdown",
    "preview",
    "helix",
    "mermaid",
    "live-reload",
]
categories = [
    "command-line-utilities",
    "text-processing",
    "development-tools",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/jkellz-dev/mdpreviewer"

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

[dependencies.comrak]
version = "0.55.0"

[dependencies.notify]
version = "8.2.0"

[dependencies.open]
version = "5.4.4"

[dependencies.tiny_http]
version = "0.12.0"

[target."cfg(unix)".dependencies.libc]
version = "0.2.189"