scrybe-render 0.2.0

Scrybe render — Markdown-to-HTML pipeline, syntect, KaTeX/Mermaid
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"
name = "scrybe-render"
version = "0.2.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Scrybe render — Markdown-to-HTML pipeline, syntect, KaTeX/Mermaid"
homepage = "https://github.com/hartsock/scrybe"
readme = "README.md"
keywords = [
    "markdown",
    "html",
    "render",
    "syntect",
    "scrybe",
]
categories = ["text-processing"]
license = "Apache-2.0"
repository = "https://github.com/hartsock/scrybe"

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

[dependencies.anyhow]
version = "1.0"

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

[dependencies.scrybe-core]
version = "=0.2.0"

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

[dependencies.syntect]
version = "5.2"

[dependencies.thiserror]
version = "2.0"

[dependencies.tracing]
version = "0.1"

[lints.clippy]
explicit_iter_loop = "warn"
flat_map_option = "warn"
implicit_clone = "warn"
needless_for_each = "warn"
semicolon_if_nothing_returned = "warn"
uninlined_format_args = "warn"
use_self = "warn"
useless_conversion = "warn"