# 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 = "bare_server_rs" version = "0.1.0" authors = ["Hollister "] description = "A TompHTTP Bare server V1 Written in Rust." homepage = "https://github.com/cowingtonpost1/bare-server-rs" readme = "README.md" keywords = [ "proxy", "tomphttp", ] categories = ["command-line-utilities"] license = "AGPL-3.0" repository = "https://github.com/cowingtonpost1/bare-server-rs" [lib] name = "bare_server_rs" path = "src/lib.rs" [dependencies.actix] version = "0.13.0" [dependencies.actix-files] version = "0.6.2" [dependencies.actix-http] version = "3.3.0" [dependencies.actix-rt] version = "2" [dependencies.actix-web] version = "4" [dependencies.actix-web-actors] version = "4.2.0" [dependencies.awc] version = "3.1.0" features = [ "default", "rustls", "openssl", ] [dependencies.futures] version = "0.3.26" [dependencies.http] version = "0.2.9" [dependencies.rand] version = "0.8.5" [dependencies.rustls] version = "0.20.8" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.tokio] version = "1" features = ["full"]