mdbook_uplot 0.2.0

mdbook preprocessor for interactive uPlot charts
# 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 = "mdbook_uplot"
version = "0.2.0"
build = "build.rs"
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "mdbook preprocessor for interactive uPlot charts"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/n1ght-hunter/mdbook_uplot"

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

[[bin]]
name = "mdbook-uplot"
path = "src/bin/mdbook-uplot.rs"

[dependencies.maud]
version = "0.27.0"

[dependencies.mdbook-preprocessor]
version = "0.5.2"

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

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

[dependencies.serde_json]
version = "1"

[dependencies.toml_edit]
version = "0.23.9"

[dependencies.tracing]
version = "0.1.44"

[dependencies.tracing-subscriber]
version = "0.3.22"

[build-dependencies.ureq]
version = "3"

[profile.dist]
lto = "thin"
inherits = "release"