obsidian-logging 1.3.2

A journaling/logging CLI that stores logs in Obsidian markdown files
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 = "2021"
name = "obsidian-logging"
version = "1.3.2"
authors = ["Leif Jantzen"]
build = false
exclude = [
    "/.github",
    "/tests",
    "/.gitignore",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A journaling/logging CLI that stores logs in Obsidian markdown files"
homepage = "https://github.com/ljantzen/obsidian-logging"
documentation = "https://docs.rs/obsidian-logging"
readme = "README.md"
keywords = [
    "obsidian",
    "journal",
    "logging",
    "cli",
    "markdown",
]
categories = [
    "command-line-utilities",
    "text-processing",
]
license = "MIT"
repository = "https://github.com/ljantzen/obsidian-logging"

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

[[bin]]
name = "obsidian-logging"
path = "src/main.rs"

[dependencies.chrono]
version = "0.4.43"
features = [
    "serde",
    "unstable-locales",
]

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

[dependencies.dirs]
version = "5.0.1"

[dependencies.lazy_static]
version = "1.4"

[dependencies.regex]
version = "1.12.3"

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

[dependencies.serde_yaml]
version = "0.9.29"

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

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

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

[dev-dependencies.walkdir]
version = "2.5.0"