# 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 = "crosspub" version = "0.5.4" authors = [""] description = "A tool for users on tilde servers to cross publish blog posts to HTML and Gemini" homepage = "https://github.com/genericlastname/crosspub" readme = "README.md" keywords = [ "cli", "server", "blog", ] categories = ["command-line-utilities"] license = "MIT" repository = "https://github.com/genericlastname/crosspub" resolver = "2" [dependencies.chrono] version = "0.4" [dependencies.clap] version = "3.1" features = ["derive"] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.tinytemplate] version = "1.2.1" [dependencies.toml] version = "0.5" [dependencies.xdg] version = "2.4"