# 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 = "cookbook" version = "0.1.1" authors = ["Gustav Hagland"] description = "The backend for the cookbook app, a web app that lets you store and handle recipes" homepage = "https://gitlab.com/gustavhaglandproject/gustav-page" license = "GPL-2.0-or-later WITH Bison-exception-2.2" repository = "https://gitlab.com/gustavhaglandproject/gustav-page" resolver = "2" [dependencies.actix-files] version = "0.6.0" [dependencies.actix-web] version = "4" [dependencies.actix-web-static-files] version = "4.0" [dependencies.clap] version = "3.1.12" features = ["derive"] [dependencies.diesel] version = "2.0.0-rc.0" features = ["sqlite", "r2d2"] [dependencies.diesel_migrations] version = "2.0.0-rc.0" [dependencies.dotenv] version = "0.15.0" [dependencies.env_logger] version = "0.9" [dependencies.r2d2] version = "0.8.9" [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.static-files] version = "0.2.1" [dependencies.tokio] version = "1.17.0" features = ["fs"] [dependencies.utoipa] version = "0.2.0" features = ["actix_extras"] [dependencies.utoipa-swagger-ui] version = "0.3.0" features = ["actix-web"] [build-dependencies.static-files] version = "0.2.1"