# 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] name = "zettels" version = "0.3.0" authors = ["Stefan Thesing "] description = "Zettels is a command line tool implementing Niklas Luhmann's system of a Zettelkasten. It is designed for people who want to use their favourite text editor to edit their notes." homepage = "http://zettels.bildungsangst.de" readme = "README.md" keywords = ["notes", "zettelkasten", "knowledge", "academia", "hypertext"] categories = ["command-line-utilities", "science"] license = "GPL-3.0-or-later" repository = "https://gitlab.com/sthesing/zettels" [package.metadata.deb] assets = [["target/release/zettels", "usr/local/bin/", "755"], ["README.md", "usr/share/doc/zettels/README", "644"]] copyright = "2020-2022 Stefan Thesing" depends = "$auto" extended-description = "Zettels is a command line tool implementing Niklas Luhmann's system of a 'Zettelkasten'. It is designed for people who want to use their favourite text editor to edit their notes.'" license-file = ["LICENSE", "0"] maintainer = "Stefan Thesing " priority = "optional" section = "science" [dependencies.atty] version = "0.2.14" [dependencies.clap] version = "3.1.6" [dependencies.dirs] version = "4.0.0" [dependencies.libzettels] version = "^0.4" [dependencies.log] version = "0.4.14" [dependencies.simplelog] version = "0.11.2" [dependencies.tempfile] version = "3.3.0"