# 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 = "supremo_loan" version = "0.1.6" authors = ["kimutaiRop"] include = [ "src/**/*", "Cargo.toml", "README.md", "LICENSE", ] description = "Supremo Loan API" homepage = "https://github.com/ascendth/supremo-loan" readme = "README.md" keywords = [ "supremo", "loan", "api", ] categories = [ "api", "supremo", "loan", ] license = "MIT" [dependencies.actix-web] version = "3.3" [dependencies.base64] version = "0.21.4" [dependencies.reqwest] version = "0.11.20" features = [ "json", "blocking", ] [dependencies.serde] version = "1.0.186" features = ["derive"] [dependencies.serde_json] version = "1.0" [dependencies.tokio] version = "1.32.0" features = [ "rt-multi-thread", "macros", ]