# 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 = "simple-web-server" version = "0.2.0" authors = ["Noah "] description = "A web server, just without all the complexity of setting one up!" readme = "README.md" license = "GPL-3.0-or-later" repository = "https://gitlab.com/NoahJelen/simple-web-server" [profile.release] lto = true codegen-units = 1 panic = "abort" strip = "symbols" [[bin]] name = "sws" path = "src/main.rs" [dependencies.actix-files] version = "0.6.2" [dependencies.actix-web] version = "4.2.1" [dependencies.ctrlc] version = "3.2.4" [dependencies.lazy_static] version = "1.4.0" [dependencies.rust-utils] version = "0.6.1" [dependencies.serde] version = "1.0.152" [dependencies.serde_derive] version = "1.0.152"