# 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 = "arcanum" version = "0.1.2" authors = ["Waayway"] description = "A simple library to create web applications with a Django inspired interface" homepage = "https://github.com/Waayway/arcanum" documentation = "https://docs.rs/arcanum" readme = "README.md" keywords = [ "MVC", "MTV", "web", ] categories = ["web-dev-framework"] license = "MIT" repository = "https://github.com/Waayway/arcanum" [dependencies.new_mime_guess] version = "4.0.1" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.tiny_http] version = "0.12.0" [dependencies.tinytemplate] version = "1.2.1"