markdown-org-extract 0.3.1

CLI utility for extracting tasks from markdown files with Emacs Org-mode support
# 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 = "2021"
rust-version = "1.85"
name = "markdown-org-extract"
version = "0.3.1"
authors = ["Vitaly Ostanin <vitaly.ostanin@gmail.com>"]
build = "build.rs"
exclude = [
    "docs/",
    "TODO.md",
    "CHANGELOG.md",
    ".github/",
    "scripts/",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CLI utility for extracting tasks from markdown files with Emacs Org-mode support"
homepage = "https://github.com/VitalyOstanin/markdown-org-extract"
readme = "README.md"
keywords = [
    "markdown",
    "org-mode",
    "cli",
    "tasks",
    "agenda",
]
categories = [
    "command-line-utilities",
    "text-processing",
]
license = "MIT"
repository = "https://github.com/VitalyOstanin/markdown-org-extract"

[[bin]]
name = "markdown-org-extract"
path = "src/main.rs"

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

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

[dependencies.chrono]
version = "0.4.44"

[dependencies.chrono-tz]
version = "0.10"

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

[dependencies.comrak]
version = "0.52"
default-features = false

[dependencies.globset]
version = "0.4"

[dependencies.grep-regex]
version = "0.1.14"

[dependencies.grep-searcher]
version = "0.1.14"

[dependencies.ignore]
version = "0.4.25"

[dependencies.regex]
version = "1.12"

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

[dependencies.serde_json]
version = "1.0.149"

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-subscriber]
version = "0.3"
features = [
    "fmt",
    "env-filter",
]

[dev-dependencies.assert_cmd]
version = "2.0"

[dev-dependencies.predicates]
version = "3.1"

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

[build-dependencies.chrono]
version = "0.4.44"
default-features = false

[build-dependencies.serde_json]
version = "1.0.149"

[profile.release]
lto = "thin"
codegen-units = 1
strip = "symbols"