# 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 = "webdev_guide" version = "0.6.0" authors = ["Elijah Samson "] build = "build.rs" description = "Learn how to build a webservice in Rust!" documentation = "https://docs.rs/crate/webdev_guide/latest" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/obaraelijah/webdev_tutorial" [dependencies.actix-cors] version = "0.6.4" [dependencies.actix-web] version = "4.3.1" [dependencies.argon2] version = "0.5.2" [dependencies.base64] version = "0.21.4" [dependencies.chrono] version = "0.4.28" features = ["serde"] [dependencies.dotenv] version = "0.15.0" [dependencies.futures] version = "0.3.28" [dependencies.jsonwebtoken] version = "9.1.0" [dependencies.serde] version = "1.0.160" features = ["derive"] [dependencies.serde_json] version = "1.0.96" [dependencies.sqlx] version = "0.7.1" features = [ "postgres", "runtime-tokio", "chrono", "uuid", "macros", ] [dependencies.tokio] version = "1.27.0" features = ["full"] [dependencies.uuid] version = "1.4.1" features = ["serde"] [build-dependencies.dotenv] version = "0.15.0"