tpnote-lib 0.45.6

Minimalistic note-taking: save and edit your clipboard content as a note file
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.91.1"
name = "tpnote-lib"
version = "0.45.6"
authors = ["Jens Getreu <getreu@web.de>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Minimalistic note-taking: save and edit your clipboard content as a note file"
homepage = "https://blog.getreu.net/projects/tp-note/"
documentation = "https://docs.rs/tpnote-lib/latest/tpnote_lib/"
readme = "README.md"
categories = [
    "command-line-utilities",
    "template-engine",
    "text-processing",
]
license = "MIT/Apache-2.0"
repository = "https://gitlab.com/getreu/tp-note"
resolver = "2"

[features]
default = [
    "renderer",
    "viewer",
    "lang-detection",
]
lang-detection = ["dep:lingua"]
renderer = [
    "dep:pulldown-cmark",
    "dep:rst_parser",
    "dep:rst_renderer",
    "dep:latex2mathml",
    "dep:syntect",
    "dep:tpnote-html2md",
]
viewer = []

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

[dependencies.html-escape]
version = "0.2.13"

[dependencies.itertools]
version = "0.14.0"

[dependencies.latex2mathml]
version = "0.2.3"
optional = true

[dependencies.lingua]
version = "1.8.0"
optional = true

[dependencies.log]
version = "0.4.29"
features = ["serde"]

[dependencies.parking_lot]
version = "0.12.5"

[dependencies.parse-hyperlinks]
version = "=0.29.2"

[dependencies.parse-hyperlinks-extras]
version = "=0.29.2"

[dependencies.percent-encoding]
version = "2.3.2"

[dependencies.pulldown-cmark]
version = "0.13"
features = [
    "simd",
    "html",
]
optional = true
default-features = false

[dependencies.rst_parser]
version = "0.4.2"
optional = true

[dependencies.rst_renderer]
version = "0.4.2"
optional = true

[dependencies.sanitize-filename-reader-friendly]
version = "2.3.0"

[dependencies.self_cell]
version = "1.2.2"

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

[dependencies.serde_json]
version = "1.0.149"

[dependencies.serde_yaml]
version = "0.9.34"

[dependencies.substring]
version = "1.4.5"

[dependencies.syntect]
version = "5.3.0"
optional = true

[dependencies.tera]
version = "1.20.1"
default-features = true

[dependencies.thiserror]
version = "2.0.18"

[dependencies.toml]
version = "1.0.6"

[dependencies.tpnote-html2md]
version = "0.3.4"
optional = true

[target."cfg(windows)".dependencies.win32job]
version = "2.0.3"

[target."cfg(windows)".dependencies.windows-sys]
version = "0.61.2"
features = [
    "Win32_Globalization",
    "Win32_System_SystemServices",
]