# 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 = "cans" version = "1.0.0" authors = ["Montasir Mirghani "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "An elegant and lightweight Rust-based literal template engine for managing web content, enhanced with a world module for streamlined regional and city information, as well as robust MIME type management." homepage = "https://github.com/dr-montasir/cans" readme = "README.md" keywords = [ "template", "html", "text", "mime", "world", ] categories = [ "template-engine", "parser-implementations", "web-programming", ] license = "MIT OR Apache-2.0" repository = "https://github.com/dr-montasir/cans" [lib] name = "cans" path = "src/lib.rs" [[test]] name = "mod" path = "tests/mod.rs" [dependencies]