meread 0.6.0

preview github flavored markdown locally
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 = "meread"
version = "0.6.0"
authors = ["Samuel Ã…kesson <sermuns@lysator.liu.se>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "preview github flavored markdown locally"
readme = "README.md"
keywords = [
    "readme",
    "markdown",
    "preview",
    "server",
]
categories = [
    "command-line-utilities",
    "web-programming::http-server",
]
license = "WTFPL"
repository = "https://github.com/sermuns/meread"

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

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

[dependencies.askama]
version = "0.15"

[dependencies.axum]
version = "0.8"

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

[dependencies.clap_mangen]
version = "0.2"

[dependencies.color-eyre]
version = "0.6"
features = ["track-caller"]
default-features = false

[dependencies.comrak]
version = "0.51"
features = [
    "shortcodes",
    "syntect",
]

[dependencies.futures]
version = "0.3"

[dependencies.hyper]
version = "1.8"
default-features = false

[dependencies.math-core]
version = "0.5"

[dependencies.mime_guess]
version = "2"

[dependencies.notify]
version = "8"

[dependencies.notify-debouncer-full]
version = "0.7"

[dependencies.open]
version = "5"

[dependencies.rust-embed]
version = "8"

[dependencies.syntect]
version = "5.3"

[dependencies.time]
version = "0.3"
features = [
    "formatting",
    "local-offset",
    "macros",
]
default-features = false

[dependencies.tokio]
version = "1"
features = [
    "macros",
    "rt",
]

[dependencies.tokio-stream]
version = "0.1"
features = ["sync"]

[dependencies.tower-http]
version = "0.6"
features = ["fs"]

[profile.release]
opt-level = 3
lto = true
codegen-units = 1
debug = 0
panic = "unwind"
strip = true