# 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 = "libzettels" version = "0.4.1" authors = ["Stefan Thesing "] description = "A library intended as a backend for applications which implement Niklas Luhmann's system of a 'Zettelkasten'." homepage = "https://zettels.bildungsangst.de" documentation = "https://docs.rs/libzettels/" readme = "README.md" keywords = ["notes", "zettelkasten", "knowledge", "academia", "hypertext"] categories = ["science"] license = "GPL-3.0-or-later" repository = "https://gitlab.com/sthesing/libzettels" [dependencies.gitignore] version = "1.0.7" [dependencies.log] version = "0.4.14" [dependencies.regex] version = "1.5.5" [dependencies.serde] version = "1.0.136" [dependencies.serde_derive] version = "1.0.136" [dependencies.serde_yaml] version = "0.8.23" [dev-dependencies.image] version = "0.21.1" [dev-dependencies.tempfile] version = "3.3.0"