tp-note 1.8.9

fast note-taking with templates and filename synchronization
[dependencies.anyhow]
version = "1.0.36"

[dependencies.atty]
version = "0.2.14"

[dependencies.chrono]
version = "0.4.19"

[dependencies.clap]
version = "2.33.3"

[dependencies.clipboard]
version = "0.5.0"

[dependencies.confy]
version = "0.4.0"

[dependencies.directories]
version = "3.0.1"

[dependencies.httparse]
optional = true
version = "1.3.4"

[dependencies.httpdate]
optional = true
version = "0.3.2"

[dependencies.lazy_static]
version = "1.4.0"

[dependencies.msgbox]
optional = true
version = "0.6.0"

[dependencies.notify]
optional = true
version = "4.0.15"

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

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

[dependencies.rand]
optional = true
version = "0.8.0"

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

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

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

[dependencies.semver]
version = "0.11.0"

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

[dependencies.serde_json]
version = "1.0.60"

[dependencies.serde_yaml]
version = "0.8.14"

[dependencies.structopt]
version = "0.3.21"

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

[dependencies.time]
version = "0.2.23"

[dependencies.webbrowser]
optional = true
version = "0.5.5"

[features]
default = ["message-box", "viewer"]
message-box = ["msgbox"]
viewer = ["notify", "httparse", "pulldown-cmark", "rst_parser", "rst_renderer", "webbrowser", "rand", "httpdate"]

[package]
authors = ["Jens Getreu <getreu@web.de>"]
build = "build.rs"
categories = ["command-line-utilities", "template-engine", "text-processing"]
description = "fast note-taking with templates and filename synchronization"
documentation = "https://blog.getreu.net/projects/tp-note/tp-note--manpage.html"
edition = "2018"
homepage = "https://blog.getreu.net/projects/tp-note/"
license = "MIT/Apache-2.0"
name = "tp-note"
readme = "README.md"
repository = "https://github.com/getreu/tp-note"
version = "1.8.9"
[package.metadata.deb]
assets = [["doc/build/html/index.html", "usr/share/doc/tp-note/", "644"], ["doc/build/pdf/tp-note--manpage.pdf", "usr/share/doc/tp-note/", "644"], ["doc/build/pdf/tp-note--manual.pdf", "usr/share/doc/tp-note/", "644"], ["doc/build/man/man1/tp-note.1.gz", "usr/share/man/man1/", "644"], ["target/release/tp-note", "usr/bin/tp-note", "755"], ["assets/tp-note.svg", "usr/share/pixmaps/", "644"]]
copyright = "2015-2020, Jens Getreu <getreu@web.de>"
depends = "$auto"
extended-description = "tp-note is a note-taking-tool and a template system, that consistently\nsynchronizes the note’s meta-data with its filename. tp-note collects various\ninformation about its environment and the clipboard, and stores them in\nvariables. New notes are created by filling these variables in predefined and\ncustomizable “Tera”-templates. In case the positional command-line-parameter\n“<path>” points to an existing “tp-note”-file, the note’s meta-data is analysed\nand, if necessary, its filename is modified. For all other file types, tp-note\ncreates a new note that annotates the file “<path>” points to. If “<path>” is a\ndirectory (or, when omitted the current working directory), a new note is\ncreated in that directory. After creation, tp-note launches an external editor\nof your choice. Although the note’s structure follows “pandoc”-conventions, it\nis not tied to any specific markup language.\n"
maintainer = "Jens Getreu, <getreu@web.de>"
[target."cfg(windows)".build-dependencies.winres]
version = "0.1.11"