# 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" rust-version = "1.80.1" name = "tpnote-lib" version = "0.36.3" authors = ["Jens Getreu "] build = 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://blog.getreu.net/projects/tp-note/tpnote--manual.html" readme = "README.md" categories = [ "command-line-utilities", "template-engine", "text-processing", ] license = "MIT/Apache-2.0" repository = "https://gitlab.com/getreu/tp-note" [lib] name = "tpnote_lib" path = "src/lib.rs" [dependencies.fast_html2md] version = "0.0.21" optional = true [dependencies.html-escape] version = "0.2.13" [dependencies.latex2mathml] version = "0.2.3" optional = true [dependencies.lingua] version = "1.6.2" optional = true [dependencies.log] version = "0.4.22" features = ["serde"] [dependencies.parking_lot] version = "0.12.3" [dependencies.parse-hyperlinks] version = "0.27.2" [dependencies.parse-hyperlinks-extras] version = "0.27.2" [dependencies.percent-encoding] version = "2.3.1" [dependencies.pulldown-cmark] version = "0.12" features = [ "simd", "html", ] optional = true default-features = false [dependencies.rst_renderer] version = "0.4.0" optional = true [dependencies.sanitize-filename-reader-friendly] version = "2.2.1" [dependencies.self_cell] version = "1.0.4" [dependencies.serde] version = "1.0.214" features = ["derive"] [dependencies.serde_json] version = "1.0.132" [dependencies.serde_yaml] version = "0.9.34" [dependencies.substring] version = "1.4.5" [dependencies.syntect] version = "5.2.0" optional = true [dependencies.tera] version = "1.20.0" default-features = true [dependencies.thiserror] version = "2.0.1" [dependencies.toml] version = "0.8.19" [dependencies.uo_rst_parser] version = "0.4.3" optional = true [features] default = [ "renderer", "viewer", "lang-detection", ] lang-detection = ["dep:lingua"] renderer = [ "dep:pulldown-cmark", "dep:uo_rst_parser", "dep:rst_renderer", "dep:latex2mathml", "dep:syntect", "dep:fast_html2md", ] viewer = [] [target."cfg(windows)".dependencies.win32job] version = "2.0.0" [target."cfg(windows)".dependencies.windows-sys] version = "0.59.0" features = [ "Win32_Globalization", "Win32_System_SystemServices", ]