# 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 = "rusty-web" version = "0.0.2" authors = ["Tej Magar"] description = "Rusty Web is a lightweight web framework for rust developers." documentation = "https://tejmagar.github.io/rusty-web/" readme = "README.md" license = "MIT" repository = "https://github.com/tejmagar/rusty-web/" [dependencies.regex] version = "1.10.3" [dependencies.tempfile] version = "3.10.0" [dependencies.urlencoding] version = "2.1.3" [dev-dependencies.rand] version = "0.8.5"