tp-note 1.7.2

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

[dependencies.atty]
version = "0.2.14"

[dependencies.chrono]
version = "0.4.15"

[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.lazy_static]
version = "1.4.0"

[dependencies.msgbox]
version = "0.5.0"

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

[dependencies.semver]
version = "0.10.0"

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

[dependencies.serde_json]
version = "1.0.57"

[dependencies.serde_yaml]
version = "0.8.13"

[dependencies.structopt]
version = "0.3.17"

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

[dependencies.time]
version = "0.2.19"

[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.7.2"
[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"