markdown-compiler 0.1.0

Strict Markdown content validation, asset resolution, and revision identities for Maincopy
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 = "markdown-compiler"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Strict Markdown content validation, asset resolution, and revision identities for Maincopy"
readme = "README.md"
license = "MIT"
repository = "https://github.com/tee8z/maincopy"

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

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

[[test]]
name = "cli"
path = "tests/cli.rs"

[dependencies.blake3]
version = "1.8.3"

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

[dependencies.pulldown-cmark]
version = "=0.13.4"
features = ["html"]
default-features = false

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

[dependencies.serde_json]
version = "1.0.151"

[dependencies.thiserror]
version = "2.0.20"

[dependencies.time]
version = "0.3.55"
features = ["serde-well-known"]

[dependencies.toml]
version = "1.1.4"
features = [
    "display",
    "parse",
    "serde",
    "std",
]
default-features = false

[dependencies.url]
version = "2.5.8"

[dependencies.uuid]
version = "1.26.0"
features = ["v4"]

[dev-dependencies.tempfile]
version = "3.27.0"

[target.'cfg(any(target_os = "linux", target_os = "macos"))'.dependencies.rustix]
version = "=1.1.4"
features = [
    "fs",
    "process",
    "std",
]
default-features = false

[target.'cfg(any(target_os = "linux", target_os = "macos"))'.dev-dependencies.rustix]
version = "=1.1.4"
features = [
    "fs",
    "process",
    "std",
]
default-features = false