# 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 = "jake_the_dog" version = "1.0.1" authors = ["Harrison Hemstreet"] description = "jake_the_dog is a skeleton project that you can use to start a basic webserver using Rust and PostgreSQL" readme = "README.md" license = "MIT OR Apache-2.0" repository = "https://github.com/HarrisonHemstreet/jake_the_dog" [dependencies.actix-web] version = "4.3.1" [dependencies.better_todos] version = "1.1.0" [dependencies.dotenv] version = "0.15.0" [dependencies.postgres-types] version = "0.2.5" features = ["derive"] [dependencies.serde] version = "1.0.160" features = ["derive"] [dependencies.serde_json] version = "1.0.96" [dependencies.tokio] version = "1.27.0" features = ["full"] [dependencies.tokio-postgres] version = "0.7.8" features = ["with-uuid-1"] [dependencies.uuid] version = "1.3.1" features = ["serde"]