org-core 0.0.6

Rust library for org-mode file operations with fuzzy search, outline extraction, ID-based lookups, and heading content retrieval
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 = "org-core"
version = "0.0.6"
authors = ["Sebastián Zaffarano <sebastian.zaffarano@elastic.co>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Rust library for org-mode file operations with fuzzy search, outline extraction, ID-based lookups, and heading content retrieval"
documentation = "https://github.com/szaffarano/org-mcp-server"
readme = "README.md"
license = "MIT"
repository = "https://github.com/szaffarano/org-mcp-server"

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

[[example]]
name = "headlines"
path = "examples/headlines.rs"

[[example]]
name = "nucleo"
path = "examples/nucleo.rs"

[[example]]
name = "scheduled"
path = "examples/scheduled.rs"

[[example]]
name = "walkdir"
path = "examples/walkdir.rs"

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

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

[dependencies.chrono]
version = "0.4"

[dependencies.config]
version = "0.15"

[dependencies.dirs]
version = "6"

[dependencies.globset]
version = "0.4"

[dependencies.ignore]
version = "0.4"

[dependencies.nucleo-matcher]
version = "0.3"

[dependencies.orgize]
version = "0.10.0-alpha.10"
features = [
    "tracing",
    "tracing",
    "chrono",
]

[dependencies.paste]
version = "1.0"

[dependencies.rowan]
version = "0.15"

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

[dependencies.serde_json]
version = "1.0.145"

[dependencies.shellexpand]
version = "3.1.1"

[dependencies.toml]
version = "0.9"

[dependencies.tracing]
version = "0.1.41"

[dev-dependencies.regex]
version = "1.11"

[dev-dependencies.serial_test]
version = "3.2.0"

[dev-dependencies.temp-env]
version = "0.3.6"

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

[dev-dependencies.tracing-subscriber]
version = "0.3.20"
features = [
    "env-filter",
    "std",
    "fmt",
    "fmt",
]