# 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" name = "patto" version = "0.1.2" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "🐙 Yet another plain text format for quick note taking and task management" readme = "README.md" license = "MIT" [lib] name = "patto" path = "src/lib.rs" [[bin]] name = "patto-html-renderer" path = "src/bin/patto-html-renderer.rs" [[bin]] name = "patto-lsp" path = "src/bin/patto-lsp.rs" [[bin]] name = "patto-markdown-renderer" path = "src/bin/patto-markdown-renderer.rs" [dependencies.chrono] version = "0.4.38" [dependencies.clap] version = "4.5.17" features = ["derive"] [dependencies.clap-verbosity-flag] version = "3.0.0" [dependencies.dashmap] version = "6.1.0" [dependencies.fuzzy-matcher] version = "0.3.7" [dependencies.html-escape] version = "0.2.13" [dependencies.log] version = "0.4.22" [dependencies.pest] version = "2.7.11" [dependencies.pest_derive] version = "2.7.11" [dependencies.reqwest] version = "0.12.7" features = [ "blocking", "json", ] [dependencies.ropey] version = "1.6.1" [dependencies.serde] version = "1.0.215" [dependencies.serde_json] version = "1.0.128" [dependencies.simplelog] version = "0.12.2" [dependencies.thiserror] version = "1.0.63" [dependencies.tokio] version = "1.17.0" features = ["full"] [dependencies.tower-lsp] version = "0.20.0" features = [ "runtime-tokio", "proposed", ] [dependencies.url] version = "2.5.2" [dependencies.urlencoding] version = "2.1.3"