# 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 = "rustweb" version = "0.13.0" authors = ["George Barwood"] description = "Rust-based web server" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/georgebarwood/rustweb" resolver = "2" [dependencies.argon2rs] version = "0.2.5" [dependencies.axum] version = "0.5.15" features = ["multipart"] [dependencies.bincode] version = "1.3.3" [dependencies.clap] version = "3.2.17" features = ["derive"] [dependencies.flate3] version = "0.1.21" [dependencies.lettre] version = "0.10.1" [dependencies.mimalloc] version = "0.1.26" default-features = false [dependencies.reqwest] version = "0.11.11" [dependencies.rustdb] version = "3.0.0" [dependencies.serde] version = "1.0.142" features = [ "derive", "rc", ] [dependencies.tokio] version = "1.13.0" features = [ "macros", "rt-multi-thread", "parking_lot", ] [dependencies.tower] version = "0.4.10" [dependencies.tower-cookies] version = "0.7.0"