# 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 = "sandy" version = "0.2.7" authors = ["MrAws.developer@gmai.com"] description = "A simple HTTP server and template rendering engine in Rust." readme = "README.md" keywords = [ "sandy", "http", "server", "template-engine", "backend", ] license = "MIT" repository = "https://github.com/IceBytes/sandy" [package.metadata] keywords = [ "rust", "http", "server", "template-engine", "backend", "api", "sandy", "web", ] [dependencies.chrono] version = "0.4.31" [dependencies.regex] version = "1.10.2" [dependencies.tera] version = "1.19.1" [dependencies.tokio] version = "1" features = ["full"]