nodex-core 0.2.2

Universal graph-based document tool — core library
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.94"
name = "nodex-core"
version = "0.2.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Universal graph-based document tool — core library"
readme = false
license = "MIT"
repository = "https://github.com/junyeong-ai/nodex"

[features]
community = ["dep:petgraph"]
default = []
html = ["dep:minijinja"]

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

[dependencies.chrono]
version = "0.4"
features = [
    "serde",
    "clock",
]
default-features = false

[dependencies.globset]
version = "0.4"

[dependencies.indexmap]
version = "2.14"
features = ["serde"]

[dependencies.minijinja]
version = "2.19"
optional = true

[dependencies.petgraph]
version = "0.8"
optional = true

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

[dependencies.rayon]
version = "1.11"

[dependencies.regex]
version = "1.12"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.sha2]
version = "0.11"

[dependencies.thiserror]
version = "2.0"

[dependencies.toml]
version = "1.1"

[dependencies.yaml_serde]
version = "0.10"

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