# 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 = "skootrs-rest" version = "0.1.0" description = "This is an experimental module is for a REST API for Skootrs." readme = "README.md" license = "Apache-2.0" repository = "https://github.com/kusaridev/skootrs" [dependencies.actix-web] version = "4.4.1" [dependencies.serde] version = "1.0.193" features = ["derive"] [dependencies.serde_json] version = "1.0.112" [dependencies.skootrs-lib] version = "0.1.0" [dependencies.skootrs-model] version = "0.1.0" features = ["openapi"] [dependencies.skootrs-statestore] version = "0.1.0" [dependencies.tokio] version = "1.34.0" features = [ "full", "tracing", "macros", "rt-multi-thread", ] [dependencies.tracing-actix-web] version = "0.7.9" [dependencies.utoipa] version = "4.1.0" features = ["actix_extras"] [dependencies.utoipa-rapidoc] version = "2.0.0" features = ["actix-web"] [dependencies.utoipa-redoc] version = "2.0.0" features = ["actix-web"] [dependencies.utoipa-swagger-ui] version = "5.0.0" features = ["actix-web"]