zettel-core 0.2.0

Core library for Luhmann-style Zettelkasten management
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.89"
name = "zettel-core"
version = "0.2.0"
authors = ["Raúl E. Taveras <raul@raultaveras.online>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Core library for Luhmann-style Zettelkasten management"
homepage = "https://github.com/rauletaveras/zettel"
documentation = "https://github.com/rauletaveras/zettel"
readme = false
keywords = [
    "zettelkasten",
    "notes",
    "cli",
    "knowledge-management",
]
categories = [
    "command-line-utilities",
    "text-processing",
]
license = "MIT"
repository = "https://github.com/rauletaveras/zettel"

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

[features]
default = []
git = []
search = []
templates = []

[lib]
name = "zettel_core"
crate-type = ["lib"]
path = "src/lib.rs"

[dependencies.dirs]
version = "5.0"

[dependencies.regex]
version = "1.0"

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

[dependencies.thiserror]
version = "1.0"

[dependencies.toml]
version = "0.8"