terraphim-markdown-parser 1.16.34

Terraphim Markdown Parser
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 = "terraphim-markdown-parser"
version = "1.16.34"
authors = ["Terraphim Contributors"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Terraphim Markdown Parser"
homepage = "https://terraphim.ai"
documentation = "https://terraphim.ai"
readme = "README.md"
keywords = [
    "personal-assistant",
    "ai",
    "privacy",
    "agent",
    "terraphim",
]
license = "Apache-2.0"
repository = "https://github.com/terraphim/terraphim-ai"
resolver = "2"

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

[[bin]]
name = "terraphim-markdown-parser"
path = "src/main.rs"

[dependencies.markdown]
version = "1.0.0-alpha.21"

[dependencies.terraphim_types]
version = "1.0.0"

[dependencies.thiserror]
version = "1.0"

[dependencies.ulid]
version = "1.0.0"
features = [
    "serde",
    "uuid",
]