turbovault-parser 1.3.2

Obsidian Flavored Markdown (OFM) 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"
rust-version = "1.90.0"
name = "turbovault-parser"
version = "1.3.2"
authors = ["Epistates, Inc <nick@epistates.com>"]
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Obsidian Flavored Markdown (OFM) parser"
documentation = "https://docs.rs/turbovault-parser"
readme = "README.md"
license = "MIT"
repository = "https://github.com/epistates/turbovault"
resolver = "2"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
    "--cfg",
    "docsrs",
]

[features]
default = []

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

[dependencies.log]
version = "0.4"

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

[dependencies.regex]
version = "1"

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

[dependencies.serde_json]
version = "1.0"
features = [
    "raw_value",
    "preserve_order",
]

[dependencies.serde_yaml]
version = "0.9"

[dependencies.turbovault-core]
version = "1.3.2"

[dev-dependencies.tokio]
version = "1.47"
features = [
    "io-util",
    "macros",
    "rt-multi-thread",
    "sync",
    "time",
    "fs",
    "full",
]