# 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 = "fluskama" version = "0.1.2" authors = ["Lux Aliaga "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "an askama wrapper for the fluffer gemini server framework" documentation = "https://docs.rs/fluskama" readme = "README.md" license = "LGPL-3.0-or-later" repository = "https://git.sr.ht/~nixgoat/fluskama" [lib] name = "fluskama" path = "src/lib.rs" [dependencies.askama] version = "0.12" [dependencies.fluffer] version = "4"