# 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 = "2018" name = "zkt" version = "0.0.3" authors = ["Liam "] description = "A note-taking tool based on the famous Zettelkasten method" homepage = "https://github.com/terror/zk" keywords = ["command-line", "productivity", "note-taking", "utility"] categories = ["command-line-utilities"] license = "CC0-1.0" repository = "https://github.com/terror/zk" resolver = "2" [[bin]] name = "zk" path = "src/main.rs" [dependencies.chrono] version = "0.4.19" [dependencies.colored] version = "2.0.0" [dependencies.dirs] version = "4.0.0" [dependencies.indoc] version = "1.0.3" [dependencies.matter] version = "0.1.0-alpha4" [dependencies.serde] version = "1.0.130" features = ["derive"] [dependencies.shellexpand] version = "2.1.0" [dependencies.skim] version = "0.9.4" [dependencies.snafu] version = "0.6.10" [dependencies.structopt] version = "0.3.25" [dependencies.toml] version = "0.5.8" [dependencies.walkdir] version = "2.3.2" [dependencies.xdg] version = "2.4.0" [dependencies.yaml-rust] version = "0.4.5" [dev-dependencies.pretty_assertions] version = "1.0.0" [dev-dependencies.tempfile] version = "3.2.0" [dev-dependencies.textwrap] version = "0.14.2"