marco-core 1.0.2

nom-based Markdown parser, HTML renderer, and intelligence features (highlights, diagnostics, completions) for the Marco editor.
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 = "2021"
rust-version = "1.94.1"
name = "marco-core"
version = "1.0.2"
authors = ["Kim Skov Rasmussen"]
build = "build.rs"
exclude = [
    "tests/",
    "../tests/",
    "../documentation/",
    "../build/",
    "../assets/",
    "../log/",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "nom-based Markdown parser, HTML renderer, and intelligence features (highlights, diagnostics, completions) for the Marco editor."
homepage = "https://github.com/Ranrar/Marco"
readme = "README.md"
keywords = [
    "markdown",
    "parser",
    "commonmark",
    "renderer",
    "nom",
]
categories = [
    "parsing",
    "text-processing",
]
license = "MIT"
repository = "https://github.com/Ranrar/Marco"
resolver = "3"

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

[dependencies.chrono]
version = "0.4.43"
features = ["serde"]

[dependencies.dirs]
version = "6.0.0"

[dependencies.emojis]
version = "0.8.0"

[dependencies.htmlescape]
version = "0.3.1"

[dependencies.katex-rs]
version = "0.2.3"

[dependencies.log]
version = "0.4.29"

[dependencies.mermaid-rs-renderer]
version = "0.2.1"
default-features = false

[dependencies.moka]
version = "0.12.13"
features = ["sync"]

[dependencies.nom]
version = "8.0.0"

[dependencies.nom_locate]
version = "5.0.0"

[dependencies.ron]
version = "0.12.0"

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

[dependencies.serde_json]
version = "1.0.149"

[dependencies.syntect]
version = "5.3.0"

[dependencies.tempfile]
version = "3.25.0"

[dependencies.unicode-normalization]
version = "0.1.25"

[dev-dependencies.clap]
version = "4.5.58"
features = ["derive"]

[dev-dependencies.serial_test]
version = "3.3.1"

[build-dependencies.serde_json]
version = "1.0.149"

[target.'cfg(target_os = "linux")'.dependencies.fontconfig]
version = "0.10.0"