# 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 = "bmbp_app_util" version = "0.0.3" authors = ["bmbp"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "BMBP CONFIG MODULE" homepage = "https://github.com/bmbper/bmbp_app_util" documentation = "https://github.com/bmbper/bmbp_app_util" readme = "README.md" license = "MIT" repository = "https://github.com/bmbper/bmbp_app_util" [lib] name = "bmbp_app_util" path = "src/lib.rs" [dependencies.bmbp_auth] version = "0.0.2" [dependencies.bmbp_ctx_vars] version = "0.1.1" [dependencies.bmbp_http_type] version = "0.0.6" [dependencies.bmbp_lib_ui] version = "0.1.5" [dependencies.bmbp_rdbc_orm] version = "0.2.5" [dependencies.bmbp_rdbc_type] version = "0.2.5" [dependencies.bmbp_util] version = "0.0.6" [dependencies.salvo] version = "0.71.1" features = [ "default", "serve-static", "cors", "size-limiter", "logging", ]