# 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-render" version = "0.1.14" authors = ["hariprasath"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A simple Rust-based server that listens on a TCP socket and renders HTML pages dynamically based on incoming requests." homepage = "https://crates.io/crates/rusty_render" documentation = "https://docs.rs/rusty_oauth/latest/rusty_render/" readme = "README.md" keywords = [ "render", "server", "ssr", "rust", "html", ] categories = ["web-programming"] license = "MIT" repository = "https://github.com/HashiramaSenjuhari/rusty-render" [lib] name = "rusty_render" path = "src/lib.rs" [[bin]] name = "rusty-render" path = "src/main.rs" [dependencies.dotenv] version = "0.15.0" [dependencies.http-scrap] version = "0.1.1127" [dependencies.regex] version = "1.11.1" [dependencies.rusty_oauth] version = "0.1.29"